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

Service Access Point (SAP) offered by the UE component carrier manager to the UE RRC. More...

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

+ Inheritance diagram for ns3::NrUeCcmRrcSapProvider:

Classes

struct  LcsConfig
 LcsConfig structure. More...
 

Public Member Functions

virtual std::vector< NrUeCcmRrcSapProvider::LcsConfigAddLc (uint8_t lcId, NrUeCmacSapProvider::LogicalChannelConfig lcConfig, NrMacSapUser *msu)=0
 
virtual NrMacSapUserConfigureSignalBearer (uint8_t lcid, NrUeCmacSapProvider::LogicalChannelConfig lcConfig, NrMacSapUser *msu)=0
 Add the Signal Bearer for a specific Ue in NrUeComponenCarrierManager.
 
virtual void NotifyConnectionReconfigurationMsg ()=0
 Notify reconfiguration msg function.
 
virtual std::vector< uint16_t > RemoveLc (uint8_t lcid)=0
 Remove an existing Logical Channel for a Ue in the NrUeComponentCarrierManager.
 
virtual void Reset ()=0
 Reset LC maps.
 

Friends

class NrMacSapUser
 allow NrMacSapUser class friend access
 

Detailed Description

Service Access Point (SAP) offered by the UE component carrier manager to the UE RRC.

This is the Component Carrier Management SAP Provider, i.e., the part of the SAP that contains the component carrier manager methods called by the Ue RRC instance.

Definition at line 28 of file nr-ue-ccm-rrc-sap.h.

Member Function Documentation

◆ AddLc()

virtual std::vector< NrUeCcmRrcSapProvider::LcsConfig > ns3::NrUeCcmRrcSapProvider::AddLc ( uint8_t  lcId,
NrUeCmacSapProvider::LogicalChannelConfig  lcConfig,
NrMacSapUser msu 
)
pure virtual

add a new Logical Channel (LC)

Parameters
lcIdis the Logical Channel Id
lcConfigis a single structure contains logical Channel Id, Logical Channel config and Component Carrier Id
msuis the pointer to NrMacSapUser related to the Rlc instance
Returns
vector of LcsConfig contains the lc configuration for each Mac the size of the vector is equal to the number of component carrier enabled.

The Logical Channel configurations for each component carrier depend on the algorithm used to split the traffic between the component carriers themself.

Implemented in ns3::MemberNrUeCcmRrcSapProvider< C >.

◆ ConfigureSignalBearer()

virtual NrMacSapUser * ns3::NrUeCcmRrcSapProvider::ConfigureSignalBearer ( uint8_t  lcid,
NrUeCmacSapProvider::LogicalChannelConfig  lcConfig,
NrMacSapUser msu 
)
pure virtual

Add the Signal Bearer for a specific Ue in NrUeComponenCarrierManager.

Parameters
lcidthe Logical Channel Id
lcConfigthis structure it is hard-coded in the NrGnbRrc
msuit is the MacSapUser of the Rlc instance
Returns
the NrMacSapUser of the ComponentCarrierManager

Implemented in ns3::MemberNrUeCcmRrcSapProvider< C >.

Referenced by ns3::NrUeRrc::InitializeSrb0().

+ Here is the caller graph for this function:

◆ NotifyConnectionReconfigurationMsg()

virtual void ns3::NrUeCcmRrcSapProvider::NotifyConnectionReconfigurationMsg ( )
pure virtual

Notify reconfiguration msg function.

Implemented in ns3::MemberNrUeCcmRrcSapProvider< C >.

◆ RemoveLc()

virtual std::vector< uint16_t > ns3::NrUeCcmRrcSapProvider::RemoveLc ( uint8_t  lcid)
pure virtual

Remove an existing Logical Channel for a Ue in the NrUeComponentCarrierManager.

Parameters
lcidthe Logical Channel Id
Returns
vector of integer the componentCarrierId of the NrComponentCarrier where the bearer is enabled

Implemented in ns3::MemberNrUeCcmRrcSapProvider< C >.

◆ Reset()

virtual void ns3::NrUeCcmRrcSapProvider::Reset ( )
pure virtual

Reset LC maps.

Implemented in ns3::MemberNrUeCcmRrcSapProvider< C >.

Friends And Related Symbol Documentation

◆ NrMacSapUser

friend class NrMacSapUser
friend

allow NrMacSapUser class friend access

Definition at line 31 of file nr-ue-ccm-rrc-sap.h.


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