mbed-os/features/lorawan
Hasnain Virk 94eb4c0bc0 Adding QOS handling and fixing bugs for Class C
LinkADRReq mac command can be used by the network server to set a
certain level of QOS using NbTrans field which is applicable to
Unconfirmed traffic only for 1.0.2 spec.
This commit introduces mechanisms to facilitate this QOS. It means to
repeat an outgoing unconfirmed message NbTrans times without changing
its frame counter.

For class C, we have retired the ack_expiry_timer_for_class_c and have
replaced it with another timer which mimics the RX2 closure as in Class
A but doesn't actually close RX2 window. It's just a mechanism by which
the state machine is informed that the you can proceed forward, we have
not received anything in RX2 window either. This is needed as RX2
doesn't timeout in class C (i.e., the radio remains in continuous mode).
In addition to that we need to close any pending timers for Receive
windows after the MIC has passed and the Duplicate counter check has
also been passed.
2018-09-21 15:55:30 +03:00
..
lorastack Adding QOS handling and fixing bugs for Class C 2018-09-21 15:55:30 +03:00
system Adding QOS handling and fixing bugs for Class C 2018-09-21 15:55:30 +03:00
FSB_Usage.txt Copy edit FSB_Usage.txt 2018-08-27 10:06:21 -05: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 Lora: send and receive methods return LORAWAN_STATUS_NOT_INITIALIZED if not initialized 2018-08-14 10:03:11 +03:00
LoRaWANInterface.cpp Lora: Support user provided LoRaPHY object 2018-07-06 15:11:10 +03:00
LoRaWANInterface.h Lora: Document all possible error codes for LoRaWANBase methods 2018-08-07 15:25:44 +03:00
LoRaWANStack.cpp Adding QOS handling and fixing bugs for Class C 2018-09-21 15:55:30 +03:00
LoRaWANStack.h Adding QOS handling and fixing bugs for Class C 2018-09-21 15:55:30 +03:00
lorawan_types.h LoRaWAN: Refactoring compliance test code 2018-09-11 11:26:31 +03:00
mbed_lib.json Adding override for TX ch. selection in CN470 PHY 2018-08-27 12:50:09 +03:00