Namespace simu5g
D2DModeSwitchNotification
class(no description)
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description |
|---|---|---|
| FieldsChunk | class | (no description) |
Fields
| Name | Type | Description |
|---|---|---|
| chunkLength |
TODO: size 0 |
|
| peerId | MacNodeId | |
| txSide | bool | |
| oldMode | LteD2DMode | |
| newMode | LteD2DMode | |
| oldConnection | bool | |
| interruptHarq | bool | |
| clearRlcBuffer | bool |
Source code
class D2DModeSwitchNotification extends inet::FieldsChunk { chunkLength = inet::B(1); // TODO: size 0 MacNodeId peerId; bool txSide; LteD2DMode oldMode; LteD2DMode newMode; bool oldConnection; bool interruptHarq; bool clearRlcBuffer; }File: src/stack/d2dModeSelection/D2DModeSwitchNotification.msg