A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::MemberLteCcmRrcSapProvider< C > Class Template Reference

MemberLteCcmRrcSapProvider class. More...

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

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

Public Member Functions

 MemberLteCcmRrcSapProvider (C *owner)
 Constructor.
 
void AddLc (LteEnbCmacSapProvider::LcInfo lcInfo, LteMacSapUser *msu) override
 Add a new logical channel.
 
void AddUe (uint16_t rnti, uint8_t state) override
 Add a new UE in the LteEnbComponentCarrierManager.
 
LteMacSapUserConfigureSignalBearer (LteEnbCmacSapProvider::LcInfo lcInfo, LteMacSapUser *rlcMacSapUser) override
 Add the Signal Bearer for a specific Ue in LteEnbComponenCarrierManager.
 
std::vector< uint8_t > ReleaseDataRadioBearer (uint16_t rnti, uint8_t lcid) override
 Release an existing Data Radio Bearer for a Ue in the LteEnbComponentCarrierManager.
 
void RemoveUe (uint16_t rnti) override
 Remove an existing UE.
 
void ReportUeMeas (uint16_t rnti, LteRrcSap::MeasResults measResults) override
 Reports UE measurements to the component carrier manager.
 
std::vector< LteCcmRrcSapProvider::LcsConfigSetupDataRadioBearer (EpsBearer bearer, uint8_t bearerId, uint16_t rnti, uint8_t lcid, uint8_t lcGroup, LteMacSapUser *msu) override
 Add a new Bearer for the Ue in the LteEnbComponentCarrierManager.
 
- Public Member Functions inherited from ns3::LteCcmRrcSapProvider
virtual ~LteCcmRrcSapProvider ()
 
virtual void AddLc (LteEnbCmacSapProvider::LcInfo lcInfo, LteMacSapUser *msu)=0
 Add a new logical channel.
 
virtual void AddUe (uint16_t rnti, uint8_t state)=0
 Add a new UE in the LteEnbComponentCarrierManager.
 
virtual LteMacSapUserConfigureSignalBearer (LteEnbCmacSapProvider::LcInfo lcInfo, LteMacSapUser *rlcMacSapUser)=0
 Add the Signal Bearer for a specific Ue in LteEnbComponenCarrierManager.
 
virtual std::vector< uint8_t > ReleaseDataRadioBearer (uint16_t rnti, uint8_t lcid)=0
 Release an existing Data Radio Bearer for a Ue in the LteEnbComponentCarrierManager.
 
virtual void RemoveUe (uint16_t rnti)=0
 Remove an existing UE.
 
virtual void ReportUeMeas (uint16_t rnti, LteRrcSap::MeasResults measResults)=0
 Reports UE measurements to the component carrier manager.
 
virtual std::vector< LteCcmRrcSapProvider::LcsConfigSetupDataRadioBearer (EpsBearer bearer, uint8_t bearerId, uint16_t rnti, uint8_t lcid, uint8_t lcGroup, LteMacSapUser *msu)=0
 Add a new Bearer for the Ue in the LteEnbComponentCarrierManager.
 

Private Attributes

C * m_owner
 the owner class
 

Detailed Description

template<class C>
class ns3::MemberLteCcmRrcSapProvider< C >

MemberLteCcmRrcSapProvider class.

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

Constructor & Destructor Documentation

◆ MemberLteCcmRrcSapProvider()

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

Constructor.

Parameters
ownerthe owner class

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

Member Function Documentation

◆ AddLc()

template<class C >
void ns3::MemberLteCcmRrcSapProvider< C >::AddLc ( LteEnbCmacSapProvider::LcInfo  lcInfo,
LteMacSapUser msu 
)
overridevirtual

Add a new logical channel.

Parameters
lcInfo- information about newly created logical channel
msu- pointer to corresponding rlc interface

Implements ns3::LteCcmRrcSapProvider.

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

◆ AddUe()

template<class C >
void ns3::MemberLteCcmRrcSapProvider< C >::AddUe ( uint16_t  rnti,
uint8_t  state 
)
overridevirtual

Add a new UE in the LteEnbComponentCarrierManager.

Parameters
rntiRadio Network Temporary Identity, an integer identifying the UE.
stateThe current rrc state of the UE.

Implements ns3::LteCcmRrcSapProvider.

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

◆ ConfigureSignalBearer()

template<class C >
LteMacSapUser * ns3::MemberLteCcmRrcSapProvider< C >::ConfigureSignalBearer ( LteEnbCmacSapProvider::LcInfo  lcInfo,
LteMacSapUser rlcMacSapUser 
)
overridevirtual

Add the Signal Bearer for a specific Ue in LteEnbComponenCarrierManager.

Parameters
lcInfothis structure it is hard-coded in the LteEnbRrc
rlcMacSapUserit is the MacSapUser of the Rlc instance
Returns
the LteMacSapUser of the ComponentCarrierManager

Implements ns3::LteCcmRrcSapProvider.

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

◆ ReleaseDataRadioBearer()

template<class C >
std::vector< uint8_t > ns3::MemberLteCcmRrcSapProvider< C >::ReleaseDataRadioBearer ( uint16_t  rnti,
uint8_t  lcid 
)
overridevirtual

Release an existing Data Radio Bearer for a Ue in the LteEnbComponentCarrierManager.

Parameters
rntiRadio Network Temporary Identity, an integer identifying the UE where the report originates from
lcidthe Logical Channel Id
Returns
vector of integer the componentCarrierId of the componentCarrier where the bearer is enabled

Implements ns3::LteCcmRrcSapProvider.

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

◆ RemoveUe()

template<class C >
void ns3::MemberLteCcmRrcSapProvider< C >::RemoveUe ( uint16_t  rnti)
overridevirtual

Remove an existing UE.

Parameters
rntiRadio Network Temporary Identity, an integer identifying the UE where the report originates from

Implements ns3::LteCcmRrcSapProvider.

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

◆ ReportUeMeas()

template<class C >
void ns3::MemberLteCcmRrcSapProvider< C >::ReportUeMeas ( uint16_t  rnti,
LteRrcSap::MeasResults  measResults 
)
overridevirtual

Reports UE measurements to the component carrier manager.

Parameters
rntiRadio Network Temporary Identity, an integer identifying the UE where the measurement report originates from.
measResultsa single report of one measurement identity

The received measurement report is a result of the UE measurements configuration previously configured by calling LteCcmRrcSapProvider::AddUeMeasReportConfigForComponentCarrier. The report may be stored and utilized for the purpose of making decision if and when to use the secondary carriers.

Implements ns3::LteCcmRrcSapProvider.

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

◆ SetupDataRadioBearer()

template<class C >
std::vector< LteCcmRrcSapProvider::LcsConfig > ns3::MemberLteCcmRrcSapProvider< C >::SetupDataRadioBearer ( EpsBearer  bearer,
uint8_t  bearerId,
uint16_t  rnti,
uint8_t  lcid,
uint8_t  lcGroup,
LteMacSapUser msu 
)
overridevirtual

Add a new Bearer for the Ue in the LteEnbComponentCarrierManager.

Parameters
bearera pointer to the EpsBearer object
bearerIda unique identifier for the bearer
rntiRadio Network Temporary Identity, an integer identifying the UE where the report originates from
lcidthe Logical Channel id
lcGroupthe Logical Channel group
msua pointer to the LteMacSapUser, the LteEnbComponentCarrierManager has to store a LteMacSapUser for each Rlc instance, in order to properly redirect the packet
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::LteCcmRrcSapProvider.

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

Member Data Documentation

◆ m_owner

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

the owner class

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


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