mbed-os/features/lorawan/lorastack/mac
Hasnain Virk 31aaea6749 [IOTCELL-1181] Fixing incorrect NetID causing ABP Failures
The issue rose up when using ARMC6. A test case didn't initialize NetID
parameter for ABP while using connect(params) API. NetID is the first 7 bits
of the Device Address. It makes sense to actually remove the net-id parameter
from ABP settings as the stack can deduce it from device address. However, the ABP
structure is exposed in public APIs, so we can't really do that at the moment.
Simpler fix is to move the mask that helps us to extract first 7 bits of the device address
is exposed in lorawan_types.h and the user can use it to deduce correct net-id.
2018-07-30 15:02:35 +03:00
..
LoRaMac.cpp [IOTCELL-1181] Fixing incorrect NetID causing ABP Failures 2018-07-30 15:02:35 +03:00
LoRaMac.h FRMPayload size validity 2018-07-12 13:28:15 +03:00
LoRaMacChannelPlan.cpp Remove useless extraction 2018-05-08 16:24:34 +03:00
LoRaMacChannelPlan.h LoRa: Internal include paths corrected 2018-04-10 14:04:18 +03:00
LoRaMacCommand.cpp Lora: Remove obsolete FEATURE_COMMON_PAL flags 2018-05-15 16:08:30 +03:00
LoRaMacCommand.h Lora: Fix battery_level callback 2018-05-11 09:50:24 +03:00
LoRaMacCrypto.cpp Lora: Fix LoRaMacCrypto asserts 2018-05-03 13:04:03 +03:00
LoRaMacCrypto.h Lora: Change LoRaCrypto to a C++ class 2018-04-20 16:01:49 +03:00