-
Notifications
You must be signed in to change notification settings - Fork 3k
Lora: Fix join-response failure handling #7785
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
Lora: Fix join-response failure handling #7785
Conversation
Thix commit fixes a bug where stack was resending join-accept already after RX1 if received join-response was invalid. Stack should wait for RX2 before resending the join-accept.
@hasnainvirk @AnttiKauppila @kjbracey-arm please review. |
Looks good to me. +1 |
/morph build |
Build : SUCCESSBuild number : 2839 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2467 |
Test : FAILUREBuild number : 2590 |
Could you please restart the test as I don't see this failure is related to this PR? |
/morph test |
/morph test |
Test : SUCCESSBuild number : 2604 |
…_handling Lora: Fix join-response failure handling
Description
Thix commit fixes a bug where stack was resending join-accept already
after RX1 if received join-response was invalid.
Stack should wait for RX2 before resending the join-accept.
Pull request type