spinel-cli: Add ipaddr removal to prefix change handler. (#669)

Fixes Cert_5_6_06 and Cert_5_6_08.  Fixes #517.
Collapse fcs16 into Hdlc class.
Add and correct subcommand completion handlers.
Move prefix handler to separate worker thread and task queue.
Channelize blocking spinel property change handlers to allow parallel
reuse across multiple threads.
This commit is contained in:
Martin Turon
2016-09-22 22:58:37 -07:00
committed by Jonathan Hui
parent 118ada3433
commit a853ffc784
2 changed files with 213 additions and 113 deletions
-2
View File
@@ -236,8 +236,6 @@ TESTS = \
$(NULL)
XFAIL_NCP_TESTS = \
thread-cert/Cert_5_6_06_NetworkDataExpiration.py \
thread-cert/Cert_5_6_08_ContextManagement.py \
thread-cert/Cert_9_2_13_EnergyScan.py \
thread-cert/Cert_9_2_14_PanIdQuery.py \
$(NULL)