[ncp] add new fields (age, rssi, etc) to PARENT spinel property (#2854)

This commit appends new fields to format of `PROP_THREAD_PARENT`
spinel property. The new fields provide age, avrerage RSSI and
last RSSI, etc. This commit also updates the spinel documentation.
This commit is contained in:
Abtin Keshavarzian
2018-07-04 15:40:40 -05:00
committed by Jonathan Hui
parent 4e6e1bc568
commit 52354e73c7
3 changed files with 44 additions and 6 deletions
+10 -3
View File
@@ -32,10 +32,17 @@ The IPv6 address of the leader. (Note: May change to long and short address of l
### PROP 81: PROP_THREAD_PARENT
* Type: Read-Only
* Packed-Encoding: `ES`
* LADDR, SADDR
* Packed-Encoding: `ESLccCC`
The long address and short address of the parent of this node.
Information about parent of this node.
* `E`: Extended address
* `S`: RLOC16
* `L`: Age (seconds since last heard from)
* `c`: Average RSS (in dBm)
* `c`: Last RSSI (in dBm)
* `C`: Link Quality In
* `C`: Link Quality Out
### PROP 82: PROP_THREAD_CHILD_TABLE
* Type: Read-Only