Loading...
Searching...
No Matches
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.
 
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

◆ ack_requested

int gnrc_lorawan_mcps_t::ack_requested

whether the network server requested an ACK

Definition at line 186 of file gnrc_lorawan_internal.h.

◆ fcnt

uint32_t gnrc_lorawan_mcps_t::fcnt

uplink framecounter

Definition at line 178 of file gnrc_lorawan_internal.h.

◆ 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.

◆ mhdr_mic

char gnrc_lorawan_mcps_t::mhdr_mic[MHDR_MIC_BUF_SIZE]

internal retransmissions buffer

Definition at line 189 of file gnrc_lorawan_internal.h.

◆ msdu

iolist_t* gnrc_lorawan_mcps_t::msdu

current MSDU

Definition at line 184 of file gnrc_lorawan_internal.h.

◆ nb_trials

int gnrc_lorawan_mcps_t::nb_trials

holds the remaining number of retransmissions

Definition at line 185 of file gnrc_lorawan_internal.h.

◆ redundancy

uint8_t gnrc_lorawan_mcps_t::redundancy

unconfirmed uplink redundancy

Definition at line 188 of file gnrc_lorawan_internal.h.

◆ waiting_for_ack

int gnrc_lorawan_mcps_t::waiting_for_ack

true if the MAC layer is waiting for an ACK

Definition at line 187 of file gnrc_lorawan_internal.h.


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