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: Fix Join Request retransmission timing (Interop test) #15227

Merged

Commits on Feb 14, 2022

  1. Fixed Join Request retransmission timing (Interop test)

    On interop test 1.2.2.4, Join Request retransmission is expected to be 6
    s + worst case air transmission. This delay is to accommodate for
    JoinAccept through RX2.
    
    The `call_in` in process_reception_timeout of RX2-window adds 500 ms
    delay between RX2 symbol-interrupt-timeout and the next join request
    retransmission. This is an isolated change and only affect the
    retransmission of Join Request.
    
    Adding this delay improves the chance of succeeding test
    1.2.2.4 (subset of 1.2.2)
    zul00 committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    61f8374 View commit details
    Browse the repository at this point in the history