Skip to content

Down link Fcnt sync between server and end-node #1000

Answered by altishchenko
MPC-BlackBox asked this question in Q&A
Discussion options

You must be logged in to vote

Hello Melvin,
This is a LoRaWAN protocol security feature. First of all, network server and the end node must keep the counters in the persistent storage - flash, nvram, etc.
This is especially true for the ABP mode. There is a mechanism in 1.0.3 specification, that allows for a certain message gap to allow for the lost frames.
Most network servers allow the counters to be reset during the OTAA Join procedure.
If your device resets on its own and has no persistent storage it must utilize OTAA and it still must make sure that the Nonce value used in OTAA Join procedure never repeats itself.
Have a look at the SecureElement functions in the library - they are called at certain points in exe…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mluis1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1000 on December 09, 2020 08:12.