Skip to content

Commit

Permalink
Disabled Wi-sun border router version number update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juha Heiskanen committed Sep 19, 2018
1 parent 231daf7 commit ca9fd4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/6LoWPAN/ws/ws_bbr_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ void ws_bbr_seconds_timer(protocol_interface_info_entry_t *cur, uint32_t seconds
// TODO think the correct rate for this
if (cur->ws_info->pan_information.pan_version % 3 == 0) {
// Third the rate of configuration version change at default 12 minutes
rpl_control_increment_dodag_version(protocol_6lowpan_rpl_root_dodag);
//rpl_control_increment_dodag_version(protocol_6lowpan_rpl_root_dodag);
}
}

Expand Down

0 comments on commit ca9fd4f

Please sign in to comment.