IX2User.ned
NED File src/simu5g/x2/IX2User.ned
| Name | Type | Description |
|---|---|---|
| IX2User | module interface |
Interface for modules that need to interact with the LteX2Manager to utilize X2 communication to perform tasks such as handover, dual connectivity, and Coordinated Multi-Point. |
Source code
// // Simu5G // // Copyright (C) 2019-2021 Giovanni Nardini, Giovanni Stea, Antonio Virdis et al. (University of Pisa) // Copyright (C) 2022-2026 Giovanni Nardini, Giovanni Stea et al. (University of Pisa) // // This file is part of a software released under the license included in file // "license.pdf". Please read LICENSE and README files before using it. // The above files and the present reference are part of the software itself, // and cannot be removed from it. // package simu5g.x2; // // Interface for modules that need to interact with the ~LteX2Manager to utilize // X2 communication to perform tasks such as handover, dual connectivity, and // Coordinated Multi-Point. // moduleinterface IX2User { parameters: @display("i=block/cogwheel"); gates: //# Connections to the X2 Manager input x2ManagerIn; output x2ManagerOut; }