A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
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 ()=delete
 
 MemberLteAnrSapUser (C *owner)
 Constructor.
 
uint8_t AddUeMeasReportConfigForAnr (LteRrcSap::ReportConfigEutra reportConfig) override
 Request a certain reporting configuration to be fulfilled by the UEs attached to the eNodeB entity.
 
- Public Member Functions inherited from ns3::LteAnrSapUser
virtual ~LteAnrSapUser ()
 
virtual uint8_t AddUeMeasReportConfigForAnr (LteRrcSap::ReportConfigEutra reportConfig)=0
 Request a certain reporting configuration to be fulfilled by the UEs attached to the eNodeB entity.
 

Private Attributes

C * m_owner
 the owner class
 

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

◆ MemberLteAnrSapUser() [2/2]

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

Member Function Documentation

◆ AddUeMeasReportConfigForAnr()

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

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


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