Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lorawan subsystem stack: missing MLE_JOIN parameter set #29616

Closed
fcgdam opened this issue Oct 28, 2020 · 1 comment
Closed

Lorawan subsystem stack: missing MLE_JOIN parameter set #29616

fcgdam opened this issue Oct 28, 2020 · 1 comment
Labels
bug The issue is a bug, or the PR is fixing a bug

Comments

@fcgdam
Copy link

fcgdam commented Oct 28, 2020

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
@fcgdam fcgdam added the bug The issue is a bug, or the PR is fixing a bug label Oct 28, 2020
@fcgdam fcgdam closed this as completed Oct 28, 2020
@fcgdam
Copy link
Author

fcgdam commented Oct 28, 2020

Didn't notice that the configuration was set on line 177...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

No branches or pull requests

1 participant