5G-LENA nr-v3.3-81-g75c7590d
The 5G/NR module for the ns-3 simulator
Loading...
Searching...
No Matches
ns3::MemberNrHandoverManagementSapUser< C > Class Template Reference

Template for the implementation of the NrHandoverManagementSapUser as a member of an owner class of type C to which all methods are forwarded. More...

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

+ Inheritance diagram for ns3::MemberNrHandoverManagementSapUser< C >:
+ Collaboration diagram for ns3::MemberNrHandoverManagementSapUser< C >:

Public Member Functions

 MemberNrHandoverManagementSapUser (C *owner)
 
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.
 
void TriggerHandover (uint16_t rnti, uint16_t targetCellId) override
 Instruct the eNodeB RRC entity to prepare a handover.
 

Detailed Description

template<class C>
class ns3::MemberNrHandoverManagementSapUser< C >

Template for the implementation of the NrHandoverManagementSapUser as a member of an owner class of type C to which all methods are forwarded.

Definition at line 138 of file nr-handover-management-sap.h.

Constructor & Destructor Documentation

◆ MemberNrHandoverManagementSapUser()

template<class C >
ns3::MemberNrHandoverManagementSapUser< C >::MemberNrHandoverManagementSapUser ( C *  owner)

Constructor

Parameters
ownerthe owner class

Definition at line 162 of file nr-handover-management-sap.h.

Member Function Documentation

◆ AddUeMeasReportConfigForHandover()

template<class C >
std::vector< uint8_t > ns3::MemberNrHandoverManagementSapUser< C >::AddUeMeasReportConfigForHandover ( NrRrcSap::ReportConfigEutra  reportConfig)
overridevirtual

Request a certain reporting configuration to be fulfilled by the UEs attached to the eNodeB entity.

Parameters
reportConfigthe UE measurement reporting configuration
Returns
the measurement identities associated with this newly added reporting configuration

The eNodeB RRC entity is expected to configure the same reporting configuration in each of the attached UEs. When later in the simulation a UE measurement report is received from a UE as a result of this configuration, the eNodeB RRC entity shall forward this report to the handover algorithm through the NrHandoverManagementSapProvider::ReportUeMeas SAP function.

Note
This function is only valid before the simulation begins.

Implements ns3::NrHandoverManagementSapUser.

Definition at line 169 of file nr-handover-management-sap.h.

◆ TriggerHandover()

template<class C >
void ns3::MemberNrHandoverManagementSapUser< C >::TriggerHandover ( uint16_t  rnti,
uint16_t  targetCellId 
)
overridevirtual

Instruct the eNodeB RRC entity to prepare a handover.

Parameters
rntiRadio Network Temporary Identity, an integer identifying the UE which shall perform the handover
targetCellIdthe cell ID of the target eNodeB

This function is used by the handover algorithm entity when a handover decision has been reached.

The process to produce the decision is up to the implementation of handover algorithm. It is typically based on the reported UE measurements, which are received through the NrHandoverManagementSapProvider::ReportUeMeas function.

Implements ns3::NrHandoverManagementSapUser.

Definition at line 177 of file nr-handover-management-sap.h.


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