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. | |
| 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 | |
| int gnrc_lorawan_mcps_t::ack_requested |
whether the network server requested an ACK
Definition at line 186 of file gnrc_lorawan_internal.h.
| uint32_t gnrc_lorawan_mcps_t::fcnt |
uplink framecounter
Definition at line 178 of file gnrc_lorawan_internal.h.
| 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.
| char gnrc_lorawan_mcps_t::mhdr_mic[MHDR_MIC_BUF_SIZE] |
internal retransmissions buffer
Definition at line 189 of file gnrc_lorawan_internal.h.
| iolist_t* gnrc_lorawan_mcps_t::msdu |
current MSDU
Definition at line 184 of file gnrc_lorawan_internal.h.
| int gnrc_lorawan_mcps_t::nb_trials |
holds the remaining number of retransmissions
Definition at line 185 of file gnrc_lorawan_internal.h.
| uint8_t gnrc_lorawan_mcps_t::redundancy |
unconfirmed uplink redundancy
Definition at line 188 of file gnrc_lorawan_internal.h.
| 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.