mbed-os/features/lorawan/lorastack/mac
Hasnain Virk f4077af5b1 UL FCnt increment in case of retry exhaustion
Previously we had been incrementing UL frame counter for a CONFIRMED
message only when the transmission was deemed successful i.e., we would
have received an ack before all the retries would have exhausted.
Now we have opted to increment the frame counter if all the retries are
exhausted considering the fact that we essentially treat the next
message after retry exhaustion as a new packet so we should also
increment the frame counter.
2018-12-10 08:53:30 +02:00
..
LoRaMac.cpp UL FCnt increment in case of retry exhaustion 2018-12-10 08:53:30 +02:00
LoRaMac.h Compliance test errors fixed 2018-11-14 09:46:38 +02:00
LoRaMacChannelPlan.cpp lorawan: fix astyle coding style 2018-11-07 08:56:36 +00:00
LoRaMacChannelPlan.h lorawan: fix astyle coding style 2018-11-07 08:56:36 +00:00
LoRaMacCommand.cpp lorawan: fix astyle coding style 2018-11-07 08:56:36 +00:00
LoRaMacCommand.h lorawan: fix astyle coding style 2018-11-07 08:56:36 +00:00
LoRaMacCrypto.cpp lorawan: fix astyle coding style 2018-11-07 08:56:36 +00:00
LoRaMacCrypto.h lorawan: fix astyle coding style 2018-11-07 08:56:36 +00:00