mbed-os/features/lorawan
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
..
lorastack [IOTCELL-1181] Fixing incorrect NetID causing ABP Failures 2018-07-30 15:02:35 +03:00
system Style changes only 2018-06-01 12:41:09 +03:00
LICENSE Adding license text and BSD-Clause 3 2018-02-09 11:00:56 -06:00
LoRaRadio.h Correcting unit for timeout 2018-07-12 13:28:21 +03:00
LoRaWANBase.h Streamlining connect() API with posix like retcodes 2018-07-10 13:31:50 +03:00
LoRaWANInterface.cpp Lora: Support user provided LoRaPHY object 2018-07-06 15:11:10 +03:00
LoRaWANInterface.h Merge pull request #7445 from hasnainvirk/issue_7230 2018-07-13 11:48:13 -05:00
LoRaWANStack.cpp Merge pull request #7445 from hasnainvirk/issue_7230 2018-07-13 11:48:13 -05:00
LoRaWANStack.h Merge pull request #7445 from hasnainvirk/issue_7230 2018-07-13 11:48:13 -05:00
lorawan_types.h [IOTCELL-1181] Fixing incorrect NetID causing ABP Failures 2018-07-30 15:02:35 +03:00
mbed_lib.json Lora: Make automatic uplink message configurable 2018-04-18 09:29:20 +03:00