Skip to content

Commit 7fb7550

Browse files
Hasnain VirkAntti Kauppila
authored andcommitted
Removing multiple attachment of LinkCheckRequest
A rebase error perhaps. We need to attach Link Check request only once to the outgoing message.
1 parent 86eb300 commit 7fb7550

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

features/lorawan/LoRaWANStack.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -331,10 +331,6 @@ int16_t LoRaWANStack::handle_tx(const uint8_t port, const uint8_t *data,
331331
send_event_to_application(JOIN_FAILURE);
332332
_device_current_state = DEVICE_STATE_IDLE;
333333
}
334-
} else if (_link_check_requested) {
335-
// add a link check request with normal data, until the application
336-
// explicitly removes it.
337-
_loramac.setup_link_check_request();
338334
}
339335

340336
if (_device_mode_ind_needed) {

0 commit comments

Comments
 (0)