mbed-os/features/lorawan
Hasnain Virk b0ce443f5b Doing away with rx_abort()
rx_abort() was sort of dead code as it was doing essentially nothing.
It might have actually meddled with the state machine if it was hit by
invoking on_ack_timeout_timer_event().

State machine and corresponding processors now take care of the ack timeout,
retries and all other bits, so we don't need abort_rx().
2018-05-24 15:54:32 +03:00
..
lorastack Doing away with rx_abort() 2018-05-24 15:54:32 +03:00
system Adding useful trace and setting no. of retries 2018-05-24 15:54:32 +03:00
LICENSE Adding license text and BSD-Clause 3 2018-02-09 11:00:56 -06:00
LoRaRadio.h Immutable Payload from radio 2018-05-08 16:24:34 +03:00
LoRaWANBase.h Adding ability to cancel outgoing transmission 2018-05-24 15:54:32 +03:00
LoRaWANInterface.cpp Adding ability to cancel outgoing transmission 2018-05-24 15:54:32 +03:00
LoRaWANInterface.h Adding ability to cancel outgoing transmission 2018-05-24 15:54:32 +03:00
LoRaWANStack.cpp Doing away with rx_abort() 2018-05-24 15:54:32 +03:00
LoRaWANStack.h Adding ability to cancel outgoing transmission 2018-05-24 15:54:32 +03:00
lorawan_types.h Adding ability to cancel outgoing transmission 2018-05-24 15:54:32 +03:00
mbed_lib.json Lora: Make automatic uplink message configurable 2018-04-18 09:29:20 +03:00