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

Template for the implementation of the LteFfrRrcSapProvider 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::MemberLteFfrRrcSapProvider< C >:
+ Collaboration diagram for ns3::MemberLteFfrRrcSapProvider< C >:

Public Member Functions

 MemberLteFfrRrcSapProvider (C *owner)
 
virtual void RecvLoadInformation (EpcX2Sap::LoadInformationParams params)
 RecvLoadInformation. More...
 
virtual void ReportUeMeas (uint16_t rnti, LteRrcSap::MeasResults measResults)
 Send a UE measurement report to Frequency Reuse algorithm. More...
 
virtual void SetBandwidth (uint8_t ulBandwidth, uint8_t dlBandwidth)
 Configure DL and UL bandwidth in Frequency Reuse Algorithm function is called during Cell configuration. More...
 
virtual void SetCellId (uint16_t cellId)
 SetCellId. More...
 
- Public Member Functions inherited from ns3::LteFfrRrcSapProvider
virtual ~LteFfrRrcSapProvider ()
 

Private Member Functions

 MemberLteFfrRrcSapProvider ()
 

Private Attributes

C * m_owner
 

Detailed Description

template<class C>
class ns3::MemberLteFfrRrcSapProvider< C >

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

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

Constructor & Destructor Documentation

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

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

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

Member Function Documentation

template<class C >
void ns3::MemberLteFfrRrcSapProvider< C >::RecvLoadInformation ( EpcX2Sap::LoadInformationParams  params)
virtual

RecvLoadInformation.

Implements ns3::LteFfrRrcSapProvider.

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

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

Send a UE measurement report to Frequency Reuse algorithm.

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

The received measurement report is a result of the UE measurement configuration previously configured by calling LteFfrRrcSapUser::AddUeMeasReportConfigForFfr. The report may be stored and utilised for the purpose of making decisions within which sub-band UE should be served.

Implements ns3::LteFfrRrcSapProvider.

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

template<class C >
void ns3::MemberLteFfrRrcSapProvider< C >::SetBandwidth ( uint8_t  ulBandwidth,
uint8_t  dlBandwidth 
)
virtual

Configure DL and UL bandwidth in Frequency Reuse Algorithm function is called during Cell configuration.

Parameters
ulBandwidthUL bandwidth in number of RB
dlBandwidthDL bandwidth in number of RB

Implements ns3::LteFfrRrcSapProvider.

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

template<class C >
void ns3::MemberLteFfrRrcSapProvider< C >::SetCellId ( uint16_t  cellId)
virtual

SetCellId.

Parameters
cellIdthe Cell Identifier

Implements ns3::LteFfrRrcSapProvider.

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

Member Data Documentation

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

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


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