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

Add support for Wi-SUN RF channel configuration #11958

Merged
merged 1 commit into from
Nov 29, 2019
Merged

Add support for Wi-SUN RF channel configuration #11958

merged 1 commit into from
Nov 29, 2019

Conversation

mikaleppanen
Copy link

@mikaleppanen mikaleppanen commented Nov 27, 2019

Description

Summary of change

Added support to Wi-SUN tasklet for following mbed-mesh-api .json configuration options:

   wisun-uc-channel-function
   wisun-bc-channel-function
   wisun-uc-fixed-channel
   wisun-bc-fixed-channel
   wisun-bc-interval
   wisun-bc-dwell-interval
   wisun-uc-dwell-interval

This allows e.g. enabling single channel configuration for testing.

This pull request does not change existing functionality since when
defaults from mbed-mesh-api .json are used, no new or changed
ws_management_* interface calls are made.


Documentation

None


Pull request type

[] Patch update (Bug fix / Target update / Docs update / Test update / Refactor)
[X] 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

@mikter @JarkkoPaso 

Release Notes

Summary of changes

Added support for Wi-SUN RF channel configuration options to Wi-SUN tasklet.

Impact of changes

Wi-SUN RF channel .json options have effect on channel configuration and they need to be valid.

Migration actions required

Default configuration used with Wi-SUN should be that non of the settings affected by this pull request are set, and the Wi-SUN will use the defaults for them.

If application .json configuration file has any of the these settings defined:

   wisun-uc-channel-function
   wisun-bc-channel-function
   wisun-uc-fixed-channel
   wisun-bc-fixed-channel
   wisun-bc-interval
   wisun-bc-dwell-interval
   wisun-uc-dwell-interval

they need to be removed or checked for validity.

@ciarmcom ciarmcom requested review from JarkkoPaso, mikter and a team November 27, 2019 12:00
@ciarmcom
Copy link
Member

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

Added support to Wi-SUN tasklet for following mbed-mesh-api .json configuration options:

       wisun-uc-channel-function
       wisun-bc-channel-function
       wisun-uc-fixed-channel
       wisun-bc-fixed-channel
       wisun-bc-interval
       wisun-bc-dwell-interval
       wisun-uc-dwell-interval

This allows e.g. enabling single channel configuration for testing.

This pull request does not change existing functionality since when
defaults from mbed-mesh-api .json are used, no new or changed
ws_management_* interface calls are made.
@0xc0170 0xc0170 changed the title Added support for Wi-SUN RF channel configuration Add support for Wi-SUN RF channel configuration Nov 28, 2019
@0xc0170
Copy link
Contributor

0xc0170 commented Nov 28, 2019

CI started

@mbed-ci
Copy link

mbed-ci commented Nov 28, 2019

Test run: SUCCESS

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

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.

None yet

5 participants