7#ifndef NR_HANDOVER_MANAGEMENT_SAP_H
8#define NR_HANDOVER_MANAGEMENT_SAP_H
10#include "nr-rrc-sap.h"
129 m_owner->DoReportUeMeas(rnti, measResults);
172 return m_owner->DoAddUeMeasReportConfigForHandover(reportConfig);
179 return m_owner->DoTriggerHandover(rnti, targetCellId);
Template for the implementation of the NrHandoverManagementSapProvider as a member of an owner class ...
void ReportUeMeas(uint16_t rnti, NrRrcSap::MeasResults measResults) override
Send a UE measurement report to handover algorithm.
Template for the implementation of the NrHandoverManagementSapUser as a member of an owner class of t...
void TriggerHandover(uint16_t rnti, uint16_t targetCellId) override
Instruct the eNodeB RRC entity to prepare a handover.
std::vector< uint8_t > AddUeMeasReportConfigForHandover(NrRrcSap::ReportConfigEutra reportConfig) override
Request a certain reporting configuration to be fulfilled by the UEs attached to the eNodeB entity.
Service Access Point (SAP) offered by the handover algorithm instance to the eNodeB RRC instance.
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 eNodeB RRC instance to the handover algorithm instance.
virtual void TriggerHandover(uint16_t rnti, uint16_t targetCellId)=0
Instruct the eNodeB RRC entity to prepare a handover.
virtual std::vector< uint8_t > AddUeMeasReportConfigForHandover(NrRrcSap::ReportConfigEutra reportConfig)=0
Request a certain reporting configuration to be fulfilled by the UEs attached to the eNodeB entity.
Specifies criteria for triggering of an E-UTRA measurement reporting event.