A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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)
 
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
 

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 200 of file lte-anr-sap.h.

Constructor & Destructor Documentation

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

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

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

Member Function Documentation

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 224 of file lte-anr-sap.h.

Member Data Documentation

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

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


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