Package: simu5g.stack.dualConnectivityManager
IDualConnectivityManager
module interfaceInterface for the Dual Connectivity Manager. This module extends the X2User module interface to define the basic contract that any Dual Connectivity 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 |
---|---|---|
DualConnectivityManager | simple module |
This module is responsible for bridging data-plane packets between PDCP entities of two eNodeBs or gNodeBs when Dual Connectivity is employed. The module directly interfaces with the LteX2Manager to transfer such packets over the X2 interface. |
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 Dual Connectivity Manager. This module extends the ~X2User module interface // to define the basic contract that any Dual Connectivity Manager must adhere to. // moduleinterface IDualConnectivityManager extends IX2User { parameters: @display("i=block/cogwheel"); }File: src/stack/dualConnectivityManager/IDualConnectivityManager.ned