template<class C>
class ns3::MemberLteAnrSapUser< C >
Template for the implementation of the LteAnrSapUser as a member of an owner class of type C to which all methods are forwarded.
Definition at line 205 of file lte-anr-sap.h.
Request a certain reporting configuration to be fulfilled by the UEs attached to the eNodeB entity.
- Parameters
-
reportConfig | the UE measurement reporting configuration |
- Returns
- the measurement identity associated with this newly added 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.
- Note
- This function is only valid before the simulation begins.
Implements ns3::LteAnrSapUser.
Definition at line 234 of file lte-anr-sap.h.