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

Don't use rx1droffset during join accept #1729

Merged
merged 2 commits into from
Jun 15, 2022

Conversation

Mandur
Copy link
Contributor

@Mandur Mandur commented Jun 13, 2022

PR for issue #1727

What is being addressed

Don't use rx1droffset for the join accept message.

How is this addressed

As the Join accept message carries the settings for the end device, it is impossible that the setting is applied during the join procedure as the end device can't know about it.

@Mandur Mandur linked an issue Jun 13, 2022 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Jun 13, 2022

Codecov Report

Merging #1729 (3ad156a) into dev (4bb9143) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##              dev    #1729   +/-   ##
=======================================
  Coverage   86.58%   86.58%           
=======================================
  Files         236      236           
  Lines        9278     9279    +1     
=======================================
+ Hits         8033     8034    +1     
  Misses       1245     1245           
Impacted Files Coverage Δ
...LoRaWan.NetworkServer/JoinRequestMessageHandler.cs 88.67% <100.00%> (+0.07%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4bb9143...3ad156a. Read the comment docs.

@Mandur Mandur merged commit 8b42694 into dev Jun 15, 2022
@Mandur Mandur deleted the mik-dev-fix-rx1delay-during-join-accept branch June 15, 2022 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

join accept messages seems to apply RX1DrOffset settings
3 participants