5G-LENA nr-v4.0
The 5G/NR module for the ns-3 simulator
Loading...
Searching...
No Matches
ns3::NrNoOpHandoverAlgorithm Class Reference

Handover algorithm implementation which simply does nothing. More...

#include "nr-no-op-handover-algorithm.h"

+ Inheritance diagram for ns3::NrNoOpHandoverAlgorithm:
+ Collaboration diagram for ns3::NrNoOpHandoverAlgorithm:

Public Member Functions

 NrNoOpHandoverAlgorithm ()
 Creates a No-op handover algorithm instance.
 
NrHandoverManagementSapProviderGetNrHandoverManagementSapProvider () override
 Export the "provider" part of the Handover Management SAP interface.
 
void SetNrHandoverManagementSapUser (NrHandoverManagementSapUser *s) override
 Set the "user" part of the Handover Management SAP interface that this handover algorithm instance will interact with.
 

Static Public Member Functions

static TypeId GetTypeId ()
 Get the type ID.
 
- Static Public Member Functions inherited from ns3::NrHandoverAlgorithm
static TypeId GetTypeId ()
 Get the type ID.
 

Protected Member Functions

void DoDispose () override
 
void DoInitialize () override
 
void DoReportUeMeas (uint16_t rnti, NrRrcSap::MeasResults measResults) override
 Implementation of NrHandoverManagementSapProvider::ReportUeMeas.
 
- Protected Member Functions inherited from ns3::NrHandoverAlgorithm
void DoDispose () override
 

Friends

class MemberNrHandoverManagementSapProvider< NrNoOpHandoverAlgorithm >
 let the forwarder class access the protected and private members
 

Detailed Description

Handover algorithm implementation which simply does nothing.

Selecting this handover algorithm is equivalent to disabling automatic triggering of handover. This is the default choice.

To enable automatic handover, please select another handover algorithm, i.e., another child class of NrHandoverAlgorithm.

Introspection did not find any typical Config paths.
No Attributes are defined for this type.
No TraceSources are defined for this type.
Size of this type is 72 bytes (on a 64-bit architecture).

Definition at line 26 of file nr-no-op-handover-algorithm.h.

Constructor & Destructor Documentation

◆ NrNoOpHandoverAlgorithm()

ns3::NrNoOpHandoverAlgorithm::NrNoOpHandoverAlgorithm ( )

Creates a No-op handover algorithm instance.

Definition at line 18 of file nr-no-op-handover-algorithm.cc.

References MemberNrHandoverManagementSapProvider< NrNoOpHandoverAlgorithm >.

◆ ~NrNoOpHandoverAlgorithm()

ns3::NrNoOpHandoverAlgorithm::~NrNoOpHandoverAlgorithm ( )
override

Definition at line 26 of file nr-no-op-handover-algorithm.cc.

Member Function Documentation

◆ DoDispose()

void ns3::NrNoOpHandoverAlgorithm::DoDispose ( )
overrideprotected

Definition at line 32 of file nr-no-op-handover-algorithm.cc.

◆ DoInitialize()

void ns3::NrNoOpHandoverAlgorithm::DoInitialize ( )
overrideprotected

Definition at line 63 of file nr-no-op-handover-algorithm.cc.

◆ DoReportUeMeas()

void ns3::NrNoOpHandoverAlgorithm::DoReportUeMeas ( uint16_t  rnti,
NrRrcSap::MeasResults  measResults 
)
overrideprotectedvirtual

Implementation of NrHandoverManagementSapProvider::ReportUeMeas.

Parameters
rntiRadio Network Temporary Identity, an integer identifying the UE where the report originates from
measResultsa single report of one measurement identity

Implements ns3::NrHandoverAlgorithm.

Definition at line 70 of file nr-no-op-handover-algorithm.cc.

References ns3::NrRrcSap::MeasResults::measId.

◆ GetNrHandoverManagementSapProvider()

NrHandoverManagementSapProvider * ns3::NrNoOpHandoverAlgorithm::GetNrHandoverManagementSapProvider ( )
overridevirtual

Export the "provider" part of the Handover Management SAP interface.

Returns
the reference to the "provider" part of the interface, typically to be kept by an NrGnbRrc instance

Implements ns3::NrHandoverAlgorithm.

Definition at line 56 of file nr-no-op-handover-algorithm.cc.

◆ GetTypeId()

TypeId ns3::NrNoOpHandoverAlgorithm::GetTypeId ( )
static

Get the type ID.

Returns
the object TypeId

Definition at line 39 of file nr-no-op-handover-algorithm.cc.

◆ SetNrHandoverManagementSapUser()

void ns3::NrNoOpHandoverAlgorithm::SetNrHandoverManagementSapUser ( NrHandoverManagementSapUser s)
overridevirtual

Set the "user" part of the Handover Management SAP interface that this handover algorithm instance will interact with.

Parameters
sa reference to the "user" part of the interface, typically a member of an NrGnbRrc instance

Implements ns3::NrHandoverAlgorithm.

Definition at line 49 of file nr-no-op-handover-algorithm.cc.

Friends And Related Symbol Documentation

◆ MemberNrHandoverManagementSapProvider< NrNoOpHandoverAlgorithm >

let the forwarder class access the protected and private members

Definition at line 42 of file nr-no-op-handover-algorithm.h.

Referenced by NrNoOpHandoverAlgorithm().


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