From 09f3259d94318f6ded8d5b2dbb0c281f755f0ba2 Mon Sep 17 00:00:00 2001 From: Kimmo Vaisanen Date: Wed, 5 Sep 2018 12:16:53 +0300 Subject: [PATCH] Enable RekeyInd again --- features/lorawan/LoRaWANStack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/lorawan/LoRaWANStack.cpp b/features/lorawan/LoRaWANStack.cpp index 62677eb91d..21ac66d714 100644 --- a/features/lorawan/LoRaWANStack.cpp +++ b/features/lorawan/LoRaWANStack.cpp @@ -1085,7 +1085,7 @@ void LoRaWANStack::mlme_confirm_handler(loramac_mlme_confirm_t& mlme_confirm) switch (mlme_confirm.status) { case LORAMAC_EVENT_INFO_STATUS_OK: if (_loramac.get_server_type() == LW1_1) { -// TODO: _rekey_ind_needed = true; + _rekey_ind_needed = true; _rekey_ind_counter = 0; // THIS IS NOT ALLOWED HERE! // We might get JOIN_ACCEPT for rejoin type 1,