MCPS service access point descriptor. More...
MCPS service access point descriptor.
Definition at line 177 of file gnrc_lorawan_internal.h.
#include <gnrc_lorawan_internal.h>
Data Fields | |
| uint32_t | fcnt | 
| uplink framecounter  | |
| uint32_t | fcnt_down | 
| downlink frame counter.  More... | |
| iolist_t * | msdu | 
| current MSDU  | |
| int | nb_trials | 
| holds the remaining number of retransmissions  | |
| int | ack_requested | 
| whether the network server requested an ACK  | |
| int | waiting_for_ack | 
| true if the MAC layer is waiting for an ACK  | |
| uint8_t | redundancy | 
| unconfirmed uplink redundancy  | |
| char | mhdr_mic [MHDR_MIC_BUF_SIZE] | 
| internal retransmissions buffer  | |
| uint32_t gnrc_lorawan_mcps_t::fcnt_down | 
downlink frame counter.
Mapped to network downlink frame counter if using LoRaWAN 1.1
Definition at line 179 of file gnrc_lorawan_internal.h.