5G-LENA nr-v3.3-81-g75c7590d
The 5G/NR module for the ns-3 simulator
Loading...
Searching...
No Matches
ns3::MemberNrCcmRrcSapUser< C > Class Template Reference

MemberNrCcmRrcSapUser class. More...

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

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

Public Member Functions

 MemberNrCcmRrcSapUser (C *owner)
 
void AddLcs (std::vector< NrGnbRrcSapProvider::LogicalChannelConfig > lcConfig) override
 
uint8_t AddUeMeasReportConfigForComponentCarrier (NrRrcSap::ReportConfigEutra reportConfig) override
 Request a certain reporting configuration to be fulfilled by the UEs attached to the eNodeB entity.
 
Ptr< NrUeManagerGetUeManager (uint16_t rnti) override
 
void ReleaseLcs (uint16_t rnti, uint8_t lcid) override
 
void SetNumberOfComponentCarriers (uint16_t noOfComponentCarriers) override
 Set the number of component carriers.
 
void TriggerComponentCarrier (uint16_t rnti, uint16_t targetCellId) override
 Instruct the eNodeB RRC entity to prepare a component carrier.
 

Detailed Description

template<class C>
class ns3::MemberNrCcmRrcSapUser< C >

MemberNrCcmRrcSapUser class.

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

Constructor & Destructor Documentation

◆ MemberNrCcmRrcSapUser()

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

Constructor

Parameters
ownerthe owner class

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

Member Function Documentation

◆ AddLcs()

template<class C >
void ns3::MemberNrCcmRrcSapUser< C >::AddLcs ( std::vector< NrGnbRrcSapProvider::LogicalChannelConfig lcConfig)
overridevirtual

add a new Logical Channel (LC)

Parameters
lcConfigis a single structure contains logical Channel Id, Logical Channel config and Component Carrier Id

Implements ns3::NrCcmRrcSapUser.

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

◆ AddUeMeasReportConfigForComponentCarrier()

template<class C >
uint8_t ns3::MemberNrCcmRrcSapUser< C >::AddUeMeasReportConfigForComponentCarrier ( NrRrcSap::ReportConfigEutra  reportConfig)
overridevirtual

Request a certain reporting configuration to be fulfilled by the UEs attached to the eNodeB entity.

Parameters
reportConfigthe UE measurement reporting configuration
Returns
the measurement identity associated with this newly added reporting configuration

The eNodeB RRC entity is expected to configure the same reporting configuration in each of the attached UEs. When later in the simulation a UE measurement report is received from a UE as a result of this configuration, the eNodeB RRC entity shall forward this report to the NrComponentCarrier algorithm through the NrCcmRrcSapProvider::ReportUeMeas SAP function.

Note
This function is only valid before the simulation begins.

Implements ns3::NrCcmRrcSapUser.

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

◆ GetUeManager()

template<class C >
Ptr< NrUeManager > ns3::MemberNrCcmRrcSapUser< C >::GetUeManager ( uint16_t  rnti)
overridevirtual

Get UE manager by RNTI

Parameters
rntiRNTI
Returns
UE manager

Implements ns3::NrCcmRrcSapUser.

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

◆ ReleaseLcs()

template<class C >
void ns3::MemberNrCcmRrcSapUser< C >::ReleaseLcs ( uint16_t  rnti,
uint8_t  lcid 
)
overridevirtual

remove an existing LC

Parameters
rnti
lcid

Implements ns3::NrCcmRrcSapUser.

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

◆ SetNumberOfComponentCarriers()

template<class C >
void ns3::MemberNrCcmRrcSapUser< C >::SetNumberOfComponentCarriers ( uint16_t  noOfComponentCarriers)
overridevirtual

Set the number of component carriers.

Parameters
noOfComponentCarriersThe number of component carriers

Implements ns3::NrCcmRrcSapUser.

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

◆ TriggerComponentCarrier()

template<class C >
void ns3::MemberNrCcmRrcSapUser< C >::TriggerComponentCarrier ( uint16_t  rnti,
uint16_t  targetCellId 
)
overridevirtual

Instruct the eNodeB RRC entity to prepare a component carrier.

Parameters
rntiRadio Network Temporary Identity, an integer identifying the UE which shall perform the NrComponentCarrier
targetCellIdthe cell ID of the target eNodeB

This function is used by the NrComponentCarrier manager when a decision on component carriers configurations.

The process to produce the decision is up to the implementation of NrComponentCarrier algorithm. It is typically based on the reported UE measurements, which are received through the NrCcmRrcSapProvider::ReportUeMeas function.

Implements ns3::NrCcmRrcSapUser.

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


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