Delay a random jitter period prior to request a Router ID for REED. (#554)

* Delay a random jitter period prior to request a Router ID for REED.

* Update Cert_5_1_09_REEDAttachConnectivity.py to pass Travis check.

* Add CLI to set/get the ROUTER_SELECTION_JITTER and update Certification scripts.

  - add 'posix-ncp' to allow failure list in .travis.yml.
This commit is contained in:
Xiao Ma
2016-09-26 10:03:09 -07:00
committed by Jonathan Hui
parent d20d54a394
commit a74e0496b8
76 changed files with 304 additions and 61 deletions
+18
View File
@@ -1554,6 +1554,24 @@ uint8_t otGetRouterDowngradeThreshold(void);
*/
void otSetRouterDowngradeThreshold(uint8_t aThreshold);
/**
* Get the ROUTER_SELECTION_JITTER parameter used in the REED/Router role.
*
* @returns The ROUTER_SELECTION_JITTER value.
*
* @sa otSetRouterSelectionJitter
*/
uint8_t otGetRouterSelectionJitter(void);
/**
* Set the ROUTER_SELECTION_JITTER parameter used in the REED/Router role.
*
* @param[in] aRouterJitter The ROUTER_SELECTION_JITTER value.
*
* @sa otGetRouterSelectionJitter
*/
void otSetRouterSelectionJitter(uint8_t aRouterJitter);
/**
* @}
*