Skip to content

Commit ca9fd4f

Browse files
author
Juha Heiskanen
committed
Disabled Wi-sun border router version number update.
1 parent 231daf7 commit ca9fd4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/6LoWPAN/ws/ws_bbr_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ void ws_bbr_seconds_timer(protocol_interface_info_entry_t *cur, uint32_t seconds
209209
// TODO think the correct rate for this
210210
if (cur->ws_info->pan_information.pan_version % 3 == 0) {
211211
// Third the rate of configuration version change at default 12 minutes
212-
rpl_control_increment_dodag_version(protocol_6lowpan_rpl_root_dodag);
212+
//rpl_control_increment_dodag_version(protocol_6lowpan_rpl_root_dodag);
213213
}
214214
}
215215

0 commit comments

Comments
 (0)