MemberLteUeCcmRrcSapUser class. More...
#include "lte-ue-ccm-rrc-sap.h"
Public Member Functions | |
MemberLteUeCcmRrcSapUser (C *owner) | |
Constructor. More... | |
void | ComponentCarrierEnabling (std::vector< uint8_t > componentCarrierList) override |
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... | |
void | SetNumberOfComponentCarriers (uint16_t noOfComponentCarriers) override |
Set the number of component carriers. More... | |
Public Member Functions inherited from ns3::LteUeCcmRrcSapUser | |
virtual | ~LteUeCcmRrcSapUser () |
Private Attributes | |
C * | m_owner |
the owner class More... | |
MemberLteUeCcmRrcSapUser class.
Definition at line 211 of file lte-ue-ccm-rrc-sap.h.
ns3::MemberLteUeCcmRrcSapUser< C >::MemberLteUeCcmRrcSapUser | ( | C * | owner | ) |
|
overridevirtual |
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 236 of file lte-ue-ccm-rrc-sap.h.
References NS_FATAL_ERROR.
|
overridevirtual |
Set the number of component carriers.
noOfComponentCarriers | The number of component carriers |
Implements ns3::LteUeCcmRrcSapUser.
Definition at line 244 of file lte-ue-ccm-rrc-sap.h.
|
private |
the owner class
Definition at line 225 of file lte-ue-ccm-rrc-sap.h.