Skip to content

Commit

Permalink
Merge pull request ARMmbed#1982 from ARMmbed/iotthd-3258
Browse files Browse the repository at this point in the history
Defined WS RPL default configure
  • Loading branch information
Juha Heiskanen committed Feb 26, 2019
2 parents df2b98e + b4091c0 commit 90a335b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/6LoWPAN/ws/ws_common.c
Expand Up @@ -302,7 +302,7 @@ void ws_common_network_size_configure(protocol_interface_info_entry_t *cur, uint
// imin: 14 (16s)
// doublings:3 (128s)
// redundancy; 0 Disabled
ws_bbr_rpl_config(0, 0, 0);// set the default values
ws_bbr_rpl_config(14, 3, 0);
} else if (network_size < 300) {
// Configure the Wi-SUN discovery trickle parameters
cur->ws_info->trickle_params_pan_discovery = trickle_params_pan_discovery_medium;
Expand Down
4 changes: 2 additions & 2 deletions source/6LoWPAN/ws/ws_config.h
Expand Up @@ -27,8 +27,8 @@
*
*/

#define WS_RPL_DIO_IMIN 14
#define WS_RPL_DIO_DOUBLING 3
#define WS_RPL_DIO_IMIN 15
#define WS_RPL_DIO_DOUBLING 2
#define WS_RPL_DIO_REDUNDANCY 0


Expand Down

0 comments on commit 90a335b

Please sign in to comment.