You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/nanostack/mbed-mesh-api/mbed_lib.json
+13-19Lines changed: 13 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -116,29 +116,23 @@
116
116
},
117
117
"wisun-regulatory-domain": {
118
118
"help": "Regulator domain value as specified in the Wi-SUN PHY Specification. Default value 3 is for EU region.",
119
-
"value_min": 0,
120
-
"value_max": 15,
121
119
"value": "3"
122
120
},
123
121
"wisun-operating-class": {
124
-
"help": "Operating class for the regulatory-domain as specified in the Wi-SUN PHY Specification. Default value 2 can be used in EU region.",
125
-
"value_min": 0,
126
-
"value_max": 42,
127
-
"value": "2"
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.",
123
+
"value": "255"
128
124
},
129
125
"wisun-operating-mode": {
130
-
"help": "Operating mode as specified in the Wi-SUN PHY Specification. Default value 3 can be used in EU region and means 150ksymbol/s and modulation index 0.5.",
131
-
"value": "3"
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.",
127
+
"value": "255"
132
128
},
133
129
"wisun-uc-channel-function": {
134
-
"help": "Unicast channel function as specified in the Wi-SUN FAN specification.",
135
-
"accepted_values": [0, 1, 2, 3],
136
-
"value": 2
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
137
132
},
138
133
"wisun-bc-channel-function": {
139
-
"help": "Broadcast channel function as specified in the Wi-SUN FAN specification.",
140
-
"accepted_values": [0, 1, 2, 3],
141
-
"value": 2
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
142
136
},
143
137
"wisun-uc-fixed-channel": {
144
138
"help": "Default 16-bit fixed channel for unicast. Used when channel hopping is not desired.",
@@ -151,16 +145,16 @@
151
145
"value": 65535
152
146
},
153
147
"wisun-bc-interval": {
154
-
"help": "Broadcast interval. Duration between broadcast dwell intervals. 32-bit, keep as 0 to learn the value from network.",
155
-
"value": 0
148
+
"help": "32-bit broadcast interval. Duration between broadcast dwell intervals.",
149
+
"value": 1020
156
150
},
157
151
"wisun-bc-dwell-interval": {
158
-
"help": "Broadcast dwell interval. Range: 15-255 milliseconds, keep as 0 to learn the value from network.",
0 commit comments