Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

lora_mac_system_params_t Struct Reference

lora_mac_system_params_t Struct Reference

#include <lorawan_data_structures.h>

Data Fields

int8_t channel_tx_power
int8_t channel_data_rate
uint32_t max_rx_win_time
uint32_t recv_delay1
uint32_t recv_delay2
uint32_t join_accept_delay1
uint32_t join_accept_delay2
uint8_t nb_trans
uint8_t rx1_dr_offset
rx2_channel_params rx2_channel
uint8_t uplink_dwell_time
uint8_t downlink_dwell_time
float max_eirp
float antenna_gain
uint8_t max_duty_cycle
uint16_t aggregated_duty_cycle
bool adr_on

Detailed Description

The global MAC layer parameters.

Definition at line 159 of file lorawan_data_structures.h.


Field Documentation

bool adr_on

LoRaMac ADR control status

Definition at line 231 of file lorawan_data_structures.h.

Aggregated duty cycle management

Definition at line 226 of file lorawan_data_structures.h.

float antenna_gain

The antenna gain of the node.

Definition at line 216 of file lorawan_data_structures.h.

The data rate in channels.

Definition at line 167 of file lorawan_data_structures.h.

The TX power in channels.

Definition at line 163 of file lorawan_data_structures.h.

The downlink dwell time configuration. 0: No limit, 1: 400ms

Definition at line 208 of file lorawan_data_structures.h.

Join accept delay 1.

Definition at line 183 of file lorawan_data_structures.h.

Join accept delay 1.

Definition at line 187 of file lorawan_data_structures.h.

uint8_t max_duty_cycle

Maximum duty cycle

Remarks:
Possibility to shutdown the device.

Definition at line 222 of file lorawan_data_structures.h.

float max_eirp

The maximum possible EIRP.

Definition at line 212 of file lorawan_data_structures.h.

uint32_t max_rx_win_time

LoRaMac maximum time a reception window stays open.

Definition at line 171 of file lorawan_data_structures.h.

uint8_t nb_trans

The number of uplink messages repetitions for QOS set by network server in LinkADRReq mac command (unconfirmed messages only).

Definition at line 192 of file lorawan_data_structures.h.

uint32_t recv_delay1

Receive delay 1.

Definition at line 175 of file lorawan_data_structures.h.

uint32_t recv_delay2

Receive delay 2.

Definition at line 179 of file lorawan_data_structures.h.

uint8_t rx1_dr_offset

The datarate offset between uplink and downlink on first window.

Definition at line 196 of file lorawan_data_structures.h.

LoRaMAC 2nd reception window settings.

Definition at line 200 of file lorawan_data_structures.h.

The uplink dwell time configuration. 0: No limit, 1: 400ms

Definition at line 204 of file lorawan_data_structures.h.