Service Access Point (SAP) offered by the handover algorithm instance to the eNodeB RRC instance. More...
#include "lte-handover-management-sap.h"
Public Member Functions | |
virtual | ~LteHandoverManagementSapProvider () |
virtual void | ReportUeMeas (uint16_t rnti, LteRrcSap::MeasResults measResults)=0 |
Send a UE measurement report to handover algorithm. | |
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 26 of file lte-handover-management-sap.h.
|
virtual |
Definition at line 15 of file lte-handover-management-sap.cc.
|
pure virtual |
Send a UE measurement report to handover algorithm.
rnti | Radio Network Temporary Identity, an integer identifying the UE where the report originates from |
measResults | a 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 >.