-
Notifications
You must be signed in to change notification settings - Fork 3k
Add new configuration parameters to Wi-SUN network interface and Border Router class #12898
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
Conversation
CI started |
Test run: FAILEDSummary: 1 of 7 test jobs failed Failed test jobs:
|
@mikaleppanen failures look related, please investigate asap as this needs to get into the beta release. |
Logs do not show why mesh connection setup fails: [2020-04-30T16:53:00.555Z] 16:53:00.418 | TC MainThread: Waiting for connection 103/105 But there is currently some instability on the mesh tests in general. |
I restarted the tests. |
@mikaleppanen What can we do ? It failed again after restarting |
@0xc0170 We have seen that in short time window we have some instability with Mbed-os master. Not know exactly what is issue but week ago radio driver works without problem. Is there some dramatic timer or low level init updates? |
the issue should be tracked somewhere, as it is blocking this PR.. @mikaleppanen this is not critical for beta1 ,correct? |
@0xc0170 Yes, this is not critical for beta1. |
@0xc0170 rebased over latest master |
Pull request has been modified.
@0xc0170 Can this progress? |
CI started |
Test run: SUCCESSSummary: 7 of 7 test jobs passed |
Summary of changes
This is port of #12657 to Mbed OS master.
Added get/validate/set functions for following Wi-SUN mesh interface configuration options:
Moved Wi-SUN .json configuration parsing from wisun tasklet to Wi-SUN mesh interface class.
Added Wi-SUN Border Router class. Class can be used to start and stop Wi-SUN Border Router.
Border Router class supports following configuration options:
Added support of network interface name method to Nanostack Mesh, EMAC and PPP interfaces.
Impact of changes
None
Migration actions required
None
Documentation
None
Pull request type
Test results
Reviewers
@mikter @artokin @juhhei01 @JarkkoPaso