A Discrete-Event Network Simulator
API
ns3::MemberLteUeCcmRrcSapProvider< C > Class Template Reference

MemberLteUeCcmRrcSapProvider class. More...

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

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

Public Member Functions

 MemberLteUeCcmRrcSapProvider (C *owner)
 Constructor. More...
 
virtual std::vector< LteUeCcmRrcSapProvider::LcsConfigAddLc (uint8_t lcId, LteUeCmacSapProvider::LogicalChannelConfig lcConfig, LteMacSapUser *msu)
 add a new Logical Channel (LC) More...
 
virtual LteMacSapUserConfigureSignalBearer (uint8_t lcid, LteUeCmacSapProvider::LogicalChannelConfig lcConfig, LteMacSapUser *msu)
 Add the Signal Bearer for a specific Ue in LteUeComponenCarrierManager. More...
 
virtual void NotifyConnectionReconfigurationMsg ()
 Notify reconfiguration msg function. More...
 
virtual std::vector< uint16_t > RemoveLc (uint8_t lcid)
 Remove an existing Logical Channel for a Ue in the LteUeComponentCarrierManager. More...
 
virtual void Reset ()
 Reset LC maps. More...
 
- Public Member Functions inherited from ns3::LteUeCcmRrcSapProvider
virtual ~LteUeCcmRrcSapProvider ()
 

Private Attributes

C * m_owner
 the owner class More...
 

Detailed Description

template<class C>
class ns3::MemberLteUeCcmRrcSapProvider< C >

MemberLteUeCcmRrcSapProvider class.

Definition at line 106 of file lte-ue-ccm-rrc-sap.h.

Constructor & Destructor Documentation

◆ MemberLteUeCcmRrcSapProvider()

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

Constructor.

Parameters
ownerthe owner class

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

Member Function Documentation

◆ AddLc()

template<class C >
std::vector< LteUeCcmRrcSapProvider::LcsConfig > ns3::MemberLteUeCcmRrcSapProvider< C >::AddLc ( uint8_t  lcId,
LteUeCmacSapProvider::LogicalChannelConfig  lcConfig,
LteMacSapUser msu 
)
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 LteMacSapUser 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::LteUeCcmRrcSapProvider.

Definition at line 147 of file lte-ue-ccm-rrc-sap.h.

◆ ConfigureSignalBearer()

template<class C >
LteMacSapUser * ns3::MemberLteUeCcmRrcSapProvider< C >::ConfigureSignalBearer ( uint8_t  lcid,
LteUeCmacSapProvider::LogicalChannelConfig  lcConfig,
LteMacSapUser msu 
)
virtual

Add the Signal Bearer for a specific Ue in LteUeComponenCarrierManager.

Parameters
lcidthe Logical Channel Id
lcConfigthis structure it is hard-coded in the LteEnbRrc
msuit is the MacSapUser of the Rlc istance
Returns
the LteMacSapUser of the ComponentCarrierManager

Implements ns3::LteUeCcmRrcSapProvider.

Definition at line 161 of file lte-ue-ccm-rrc-sap.h.

◆ NotifyConnectionReconfigurationMsg()

template<class C >
void ns3::MemberLteUeCcmRrcSapProvider< C >::NotifyConnectionReconfigurationMsg ( )
virtual

Notify reconfiguration msg function.

Implements ns3::LteUeCcmRrcSapProvider.

Definition at line 153 of file lte-ue-ccm-rrc-sap.h.

References NS_FATAL_ERROR.

◆ RemoveLc()

template<class C >
std::vector< uint16_t > ns3::MemberLteUeCcmRrcSapProvider< C >::RemoveLc ( uint8_t  lcid)
virtual

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

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

Implements ns3::LteUeCcmRrcSapProvider.

Definition at line 134 of file lte-ue-ccm-rrc-sap.h.

◆ Reset()

template<class C >
void ns3::MemberLteUeCcmRrcSapProvider< C >::Reset ( )
virtual

Reset LC maps.

Implements ns3::LteUeCcmRrcSapProvider.

Definition at line 140 of file lte-ue-ccm-rrc-sap.h.

Member Data Documentation

◆ m_owner

template<class C >
C* ns3::MemberLteUeCcmRrcSapProvider< C >::m_owner
private

the owner class

Definition at line 124 of file lte-ue-ccm-rrc-sap.h.


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