Service Access Point (SAP) offered by the eNodeB RRC instance to the ANR instance. More...
#include "lte-anr-sap.h"
Public Member Functions | |
virtual | ~LteAnrSapUser () |
virtual uint8_t | AddUeMeasReportConfigForAnr (LteRrcSap::ReportConfigEutra reportConfig)=0 |
Request a certain reporting configuration to be fulfilled by the UEs attached to the eNodeB entity. | |
Service Access Point (SAP) offered by the eNodeB RRC instance to the ANR instance.
This is the ANR SAP User, i.e., the part of the SAP that contains the eNodeB RRC methods called by the ANR (Automatic Neighbour Relation) instance.
Definition at line 83 of file lte-anr-sap.h.
|
virtual |
Definition at line 19 of file lte-anr-sap.cc.
|
pure virtual |
Request a certain reporting configuration to be fulfilled by the UEs attached to the eNodeB entity.
reportConfig | the UE measurement 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 ANC instance through the LteAnrSapProvider::ReportUeMeas SAP function.
Implemented in ns3::MemberLteAnrSapUser< C >.
Referenced by ns3::LteAnr::DoInitialize().