7#ifndef NO_OP_HANDOVER_ALGORITHM_H
8#define NO_OP_HANDOVER_ALGORITHM_H
10#include "nr-handover-algorithm.h"
11#include "nr-handover-management-sap.h"
12#include "nr-rrc-sap.h"
49 void DoInitialize()
override;
50 void DoDispose()
override;
Template for the implementation of the NrHandoverManagementSapProvider as a member of an owner class ...
The abstract base class of a handover algorithm that operates using the Handover Management SAP inter...
Service Access Point (SAP) offered by the handover algorithm instance to the eNodeB RRC instance.
Service Access Point (SAP) offered by the eNodeB RRC instance to the handover algorithm instance.
Handover algorithm implementation which simply does nothing.
void DoReportUeMeas(uint16_t rnti, NrRrcSap::MeasResults measResults) override
Implementation of NrHandoverManagementSapProvider::ReportUeMeas.
NrNoOpHandoverAlgorithm()
Creates a No-op handover algorithm instance.
static TypeId GetTypeId()
Get the type ID.
void SetNrHandoverManagementSapUser(NrHandoverManagementSapUser *s) override
Set the "user" part of the Handover Management SAP interface that this handover algorithm instance wi...
NrHandoverManagementSapProvider * GetNrHandoverManagementSapProvider() override
Export the "provider" part of the Handover Management SAP interface.