A Discrete-Event Network Simulator
API
ns3::LteAnrSapUser Class Referenceabstract

Service Access Point (SAP) offered by the eNodeB RRC instance to the ANR instance. More...

#include "lte-anr-sap.h"

+ Inheritance diagram for ns3::LteAnrSapUser:

Public Member Functions

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. More...
 

Detailed Description

Service Access Point (SAP) offered by the eNodeB RRC instance to the ANR instance.

This is the ANR SAP User, i.e., the part of the SAP that contains the eNodeB RRC methods called by the ANR (Automatic Neighbour Relation) instance.

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

Constructor & Destructor Documentation

◆ ~LteAnrSapUser()

ns3::LteAnrSapUser::~LteAnrSapUser ( )
virtual

Definition at line 33 of file lte-anr-sap.cc.

Member Function Documentation

◆ AddUeMeasReportConfigForAnr()

virtual uint8_t ns3::LteAnrSapUser::AddUeMeasReportConfigForAnr ( LteRrcSap::ReportConfigEutra  reportConfig)
pure 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.

Implemented in ns3::MemberLteAnrSapUser< C >.

Referenced by ns3::LteAnr::DoInitialize().

+ Here is the caller graph for this function:

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