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

Template for the implementation of the LteFfrRrcSapUser as a member of an owner class of type C to which all methods are forwarded. More...

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

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

Public Member Functions

 MemberLteFfrRrcSapUser (C *owner)
 Constructor. More...
 
virtual uint8_t AddUeMeasReportConfigForFfr (LteRrcSap::ReportConfigEutra reportConfig)
 Request a certain reporting configuration to be fulfilled by the UEs attached to the eNodeB entity. More...
 
virtual void SendLoadInformation (EpcX2Sap::LoadInformationParams params)
 SendLoadInformation. More...
 
virtual void SetPdschConfigDedicated (uint16_t rnti, LteRrcSap::PdschConfigDedicated pdschConfigDedicated)
 Instruct the eNodeB RRC entity to perform RrcConnectionReconfiguration to inform UE about new PdschConfigDedicated (i.e. More...
 
- Public Member Functions inherited from ns3::LteFfrRrcSapUser
virtual ~LteFfrRrcSapUser ()
 

Private Member Functions

 MemberLteFfrRrcSapUser ()
 

Private Attributes

C * m_owner
 the owner class More...
 

Detailed Description

template<class C>
class ns3::MemberLteFfrRrcSapUser< C >

Template for the implementation of the LteFfrRrcSapUser as a member of an owner class of type C to which all methods are forwarded.

Definition at line 205 of file lte-ffr-rrc-sap.h.

Constructor & Destructor Documentation

◆ MemberLteFfrRrcSapUser() [1/2]

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

Constructor.

Parameters
ownerthe owner class

Definition at line 228 of file lte-ffr-rrc-sap.h.

◆ MemberLteFfrRrcSapUser() [2/2]

template<class C >
ns3::MemberLteFfrRrcSapUser< C >::MemberLteFfrRrcSapUser ( )
private

Member Function Documentation

◆ AddUeMeasReportConfigForFfr()

template<class C >
uint8_t ns3::MemberLteFfrRrcSapUser< C >::AddUeMeasReportConfigForFfr ( LteRrcSap::ReportConfigEutra  reportConfig)
virtual

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 Frequency Reuse algorithm through the LteFfrRrcSapProvider::ReportUeMeas SAP function.

Note
This function is only valid before the simulation begins.

Implements ns3::LteFfrRrcSapUser.

Definition at line 235 of file lte-ffr-rrc-sap.h.

◆ SendLoadInformation()

template<class C >
void ns3::MemberLteFfrRrcSapUser< C >::SendLoadInformation ( EpcX2Sap::LoadInformationParams  params)
virtual

SendLoadInformation.

Parameters
paramsthe EpcX2Sap::LoadInformationParams

Implements ns3::LteFfrRrcSapUser.

Definition at line 249 of file lte-ffr-rrc-sap.h.

◆ SetPdschConfigDedicated()

template<class C >
void ns3::MemberLteFfrRrcSapUser< C >::SetPdschConfigDedicated ( uint16_t  rnti,
LteRrcSap::PdschConfigDedicated  pdschConfigDedicated 
)
virtual

Instruct the eNodeB RRC entity to perform RrcConnectionReconfiguration to inform UE about new PdschConfigDedicated (i.e.

P_a value). Also Downlink Power Allocation is done based on this value.

Parameters
rntiRadio Network Temporary Identity, an integer identifying the UE which shall perform the handover
pdschConfigDedicatednew PdschConfigDedicated to be configured for UE

This function is used by the Frequency Reuse algorithm entity when it decides that PDSCH for this UE should be allocated with different transmit power.

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

Implements ns3::LteFfrRrcSapUser.

Definition at line 242 of file lte-ffr-rrc-sap.h.

Member Data Documentation

◆ m_owner

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

the owner class

Definition at line 223 of file lte-ffr-rrc-sap.h.


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