![]() |
5G-LENA nr-v3.3-81-g75c7590d
The 5G/NR module for the ns-3 simulator
|
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"
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. | |
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.
ns3::MemberNrHandoverManagementSapUser< C >::MemberNrHandoverManagementSapUser | ( | C * | owner | ) |
Constructor
owner | the owner class |
Definition at line 162 of file nr-handover-management-sap.h.
|
overridevirtual |
Request a certain reporting configuration to be fulfilled by the UEs attached to the eNodeB entity.
reportConfig | the UE measurement 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.
Implements ns3::NrHandoverManagementSapUser.
Definition at line 169 of file nr-handover-management-sap.h.
|
overridevirtual |
Instruct the eNodeB RRC entity to prepare a handover.
rnti | Radio Network Temporary Identity, an integer identifying the UE which shall perform the handover |
targetCellId | the 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.