![]() |
5G-LENA nr-v3.3-81-g75c7590d
The 5G/NR module for the ns-3 simulator
|
Template for the implementation of the NrAnrSapUser as a member of an owner class of type C to which all methods are forwarded. More...
#include "nr-anr-sap.h"
Public Member Functions | |
MemberNrAnrSapUser (C *owner) | |
uint8_t | AddUeMeasReportConfigForAnr (NrRrcSap::ReportConfigEutra reportConfig) override |
Request a certain reporting configuration to be fulfilled by the UEs attached to the eNodeB entity. | |
Template for the implementation of the NrAnrSapUser as a member of an owner class of type C to which all methods are forwarded.
Definition at line 180 of file nr-anr-sap.h.
ns3::MemberNrAnrSapUser< C >::MemberNrAnrSapUser | ( | C * | owner | ) |
|
overridevirtual |
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.
Implements ns3::NrAnrSapUser.
Definition at line 209 of file nr-anr-sap.h.