MemberLteUeCcmRrcSapUser class. More...
#include "lte-ue-ccm-rrc-sap.h"
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... | |
virtual void | SetNumberOfComponentCarriers (uint16_t noOfComponentCarriers) |
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 197 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 221 of file lte-ue-ccm-rrc-sap.h.
References NS_FATAL_ERROR.
|
virtual |
Set the number of component carriers.
noOfComponentCarriers | The number of component carriers |
Implements ns3::LteUeCcmRrcSapUser.
Definition at line 228 of file lte-ue-ccm-rrc-sap.h.
|
private |
the owner class
Definition at line 211 of file lte-ue-ccm-rrc-sap.h.