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"
Public Member Functions | |
MemberLteFfrRrcSapProvider (C *owner) | |
Constructor. More... | |
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 |
the owner class More... | |
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 143 of file lte-ffr-rrc-sap.h.
ns3::MemberLteFfrRrcSapProvider< C >::MemberLteFfrRrcSapProvider | ( | C * | owner | ) |
|
private |
|
virtual |
RecvLoadInformation.
params | the EpcX2Sap::LoadInformationParams |
Implements ns3::LteFfrRrcSapProvider.
Definition at line 194 of file lte-ffr-rrc-sap.h.
|
virtual |
Send a UE measurement report to Frequency Reuse algorithm.
rnti | Radio Network Temporary Identity, an integer identifying the UE where the report originates from |
measResults | a 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 187 of file lte-ffr-rrc-sap.h.
|
virtual |
Configure DL and UL bandwidth in Frequency Reuse Algorithm function is called during Cell configuration.
ulBandwidth | UL bandwidth in number of RB |
dlBandwidth | DL bandwidth in number of RB |
Implements ns3::LteFfrRrcSapProvider.
Definition at line 180 of file lte-ffr-rrc-sap.h.
|
virtual |
SetCellId.
cellId | the Cell Identifier |
Implements ns3::LteFfrRrcSapProvider.
Definition at line 173 of file lte-ffr-rrc-sap.h.
|
private |
the owner class
Definition at line 160 of file lte-ffr-rrc-sap.h.