5G-LENA nr-v4.0
The 5G/NR module for the ns-3 simulator
Loading...
Searching...
No Matches
ns3::NrUeCcmRrcSapUser Class Referenceabstract

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

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

+ Inheritance diagram for ns3::NrUeCcmRrcSapUser:

Public Member Functions

virtual void ComponentCarrierEnabling (std::vector< uint8_t > componentCarrierList)=0
 
virtual void SetNumberOfComponentCarriers (uint16_t noOfComponentCarriers)=0
 Set the number of component carriers.
 

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 nr-ue-ccm-rrc-sap.h.

Member Function Documentation

◆ ComponentCarrierEnabling()

virtual void ns3::NrUeCcmRrcSapUser::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::MemberNrUeCcmRrcSapUser< C >.

◆ SetNumberOfComponentCarriers()

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

Set the number of component carriers.

Parameters
noOfComponentCarriersThe number of component carriers

Implemented in ns3::MemberNrUeCcmRrcSapUser< C >.


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