You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
On zephyr/subsys/lorawan/lorawan.c at line 160, the MLE_JOIN parameter is not set due to missing call to LoRaMacMibSetRequestConfirm(&mib_req)
Otherwise the configuration parameter is overwrite the next MIB_DEV_EUI call on the following lines.
Expected behavior
The code should commit the configuration to the loramac-stack.
Impact
So far unknown, since I'm yet unable to test completely the stack
Logs and console output
Environment (please complete the following information):
OS: Arch Linux
Zephyr latest release from github
SDK 0.11.4
The text was updated successfully, but these errors were encountered:
Describe the bug
On zephyr/subsys/lorawan/lorawan.c at line 160, the MLE_JOIN parameter is not set due to missing call to LoRaMacMibSetRequestConfirm(&mib_req)
Otherwise the configuration parameter is overwrite the next MIB_DEV_EUI call on the following lines.
Expected behavior
The code should commit the configuration to the loramac-stack.
Impact
So far unknown, since I'm yet unable to test completely the stack
Logs and console output
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: