Denislam Valeev / Mbed OS Nucleo_rtos_basic
Embed: (wiki syntax)

« Back to documentation index

mib_params_t Union Reference

mib_params_t Union Reference

#include <lorawan_data_structures.h>

Data Fields

device_class_t dev_class
bool is_nwk_joined
bool is_adr_enable
uint32_t net_id
uint32_t dev_addr
uint8_t * nwk_skey
uint8_t * app_skey
bool enable_public_nwk
bool enable_repeater_support
channel_params_tchannel_list
rx2_channel_params rx2_channel
rx2_channel_params default_rx2_channel
uint16_t * channel_mask
uint16_t * default_channel_mask
uint8_t channel_nb_rep
uint32_t max_rx_window
uint32_t recv_delay1
uint32_t recv_delay2
uint32_t join_accept_delay1
uint32_t join_accept_delay2
int8_t default_channel_data_rate
int8_t channel_data_rate
int8_t default_channel_tx_pwr
int8_t channel_tx_pwr
uint32_t ul_frame_counter
uint32_t dl_frame_counter
multicast_params_tmulticast_list
uint32_t max_rx_sys_error
uint8_t min_rx_symb
float antenna_gain

Detailed Description

LoRaMAC MIB parameters.

Definition at line 1393 of file lorawan_data_structures.h.


Field Documentation

float antenna_gain

Antenna gain

Related MIB type: MIB_ANTENNA_GAIN

Definition at line 1573 of file lorawan_data_structures.h.

uint8_t* app_skey

Application session key

Related MIB type: MIB_APP_SKEY

Definition at line 1435 of file lorawan_data_structures.h.

Channels data rate

Related MIB type: MIB_CHANNELS_DATARATE

Definition at line 1525 of file lorawan_data_structures.h.

LoRaWAN channel

Related MIB type: MIB_CHANNELS

Definition at line 1453 of file lorawan_data_structures.h.

uint16_t* channel_mask

Channel mask

Related MIB type: MIB_CHANNELS_MASK

Definition at line 1471 of file lorawan_data_structures.h.

uint8_t channel_nb_rep

Number of frame repetitions

Related MIB type: MIB_CHANNELS_NB_REP

Definition at line 1483 of file lorawan_data_structures.h.

Channels TX power

Related MIB type: MIB_CHANNELS_TX_POWER

Definition at line 1537 of file lorawan_data_structures.h.

Channels data rate

Related MIB type: MIB_CHANNELS_DEFAULT_DATARATE

Definition at line 1519 of file lorawan_data_structures.h.

Default channel mask

Related MIB type: MIB_CHANNELS_DEFAULT_MASK

Definition at line 1477 of file lorawan_data_structures.h.

Channels TX power

Related MIB type: MIB_CHANNELS_DEFAULT_TX_POWER

Definition at line 1531 of file lorawan_data_structures.h.

Channel for the receive window 2

Related MIB type: MIB_RX2_DEFAULT_CHANNEL

Definition at line 1465 of file lorawan_data_structures.h.

uint32_t dev_addr

End-device address

Related MIB type: MIB_DEV_ADDR

Definition at line 1423 of file lorawan_data_structures.h.

LoRaWAN device class.

Related MIB type: MIB_DEVICE_CLASS

Definition at line 1399 of file lorawan_data_structures.h.

uint32_t dl_frame_counter

LoRaWAN downlink counter

Related MIB type: MIB_DOWNLINK_COUNTER

Definition at line 1549 of file lorawan_data_structures.h.

Enable or disable a public network

Related MIB type: MIB_PUBLIC_NETWORK

Definition at line 1441 of file lorawan_data_structures.h.

Enable or disable repeater support

Related MIB type: MIB_REPEATER_SUPPORT

Definition at line 1447 of file lorawan_data_structures.h.

Activation state of ADR

Related MIB type: MIB_ADR

Definition at line 1411 of file lorawan_data_structures.h.

LoRaWAN network joined attribute

Related MIB type: MIB_NETWORK_JOINED

Definition at line 1405 of file lorawan_data_structures.h.

Join accept delay 1

Related MIB type: MIB_JOIN_ACCEPT_DELAY_1

Definition at line 1507 of file lorawan_data_structures.h.

Join accept delay 2

Related MIB type: MIB_JOIN_ACCEPT_DELAY_2

Definition at line 1513 of file lorawan_data_structures.h.

uint32_t max_rx_sys_error

System overall timing error in milliseconds

Related MIB type: MIB_SYSTEM_MAX_RX_ERROR

Definition at line 1561 of file lorawan_data_structures.h.

uint32_t max_rx_window

Maximum receive window duration

Related MIB type: MIB_MAX_RX_WINDOW_DURATION

Definition at line 1489 of file lorawan_data_structures.h.

uint8_t min_rx_symb

Minimum required number of symbols to detect an RX frame

Related MIB type: MIB_MIN_RX_SYMBOLS

Definition at line 1567 of file lorawan_data_structures.h.

Multicast channel

Related MIB type: MIB_MULTICAST_CHANNEL

Definition at line 1555 of file lorawan_data_structures.h.

uint32_t net_id

Network identifier

Related MIB type: MIB_NET_ID

Definition at line 1417 of file lorawan_data_structures.h.

uint8_t* nwk_skey

Network session key

Related MIB type: MIB_NWK_SKEY

Definition at line 1429 of file lorawan_data_structures.h.

uint32_t recv_delay1

Receive delay 1

Related MIB type: MIB_RECEIVE_DELAY_1

Definition at line 1495 of file lorawan_data_structures.h.

uint32_t recv_delay2

Receive delay 2

Related MIB type: MIB_RECEIVE_DELAY_2

Definition at line 1501 of file lorawan_data_structures.h.

Channel for the receive window 2

Related MIB type: MIB_RX2_CHANNEL

Definition at line 1459 of file lorawan_data_structures.h.

uint32_t ul_frame_counter

LoRaWAN uplink counter

Related MIB type: MIB_UPLINK_COUNTER

Definition at line 1543 of file lorawan_data_structures.h.