RtxNotification
Namespace simu5g
RtxNotification
message(no description)
Fields
| Name | Type | Description |
|---|---|---|
| bytes | int |
number of bytes to be retransmitted |
| direction | Direction |
DL or UL |
Source code
message RtxNotification { int bytes; // number of bytes to be retransmitted Direction direction; // DL or UL }File: src/simu5g/background/trafficGenerator/generators/RtxNotification.msg