Namespace simu5g
X2ControlInfoTag
class@class LteX2ControlInfo
This class contains:
- Source X2 ID
- List of destination IDs
- init flag
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
TagBase | class |
This is an abstract base class that should not be directly added to a message as a tag. It is used as the base class of all tags, thus it doesn't have any fields. |
Fields
Name | Type | Description |
---|---|---|
sourceId | MacNodeId |
Source X2NodeId |
destIdList | DestinationIdList |
List of destination X2NodeId |
init | bool |
Source code
// // @class LteX2ControlInfo // // This class contains: // - Source X2 ID // - List of destination IDs // - init flag // class X2ControlInfoTag extends inet::TagBase { MacNodeId sourceId; // Source X2NodeId DestinationIdList destIdList; // List of destination X2NodeId bool init = false; }File: src/x2/packet/X2ControlInfo.msg