A Discrete-Event Network Simulator
API
ns3::LteUeCcmRrcSapUser Class Referenceabstract

Service Access Point (SAP) offered by the UE RRC to the UE CCM. More...

#include "lte-ue-ccm-rrc-sap.h"

+ Inheritance diagram for ns3::LteUeCcmRrcSapUser:

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 More...
 
virtual void SetNumberOfComponentCarriers (uint16_t noOfComponentCarriers)=0
 Set the number of component carriers. More...
 

Detailed Description

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 173 of file lte-ue-ccm-rrc-sap.h.

Constructor & Destructor Documentation

◆ ~LteUeCcmRrcSapUser()

ns3::LteUeCcmRrcSapUser::~LteUeCcmRrcSapUser ( )
virtual

Definition at line 32 of file lte-ue-ccm-rrc-sap.cc.

Member Function Documentation

◆ ComponentCarrierEnabling()

virtual void ns3::LteUeCcmRrcSapUser::ComponentCarrierEnabling ( std::vector< uint8_t >  componentCarrierList)
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

Parameters
componentCarrierListcomponent carrier list

Implemented in ns3::MemberLteUeCcmRrcSapUser< C >.

◆ SetNumberOfComponentCarriers()

virtual void ns3::LteUeCcmRrcSapUser::SetNumberOfComponentCarriers ( uint16_t  noOfComponentCarriers)
pure virtual

Set the number of component carriers.

Parameters
noOfComponentCarriersThe number of component carriers

Implemented in ns3::MemberLteUeCcmRrcSapUser< C >.

Referenced by ns3::LteUeComponentCarrierManager::SetNumberOfComponentCarriers().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: