5G-LENA nr-v3.3-81-g75c7590d
The 5G/NR module for the ns-3 simulator
Loading...
Searching...
No Matches
ns3::NrHandoverManagementSapProvider Class Referenceabstract

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

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

+ Inheritance diagram for ns3::NrHandoverManagementSapProvider:

Public Member Functions

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

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 23 of file nr-handover-management-sap.h.

Member Function Documentation

◆ ReportUeMeas()

virtual void ns3::NrHandoverManagementSapProvider::ReportUeMeas ( uint16_t  rnti,
NrRrcSap::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 NrHandoverManagementSapUser::AddUeMeasReportConfigForHandover. The report may be stored and utilised for the purpose of making handover decision.

Implemented in ns3::MemberNrHandoverManagementSapProvider< C >.


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