Skip to content

Conversation

@zul00
Copy link
Contributor

@zul00 zul00 commented Feb 14, 2022

Summary of changes

Fixes #15226

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.

Increasing the downlink-preamble-length caused the rx_timeout of RX2 window to be increased by ~320ms (on RX2 window, symbol length is about 32 ms).

Adding this change, increase the change of getting test 1.2.2.4 to succeed (test 1.2.2.4 is subset of test 1.2.2).

Impact of changes

The retransmission of Join Request will be delayed by 500 ms. This modification improve the chance of succeeding Interop Test 1.2.2.

Migration actions required

Documentation

None


Pull request type

[x] Patch update (Bug fix / Target update / Docs update / Test update / Refactor)
[] Feature update (New feature / Functionality change / New API)
[] Major update (Breaking change E.g. Return code change / API behaviour change)

Test results

[] No Tests required for this change (E.g docs only update)
[] Covered by existing mbed-os tests (Greentea or Unittest)
[x] Tests / results supplied as part of this PR

Reviewers

@hasnainvirk, as you were the original maintainer of it, can you give your opinion on it?


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.

Increasing the downlink-preamble-length caused the rx_timeout of RX2
window to be increased by ~320ms (on RX2 window, symbol length is about 32 ms).

Adding this change, increase the change of getting test 1.2.2.4 to
succeed (test 1.2.2.4 is subset of test 1.2.2).
@zul00 zul00 changed the title lorawan: Fixed Join Request retransmission timing (Interop test) - increase default value of downlink-preamble-length lorawan: Fix Join Request retransmission timing (Interop test) - increase default value of downlink-preamble-length Feb 14, 2022
@zul00
Copy link
Contributor Author

zul00 commented Feb 14, 2022

Below is the screenshot from one of the succeed test:
image

Below is the screenshot of the test log details:
image

@ciarmcom ciarmcom added the release-type: patch Indentifies a PR as containing just a patch label Feb 14, 2022
@ciarmcom
Copy link
Member

@zul00, thank you for your changes.
@ARMmbed/mbed-os-maintainers please review.

@0xc0170
Copy link
Contributor

0xc0170 commented Feb 16, 2022

CI started

@mbed-ci
Copy link

mbed-ci commented Feb 16, 2022

Jenkins CI Test : ✔️ SUCCESS

Build Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & Artifacts

CLICK for Detailed Summary

jobs Status
jenkins-ci/mbed-os-ci_build-cloud-example-GCC_ARM ✔️
jenkins-ci/mbed-os-ci_unittests ✔️
jenkins-ci/mbed-os-ci_build-cloud-example-ARM ✔️
jenkins-ci/mbed-os-ci_build-greentea-ARM ✔️
jenkins-ci/mbed-os-ci_build-greentea-GCC_ARM ✔️
jenkins-ci/mbed-os-ci_build-example-ARM ✔️
jenkins-ci/mbed-os-ci_build-example-GCC_ARM ✔️
jenkins-ci/mbed-os-ci_greentea-test ✔️

@0xc0170 0xc0170 closed this Feb 16, 2022
@mergify mergify bot removed ready for merge component: connectivity release-type: patch Indentifies a PR as containing just a patch labels Feb 16, 2022
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.

lorawan: Join Request retransmission timing - Interop Engine compliance test

4 participants