Skip to content

Conversation

@artokin
Copy link
Contributor

@artokin artokin commented Nov 9, 2020

Summary of changes

Nanostack release v12.6.2 to feature-wisun branch.

This release contains bug fixes and stability improvements to the Wi-SUN protocol:

  • Feature: Allow nanostack max trace level configuration
  • Feature: MPL parameters configured based on network size
  • Feature: Added faster recovery based on Broadcast schedule id change detection
  • Feature: Updated EAPOL relay target when attaching to the network
  • Fix: If DAO is retried re-register address to parent with ARO to confirm downward route
  • Fix socket reference counter possible overflow with big heap sizes
  • Fix: Prevent RPL to send DIO when DAO process is ongoing
  • Fix: tracing improvements

Impact of changes

Migration actions required

Documentation


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)
[x] Covered by existing mbed-os tests (Greentea or Unittest)
[] Tests / results supplied as part of this PR

Reviewers

@mikaleppanen , @mikter , @JarkkoPaso , @juhhei01 , @teetak01 , @TuomoHautamaki


Arto Kinnunen added 2 commits November 9, 2020 16:06
…..715ae9a

715ae9a Merge remote-tracking branch 'origin/release_internal' into release_external
42c9807 Nanostak trace level configuration (ARMmbed#2489)
6f52171 Bug fix: socket reference count made 16-bit (ARMmbed#2490)
f51669a Bug fix: Do not print UFSI drift when fixed channel is used (ARMmbed#2488)
18fa048 RPL DAO timeout update:
660e178 Clear debug traces.
cbac0bb DIO init send block for node
fed5d1c Created different MPL configuration based on network size
7ad7e81 Wi-SUN recovery and BR BSI update:

git-subtree-dir: features/nanostack/sal-stack-nanostack
git-subtree-split: 715ae9a
…wisun

* commit '04c21e779bce62f4caa4f913e6c2a847f50d949e':
  Squashed 'features/nanostack/sal-stack-nanostack/' changes from d207f4d..715ae9a
cfg->sec_prot.initial_key_imax = SMALL_NW_INITIAL_KEY_TRICKLE_IMAX_SECS;
cfg->sec_prot.initial_key_retry_cnt = DEFAULT_INITIAL_KEY_RETRY_COUNT;

// Multicast timing configuration

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we already want to release these new MPL configurations in 5.2?

@ciarmcom
Copy link
Member

ciarmcom commented Nov 9, 2020

@artokin, thank you for your changes.
@mikaleppanen @TuomoHautamaki @JarkkoPaso @ARMmbed/mbed-os-maintainers please review.

@0xc0170 0xc0170 changed the title [feature-wisun] Nanostack release v12.6.2 feature-wisun: Nanostack release v12.6.2 Nov 9, 2020
@0xc0170
Copy link
Contributor

0xc0170 commented Nov 9, 2020

CI started

@mbed-ci
Copy link

mbed-ci commented Nov 9, 2020

Test run: SUCCESS

Summary: 10 of 10 test jobs passed
Build number : 1
Build artifacts

Copy link

@mikter mikter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some changes made also that can be included in change log

  • Added faster recovery based on Broadcast schedule id change detection
  • Updated EAPOL relay target when attaching to the network
  • Prevent RPL to send DIO when DAO process is ongoing
  • If DAO is retried re-register Address to parent with ARO to confirm downward route

@artokin artokin merged commit a0a4707 into ARMmbed:feature-wisun Nov 10, 2020
@artokin artokin deleted the nanostack_release_v12_6_2 branch November 10, 2020 07:07
@mergify mergify bot removed the ready for merge label Nov 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants