L14-Click 1.0
STM32WLE5CC LoRaWAN Sensor Platform
Loading...
Searching...
No Matches
Commissioning.h File Reference

End-device commissioning parameters. More...

#include "se-identity.h"
#include "LoRaMacVersion.h"
Include dependency graph for Commissioning.h:

Go to the source code of this file.

Macros

#define ABP_ACTIVATION_LRWAN_VERSION   LORAMAC_VERSION
#define LORAWAN_REPEATER_SUPPORT   false
#define LORAWAN_PUBLIC_NETWORK   true
#define LORAWAN_NETWORK_ID   ( uint32_t )0

Detailed Description

End-device commissioning parameters.

______ _
/ _____) _ | |
( (____ _____ ____ _| |_ _____ ____| |__
\____ \| ___ | (_ _) ___ |/ ___) _ \
_____) ) ____| | | || |_| ____( (___| | | |
(______/|_____)_|_|_| \__)_____)\____)_| |_|
(C)2013-2020 Semtech

Portions COPYRIGHT 2020 STMicroelectronics

Author
MCD Application Team

Definition in file Commissioning.h.

Macro Definition Documentation

◆ ABP_ACTIVATION_LRWAN_VERSION

#define ABP_ACTIVATION_LRWAN_VERSION   LORAMAC_VERSION
                             WARNING ***********************************

The LoRaWAN AES128 keys are stored and provisioned on secure-elements.

This project provides a software emulated secure-element. The LoRaWAN AES128 keys SHALL be updated under src/peripherals/<secure-element name>-se\se-identity.h file.

When using ABP activation the MAC layer must know in advance to which server version it will be connected.

Definition at line 60 of file Commissioning.h.

◆ LORAWAN_NETWORK_ID

#define LORAWAN_NETWORK_ID   ( uint32_t )0

Current network ID

Definition at line 75 of file Commissioning.h.

◆ LORAWAN_PUBLIC_NETWORK

#define LORAWAN_PUBLIC_NETWORK   true

Indicates if the end-device is to be connected to a private or public network

Definition at line 70 of file Commissioning.h.

◆ LORAWAN_REPEATER_SUPPORT

#define LORAWAN_REPEATER_SUPPORT   false

Indicates if the end-device support the operation with repeaters

Definition at line 65 of file Commissioning.h.