Service Access Point (SAP) offered by the UE RRC to the UE CCM. More...
#include "lte-ue-ccm-rrc-sap.h"
Public Member Functions | |
virtual | ~LteUeCcmRrcSapUser () |
virtual void | ComponentCarrierEnabling (std::vector< uint8_t > componentCarrierList)=0 |
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 | |
virtual void | SetNumberOfComponentCarriers (uint16_t noOfComponentCarriers)=0 |
Set the number of component carriers. | |
Service Access Point (SAP) offered by the UE RRC to the UE CCM.
This is the Component Carrier Management SAP User, i.e., the part of the SAP that contains the UE RRC methods called by the UE CCM instance.
Definition at line 177 of file lte-ue-ccm-rrc-sap.h.
|
virtual |
Definition at line 19 of file lte-ue-ccm-rrc-sap.cc.
|
pure 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 |
Implemented in ns3::MemberLteUeCcmRrcSapUser< C >.
|
pure virtual |
Set the number of component carriers.
noOfComponentCarriers | The number of component carriers |
Implemented in ns3::MemberLteUeCcmRrcSapUser< C >.
Referenced by ns3::LteUeComponentCarrierManager::SetNumberOfComponentCarriers().