Skip to content

Commit a2887d6

Browse files
author
Juha Heiskanen
committed
Clean PAN id compare trace print.
Change-Id: Idb6df1a69a1a1836e1ae57d4efa2d307b58bc56b
1 parent f37dcf2 commit a2887d6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

source/6LoWPAN/ws/ws_bootstrap.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,6 @@ static void ws_bootstrap_pan_advertisement_analyse(struct protocol_interface_inf
900900
// if in active scan state
901901
if (!ws_bootstrap_state_discovery(cur)) {
902902
if (data->SrcPANId != cur->ws_info->network_pan_id) {
903-
tr_debug("Wrong PAN id r:%u own:%u", data->SrcPANId, cur->ws_info->network_pan_id);
904903
return;
905904
}
906905
}
@@ -1036,7 +1035,6 @@ static void ws_bootstrap_pan_config_analyse(struct protocol_interface_info_entry
10361035
uint8_t *gtkhash_ptr;
10371036

10381037
if (data->SrcPANId != cur->ws_info->network_pan_id) {
1039-
tr_debug("Wrong PAN id r:%u own:%u", data->SrcPANId, cur->ws_info->network_pan_id);
10401038
return;
10411039
}
10421040
ws_bt_ie_t ws_bt_ie;
@@ -1158,7 +1156,6 @@ static void ws_bootstrap_pan_config_analyse(struct protocol_interface_info_entry
11581156
static void ws_bootstrap_pan_config_solicit_analyse(struct protocol_interface_info_entry *cur, const struct mcps_data_ind_s *data, ws_utt_ie_t *ws_utt, ws_us_ie_t *ws_us)
11591157
{
11601158
if (data->SrcPANId != cur->ws_info->network_pan_id) {
1161-
tr_debug("Wrong PAN id r:%u own:%u", data->SrcPANId, cur->ws_info->network_pan_id);
11621159
return;
11631160
}
11641161

0 commit comments

Comments
 (0)