... | @@ -24,7 +24,7 @@ WANT_ACK (0x01): sending node requires acknowledgement from recipients in any ca |
... | @@ -24,7 +24,7 @@ WANT_ACK (0x01): sending node requires acknowledgement from recipients in any ca |
|
WANT_UL_ACK (0x02): upper layer decides if there is an ACK to be sent, e.g. if the packet is relevant for the state machine.
|
|
WANT_UL_ACK (0x02): upper layer decides if there is an ACK to be sent, e.g. if the packet is relevant for the state machine.
|
|
```
|
|
```
|
|
|
|
|
|
The packet footer remains unmodified and contains only a two-byte CRC of the packet, calculated with the CRC field set to `0`.
|
|
The packet footer will be removed, since it only contains a 2-byte CRC, which will also be removed.
|
|
|
|
|
|
The other packet types are described by their content and value of the `type` flag in the packet header, omitting the rest of the header and the footer.
|
|
The other packet types are described by their content and value of the `type` flag in the packet header, omitting the rest of the header and the footer.
|
|
|
|
|
... | | ... | |