Skip to content

Commit 563c116

Browse files
authored
Merge pull request #12349 from artokin/wisun_configuration_update
Nanostack: Update Wi-SUN configuration
2 parents 94e191f + 5836b7e commit 563c116

File tree

1 file changed

+21
-16
lines changed

1 file changed

+21
-16
lines changed

features/nanostack/mbed-mesh-api/mbed_lib.json

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -111,48 +111,53 @@
111111
"value": 255
112112
},
113113
"wisun-network-name": {
114-
"help": "default network name for wisun network",
114+
"help": "Network name for a wisun network. Maximum network name length can be 32 ASCII characters excluding terminating 0",
115115
"value": "\"Wi-SUN Network\""
116116
},
117117
"wisun-regulatory-domain": {
118-
"help": "Regulator domain.",
118+
"help": "Regulator domain value as specified in the Wi-SUN PHY Specification. Default value 3 is for EU region.",
119119
"value": "3"
120120
},
121121
"wisun-operating-class": {
122-
"help": "Operating class. Use 255 to use Nanostack default",
122+
"help": "Operating class for the regulatory-domain as specified in the Wi-SUN PHY Specification. Wi-SUN stack uses operating-class suitable for EU-region if value 255 is used.",
123123
"value": "255"
124124
},
125125
"wisun-operating-mode": {
126-
"help": "Operating mode. Use 255 to use Nanostack default",
126+
"help": "Operating mode as specified in the Wi-SUN PHY Specification. Wi-SUN stack uses operating-mode suitable for EU-region if value 255 is used.",
127127
"value": "255"
128128
},
129129
"wisun-uc-channel-function": {
130-
"help": "Unicast channel function.",
131-
"value": "255"
130+
"help": "Unicast channel function as specified in the Wi-SUN FAN specification. Wi-SUN stack will select channel function if value 255 is used.",
131+
"value": 255
132132
},
133133
"wisun-bc-channel-function": {
134-
"help": "Broadcast channel function.",
135-
"value": "255"
134+
"help": "Broadcast channel function as specified in the Wi-SUN FAN specification. Wi-SUN stack will select channel function if value 255 is used.",
135+
"value": 255
136136
},
137137
"wisun-uc-fixed-channel": {
138-
"help": "Default fixed channel",
139-
"value": "0xffff"
138+
"help": "Default 16-bit fixed channel for unicast. Used when channel hopping is not desired.",
139+
"value_max": 65535‬,
140+
"value": ‭65535‬
140141
},
141142
"wisun-bc-fixed-channel": {
142-
"help": "Default fixed channel",
143-
"value": "0xffff"
143+
"help": "Default 16-bit fixed channel for multicast. Used when channel hopping is not desired.",
144+
"value_max": 65535‬,
145+
"value": 65535
144146
},
145147
"wisun-bc-interval": {
146-
"help": "Broadcast interval. Duration between broadcast dwell intervals. Range: 0-16777216 milliseconds",
148+
"help": "32-bit broadcast interval. Duration between broadcast dwell intervals. Wi-SUN stack default value will be used when set to 0.",
147149
"value": 0
148150
},
149151
"wisun-bc-dwell-interval": {
150-
"help": "Broadcast dwell interval. Range: 15-255 milliseconds",
152+
"help": "Broadcast dwell interval. Range: 15-255 milliseconds. Wi-SUN stack default value will be used when set to 0.",
153+
"value_max": 255,
151154
"value": 0
152155
},
153156
"wisun-uc-dwell-interval": {
154-
"help": "Unicast dwell interval. Range: 15-255 milliseconds",
155-
"value": 0
157+
"help": "Unicast dwell interval. Range: 15-255 milliseconds.",
158+
"value_min": 15,
159+
"value_max": 255,
160+
"value": 255
156161
},
157162
"certificate-header": {
158163
"help": "File name of the certificate header file (used on include directive)",

0 commit comments

Comments
 (0)