Namespace simu5g
LteHarqFeedback
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 |
---|---|---|
acid | unsigned char |
H-ARQ acid to which this fb is addressed |
cw | unsigned char |
H-ARQ cw id to which this fb is addressed |
result | bool |
H-ARQ feedback: true for ACK, false for NACK |
fbMacPduId | long |
Id of the pdu to which the feedback is addressed |
d2dFeedback | bool |
if this flag is true, then the feedback refers to a D2D connection |
chunkLength |
TODO: size 0 |
Source code
class LteHarqFeedback extends inet::FieldsChunk { // H-ARQ acid to which this fb is addressed unsigned char acid; // H-ARQ cw id to which this fb is addressed unsigned char cw; // H-ARQ feedback: true for ACK, false for NACK bool result; // Id of the pdu to which the feedback is addressed long fbMacPduId; // if this flag is true, then the feedback refers to a D2D connection bool d2dFeedback = false; chunkLength = inet::B(1); // TODO: size 0 }File: src/stack/mac/packet/LteHarqFeedback.msg