-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix LoRaWAN MAC internal initialization
This commit fixes the internal initialization of the LoRaMAC-node library. This firmware aims to be backward compatible with Murata Modem firmware which initializes the MAC in ABP mode upon factory default. We attempted to do the same, but the code that reconfigured the MAC into ABP mode upon factory default was incorrect. It put the MAC into incorrect state. As a consequence, not all state previously saved in NVM was correctly recovered, including a previously saved application key. Closes #132
- Loading branch information
Showing
2 changed files
with
31 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters