Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 3ef1a92

Browse files
EM-273: Update LoRaMac-node to v.4.7.0.
1 parent f546e2f commit 3ef1a92

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

stack/framework/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ FRAMEWORK_HEADER_DEFINE(NUMBER FRAMEWORK_FS_TRUSTED_NODE_TABLE_SIZE)
128128
SET(FRAMEWORK_FS_BLOCKDEVICES_COUNT "3" CACHE STRING "The number of block devices. Must be equal or greater than 3")
129129
FRAMEWORK_HEADER_DEFINE(NUMBER FRAMEWORK_FS_BLOCKDEVICES_COUNT)
130130

131-
SET(FRAMEWORK_FS_FILE_COUNT "71" CACHE STRING "The number of files in the filesystem")
131+
SET(FRAMEWORK_FS_FILE_COUNT "72" CACHE STRING "The number of files in the filesystem")
132132
FRAMEWORK_HEADER_DEFINE(NUMBER FRAMEWORK_FS_FILE_COUNT)
133133

134134
SET(FRAMEWORK_FS_USER_FILE_COUNT "10" CACHE STRING "The number of user files in the filesystem")

stack/framework/inc/lorawan_stack.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,5 @@ bool lorawan_stack_join(void);
8989
void lorawan_register_cbs(lorawan_rx_callback_t lorawan_rx_cb, lorawan_tx_completed_callback_t lorawan_tx_cb, lorawan_status_callback_t lorawan_status_cb );
9090
lorawan_stack_status_t lorawan_stack_send(uint8_t* payload, uint8_t length, uint8_t app_port, bool request_ack);
9191
uint16_t lorawan_get_duty_cycle_delay();
92-
93-
94-
static uint8_t* lorawan_get_deveui( void );
95-
static uint8_t* lorawan_get_appeui( void );
96-
97-
static void lorawan_set_antenna_gain(uint8_t file_id);
9892
#endif //LORAWAN_STACK_H
9993

stack/modules/d7ap_fs/inc/d7ap_fs.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@
101101

102102
#define MAX_ITF_CONFIG_SIZE 44
103103

104+
#define USER_FILE_LORAWAN_DEVNONCE_FILE_ID 0x47
105+
#define USER_FILE_LORAWAN_DEVNONCE_SIZE 2
106+
104107
typedef enum {
105108
EM_OFF = 0,
106109
EM_CONTINUOUS_TX = 1,

stack/modules/lorawan

Submodule lorawan updated 311 files

0 commit comments

Comments
 (0)