Skip to content

Commit 203fdae

Browse files
author
Juha Heiskanen
committed
Removed RSL check from ETX for testing purpose.
Change-Id: Ie19429e9e07580b94b44fbac8955e18a081bb7b0
1 parent c1bfeb6 commit 203fdae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/6LoWPAN/ws/ws_bootstrap.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -647,8 +647,8 @@ uint16_t ws_etx_read(protocol_interface_info_entry_t *interface, addrtype_t addr
647647
}
648648
} else {
649649

650-
if (!ws_neighbour || !etx_entry || etx_entry->etx_samples < 1 ||
651-
!ws_neighbour->candidate_parent) {
650+
if (!ws_neighbour || !etx_entry || etx_entry->etx_samples < 1 /*||
651+
!ws_neighbour->candidate_parent*/) {
652652
// if RSL value is not good enough candidate parent flag is removed and device not accepted as parent
653653
//tr_debug("ws_etx_read not valid parent");
654654
if (etx_entry && etx_entry->etx_samples) {

0 commit comments

Comments
 (0)