5G-LENA nr-v4.0
The 5G/NR module for the ns-3 simulator
Loading...
Searching...
No Matches
ns3::MemberNrUeCcmRrcSapProvider< C > Class Template Reference

MemberNrUeCcmRrcSapProvider class. More...

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

+ Inheritance diagram for ns3::MemberNrUeCcmRrcSapProvider< C >:
+ Collaboration diagram for ns3::MemberNrUeCcmRrcSapProvider< C >:

Public Member Functions

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

Detailed Description

template<class C>
class ns3::MemberNrUeCcmRrcSapProvider< C >

MemberNrUeCcmRrcSapProvider class.

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

Constructor & Destructor Documentation

◆ MemberNrUeCcmRrcSapProvider()

template<class C >
ns3::MemberNrUeCcmRrcSapProvider< C >::MemberNrUeCcmRrcSapProvider ( C *  owner)

Constructor

Parameters
ownerthe owner class

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

Member Function Documentation

◆ AddLc()

template<class C >
std::vector< NrUeCcmRrcSapProvider::LcsConfig > ns3::MemberNrUeCcmRrcSapProvider< C >::AddLc ( uint8_t  lcId,
NrUeCmacSapProvider::LogicalChannelConfig  lcConfig,
NrMacSapUser msu 
)
overridevirtual

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.

Implements ns3::NrUeCcmRrcSapProvider.

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

◆ ConfigureSignalBearer()

template<class C >
NrMacSapUser * ns3::MemberNrUeCcmRrcSapProvider< C >::ConfigureSignalBearer ( uint8_t  lcid,
NrUeCmacSapProvider::LogicalChannelConfig  lcConfig,
NrMacSapUser msu 
)
overridevirtual

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

Implements ns3::NrUeCcmRrcSapProvider.

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

◆ NotifyConnectionReconfigurationMsg()

template<class C >
void ns3::MemberNrUeCcmRrcSapProvider< C >::NotifyConnectionReconfigurationMsg ( )
overridevirtual

Notify reconfiguration msg function.

Implements ns3::NrUeCcmRrcSapProvider.

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

◆ RemoveLc()

template<class C >
std::vector< uint16_t > ns3::MemberNrUeCcmRrcSapProvider< C >::RemoveLc ( uint8_t  lcid)
overridevirtual

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

Implements ns3::NrUeCcmRrcSapProvider.

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

◆ Reset()

template<class C >
void ns3::MemberNrUeCcmRrcSapProvider< C >::Reset ( )
overridevirtual

Reset LC maps.

Implements ns3::NrUeCcmRrcSapProvider.

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


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