Skip to content

Nanostack patch release for mbedos 5.14.1 #11639

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

Merged

Conversation

JarkkoPaso
Copy link

Description

Nanostack patch release for mbed OS 5.14.1

Following libraries updated using git subtree:

  • features/nanostack/sal-stack-nanostack to v11.3.0
  • features/nanostack/coap-service

Nanostack v11.3.0 contains bug fixes to Wi-SUN protocol.

Pull request type

[x] Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[ ] Docs update
[ ] Test update
[ ] Breaking change

Reviewers

@mikter @juhhei01 @mikaleppanen @artokin @SeppoTakalo

Jarkko Paso added 4 commits October 7, 2019 13:00
…..0824752

0824752 Merge branch 'release_internal' into release_external
f598339 Merge branch 'master' into release_internal
678e0fd Removed unicast RX flag set. it was affecting that we remove neighbor too early.
a4317fc Corrected coding style
cd2848e Added support for calculating the length of the TLS send message buffer
f255931 Removed UDP echo msg data print and added source address print.
adcca3d RPL dio config advertisment update
6db1f31 Merge pull request ARMmbed#2198 from ARMmbed/IOTTHD-3691
ad244d1 MAC: changed CCA and TX fail trace level to debug
496074a RPL parent select update:
32e22d3 MAC: Added trace to when CCA fails and packet TX is canceled
47b2e03 Corrected GKH initiation on supplicant
c83423a PAE controller now removes keys from MAC on stop (ifdown)
a6f98b7 Flagged extended key usage call with mbedTLS flags
0675a89 Added dynamic setting to enable certificate validation
ff531d3 Added IDevID and LDevID certificate validation
b30635f Merge pull request ARMmbed#2191 from ARMmbed/IOTTHD-3693
88019ec Updated message generated traces
ea15b0e Remove all instances when domain is disbaled and clear EAPOL relay.
dce25d3 Corrected security protocols init and security message routing
7b39e25 Do not trig Renew again after RPL parent registration done state.
3cad7bd DHCPv6 renew and transaction id update
c5b6df3 DHCPv6 client update
dea0d53 DHCPv6 client API update
5eaad10 Added missing address active flag init.
34c751b Corrected triggering of next GTK handshake on authenticator
4fad826 Corrected export keys callback parameters
26c10a6 SW MAC / 802.15.4 Frame counter per key support Update
b62b120 Added robustness on DAO-ACK handling
dfcebef Added support for new certificate modification functions
fd4b2e9 WS ARO handler update
e2d46b9 wi-sun neagtive ARO missing ACK update
443f03f Merge pull request ARMmbed#2181 from ARMmbed/IOTTHD-3530_2
f36da31 MAC: Update frame counter for asynch frames
3260fa1 Merge pull request ARMmbed#2177 from ARMmbed/IOTTHD-3530
f18052a MAC: Initialize frame counter with 0xffffffff
5453e5b MAC: Do not increment framecounter if security param init fails
5bd19c4 MAC: Do not update framecounter for fhss channel retry

git-subtree-dir: features/nanostack/sal-stack-nanostack
git-subtree-split: 0824752
* commit '3e6cb31659a56d343c7b8fe37645f195eb87ffcf':
  Squashed 'features/nanostack/sal-stack-nanostack/' changes from c473148..0824752
…9a33

b919a33 Added mbedTLS crypto library include directory

git-subtree-dir: features/nanostack/coap-service
git-subtree-split: b919a33
* commit 'ffb05c770964013a9f1ee9fb89d25e9fd09e886d':
  Squashed 'features/nanostack/coap-service/' changes from e9edb1b..b919a33
@ciarmcom
Copy link
Member

ciarmcom commented Oct 7, 2019

@JarkkoPaso, thank you for your changes.
@mikaleppanen @juhhei01 @mikter @SeppoTakalo @artokin @ARMmbed/mbed-os-mesh @ARMmbed/mbed-os-maintainers please review.

@ciarmcom ciarmcom requested review from mikter, SeppoTakalo and a team October 7, 2019 11:00
@SeppoTakalo
Copy link
Contributor

@ARMmbed/mbed-os-maintainers Please note that this is Git-subtree pull, so it needs special handling when cherry-picking.

I believe it had something to do with --mainline parent-number 1 parameter (-m 1).

See: #11423

@adbridge
Copy link
Contributor

CI started

@mbed-ci
Copy link

mbed-ci commented Oct 10, 2019

Test run: SUCCESS

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

@adbridge
Copy link
Contributor

adbridge commented Oct 14, 2019

@JarkkoPaso @AnttiKauppila please provide git cherry-pick commands for bringing this PR into 5.14.1. There are multiple commits so I have no idea how to pick these commands

@JarkkoPaso
Copy link
Author

@adbridge you can do this by cherry picking only the merge commits with -m 1 option:
git cherry-pick -m 1 c154780
git cherry-pick -m 1 4cab344

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.

6 participants