Replies: 1 comment 2 replies
-
There is a function to get frame counter LoRaMacCryptoGetFCntUp(...) LoRaMac-node/src/mac/LoRaMacCrypto.c Lines 843 to 853 in 3d940d3 You could quite feasibly make function that sets FCntUp in a similar way. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to run a test where I want to send uplink messages with the same frame counter. Where in the stack can I find this fcnt byte that gets incremented whenever there is an uplink message?
Beta Was this translation helpful? Give feedback.
All reactions