![]() |
5G-LENA nr-v3.3-81-g75c7590d
The 5G/NR module for the ns-3 simulator
|
Service Access Point (SAP) offered by the eNodeB RRC instance to the ANR instance. More...
#include "nr-anr-sap.h"
Public Member Functions | |
virtual uint8_t | AddUeMeasReportConfigForAnr (NrRrcSap::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 80 of file nr-anr-sap.h.
|
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 NrAnrSapProvider::ReportUeMeas SAP function.
Implemented in ns3::MemberNrAnrSapUser< C >.