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

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

#include "lte-handover-management-sap.h"

+ Inheritance diagram for ns3::LteHandoverManagementSapProvider:

Public Member Functions

virtual ~LteHandoverManagementSapProvider ()
 
virtual void ReportUeMeas (uint16_t rnti, LteRrcSap::MeasResults measResults)=0
 Send a UE measurement report to handover algorithm. More...
 

Detailed Description

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

This is the Handover Management SAP Provider, i.e., the part of the SAP that contains the handover algorithm methods called by the eNodeB RRC instance.

Definition at line 38 of file lte-handover-management-sap.h.

Constructor & Destructor Documentation

◆ ~LteHandoverManagementSapProvider()

ns3::LteHandoverManagementSapProvider::~LteHandoverManagementSapProvider ( )
virtual

Definition at line 27 of file lte-handover-management-sap.cc.

Member Function Documentation

◆ ReportUeMeas()

virtual void ns3::LteHandoverManagementSapProvider::ReportUeMeas ( uint16_t  rnti,
LteRrcSap::MeasResults  measResults 
)
pure virtual

Send a UE measurement report to handover algorithm.

Parameters
rntiRadio Network Temporary Identity, an integer identifying the UE where the report originates from
measResultsa single report of one measurement identity

The received measurement report is a result of the UE measurement configuration previously configured by calling LteHandoverManagementSapUser::AddUeMeasReportConfigForHandover. The report may be stored and utilised for the purpose of making handover decision.

Implemented in ns3::MemberLteHandoverManagementSapProvider< C >.


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