-
Notifications
You must be signed in to change notification settings - Fork 3k
LoRaWAN: Wrong return code for JoinRequest retry #7520
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
Conversation
ARMmbed@51f92b0 introduced handling for connection attempts while a connection was already underway or have been completed. Unfortunately a similar check slipped through and the stack was not able to continue sending join requests if an error happened.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/morph build |
Build : SUCCESSBuild number : 2613 Triggering tests/morph test |
Test : FAILUREBuild number : 2363 |
Not sure what happened here. Rerunning. /morph test |
Test : SUCCESSBuild number : 2366 |
/morph export-build |
Exporter Build : SUCCESSBuild number : 2275 |
LoRaWAN: Wrong return code for JoinRequest retry
Description
51f92b0 introduced handling for connection attempts while a connection was already underway or have been
completed. Unfortunately a similar check slipped through and the stack was not able to continue
sending join requests if an error happened.
Pull request type