A Discrete-Event Network Simulator
API
ns3::MemberLteAnrSapUser< C > Class Template Reference

Template for the implementation of the LteAnrSapUser as a member of an owner class of type C to which all methods are forwarded. More...

#include "lte-anr-sap.h"

+ Inheritance diagram for ns3::MemberLteAnrSapUser< C >:
+ Collaboration diagram for ns3::MemberLteAnrSapUser< C >:

Public Member Functions

 MemberLteAnrSapUser (C *owner)
 Constructor. More...
 
virtual uint8_t AddUeMeasReportConfigForAnr (LteRrcSap::ReportConfigEutra reportConfig)
 Request a certain reporting configuration to be fulfilled by the UEs attached to the eNodeB entity. More...
 
- Public Member Functions inherited from ns3::LteAnrSapUser
virtual ~LteAnrSapUser ()
 

Private Member Functions

 MemberLteAnrSapUser ()
 

Private Attributes

C * m_owner
 the owner class More...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ MemberLteAnrSapUser() [1/2]

template<class C >
ns3::MemberLteAnrSapUser< C >::MemberLteAnrSapUser ( C *  owner)

Constructor.

Parameters
ownerthe owner class

Definition at line 226 of file lte-anr-sap.h.

◆ MemberLteAnrSapUser() [2/2]

template<class C >
ns3::MemberLteAnrSapUser< C >::MemberLteAnrSapUser ( )
private

Member Function Documentation

◆ AddUeMeasReportConfigForAnr()

template<class C >
uint8_t ns3::MemberLteAnrSapUser< C >::AddUeMeasReportConfigForAnr ( LteRrcSap::ReportConfigEutra  reportConfig)
virtual

Request a certain reporting configuration to be fulfilled by the UEs attached to the eNodeB entity.

Parameters
reportConfigthe 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.

Member Data Documentation

◆ m_owner

template<class C >
C* ns3::MemberLteAnrSapUser< C >::m_owner
private

the owner class

Definition at line 220 of file lte-anr-sap.h.


The documentation for this class was generated from the following file: