MemberLteUeCcmRrcSapUser class. More...
#include "lte-ue-ccm-rrc-sap.h"
Inheritance diagram for ns3::MemberLteUeCcmRrcSapUser< C >:
Collaboration diagram for ns3::MemberLteUeCcmRrcSapUser< C >:Public Member Functions | |
| MemberLteUeCcmRrcSapUser (C *owner) | |
| Constructor. More... | |
| virtual void | ComponentCarrierEnabling (std::vector< uint8_t > componentCarrierList) |
| this function will be used after the RRC notify to ComponentCarrierManager that a reconfiguration message with Secondary component carrier (SCc) arrived or not the method it is called only if the SCc wasn't set up More... | |
Public Member Functions inherited from ns3::LteUeCcmRrcSapUser | |
| virtual | ~LteUeCcmRrcSapUser () |
Private Attributes | |
| C * | m_owner |
| the owner class More... | |
MemberLteUeCcmRrcSapUser class.
Definition at line 177 of file lte-ue-ccm-rrc-sap.h.
| ns3::MemberLteUeCcmRrcSapUser< C >::MemberLteUeCcmRrcSapUser | ( | C * | owner | ) |
|
virtual |
this function will be used after the RRC notify to ComponentCarrierManager that a reconfiguration message with Secondary component carrier (SCc) arrived or not the method it is called only if the SCc wasn't set up
| componentCarrierList | component carrier list |
Implements ns3::LteUeCcmRrcSapUser.
Definition at line 200 of file lte-ue-ccm-rrc-sap.h.
|
private |
the owner class
Definition at line 190 of file lte-ue-ccm-rrc-sap.h.