[channel-monitor] use "channel occupancy" instead of "quality"

This commit changes the API names (and spinel properties and
documentation) related to "channel monitor" feature to use "channel
occupancy" instead of the term "channel quality" to represent the
rate/percentage of RSSI samples which are higher than a threshold.
This commit is contained in:
Abtin Keshavarzian
2018-04-16 14:07:19 -07:00
parent 7512e23b59
commit df45240665
10 changed files with 62 additions and 61 deletions
@@ -49,7 +49,7 @@ Total number of RSSI samples (per channel) taken by the channel
monitoring module since its start (since Thread network interface
was enabled).
### PROP 4618: SPINEL_PROP_CHANNEL_MONITOR_CHANNEL_QUALITY (#prop-channel-monitor-channel-quality)
### PROP 4618: SPINEL_PROP_CHANNEL_MONITOR_CHANNEL_OCCUPANCY (#prop-channel-monitor-channel-occupancy)
* Type: Read-Only
* Packing-Encoding: `A(t(cU))`
@@ -57,9 +57,9 @@ was enabled).
Data per item is:
* `C`: Channel
* `U`: Channel quality indicator
* `U`: Channel occupancy indicator
The channel quality value represents the average rate/percentage of
The channel occupancy value represents the average rate/percentage of
RSSI samples that were above RSSI threshold ("bad" RSSI samples) within
(approximately) latest sample window RSSI samples.