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 issue in unconfirmed_retransmission behavior #15225

Merged

Commits on Feb 11, 2022

  1. Fixed issue in unconfirmed_retransmission behavior

    Fixed issue on LoRaWANStack based on lorawan v1.0.2 specification page
    24 line 25-27. The specification mentioned that that end-device shall
    stop retransmission when receiving ANY downlink on RX1 or RX2 window.
    
    - Removed conflicting behavior in
      LoRaWANStack::post_process_tx_with_reception()
    - Updated comment section of nb_trials at lorawan_data_structures.h
    Zulkarnaen authored and zul00 committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    1e92543 View commit details
    Browse the repository at this point in the history