![]() |
5G-LENA nr-v3.3-81-g75c7590d
The 5G/NR module for the ns-3 simulator
|
Service Access Point (SAP) offered by the handover algorithm instance to the eNodeB RRC instance. More...
#include "nr-handover-management-sap.h"
Public Member Functions | |
virtual void | ReportUeMeas (uint16_t rnti, NrRrcSap::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 23 of file nr-handover-management-sap.h.
|
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 NrHandoverManagementSapUser::AddUeMeasReportConfigForHandover. The report may be stored and utilised for the purpose of making handover decision.
Implemented in ns3::MemberNrHandoverManagementSapProvider< C >.