ILteHandoverManager

Package: simu5g.stack.handoverManager

ILteHandoverManager

module interface

Interface for the Handover Manager. This module extends the X2User module interface to define the basic contract that any handover manager must adhere to.

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Implemented by

Name Type Description
LteHandoverManager simple module

This module is responsible for managing the exchange of messages during the handover process. It handles the signaling and coordination required to transfer both control and data-plane information from the source eNodeB to the target eNodeB. The module directly interfaces with the LteX2Manager to facilitate this inter-eNodeB communication.

Extends

Name Type Description
IX2User module interface

This module interface provides the fundamental structure for submodules of the LTE/NR protocol stack that need to interact with the LteX2Manager to utilize X2 communication to accomplish their tasks, such as handover, dual connectivity, and Coordinated Multi-Point.

Properties

Name Value Description
display i=block/cogwheel

Source code

//
// Interface for the Handover Manager. This module extends the ~X2User module interface
// to define the basic contract that any handover manager must adhere to.
//
moduleinterface ILteHandoverManager extends IX2User
{
    parameters:
        @display("i=block/cogwheel");
}

File: src/stack/handoverManager/ILteHandoverManager.ned