gnrc_lorawan_mcps_t Struct Reference

MCPS service access point descriptor. More...

Detailed Description

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_tmsdu
 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
 

Field Documentation

◆ fcnt_down

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.


The documentation for this struct was generated from the following file: