Namespace simu5g
RtxNotification
messageFields
Name | Type | Description |
---|---|---|
bytes | int |
number of bytes to be retransmitted |
direction | int |
DL or UL |
Source code
message RtxNotification { int bytes; // number of bytes to be retransmitted int direction; // DL or UL }File: src/stack/backgroundTrafficGenerator/generators/RtxNotification.msg