MCPS service access point descriptor. More...
MCPS service access point descriptor.
Definition at line 152 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 | |
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 | |
char | mhdr_mic [MHDR_MIC_BUF_SIZE] |
internal retransmissions buffer | |