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...
 

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

Constructor & Destructor Documentation

ns3::LteUeCcmRrcSapUser::~LteUeCcmRrcSapUser ( )
virtual

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

Member Function Documentation

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 >.

Referenced by ns3::SimpleUeComponentCarrierManager::DoNotifyConnectionReconfigurationMsg().

+ Here is the caller graph for this function:


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