Basic MAC data interface for LoRa transceiver

Dependencies:   L2Frame crc

Dependents:   LoRaBaseStation LoRaTerminal

Revision:
30:bccad60351ac
Parent:
29:6c59b0bba861
Child:
31:a0454fda1538
diff -r 6c59b0bba861 -r bccad60351ac AlohaTransceiver.cpp
--- a/AlohaTransceiver.cpp	Sat Sep 03 02:47:46 2016 +0000
+++ b/AlohaTransceiver.cpp	Sat Sep 03 03:15:52 2016 +0000
@@ -164,6 +164,8 @@
         case RX:
         {   
             // process packet if received
+            // it is noticed that the rx handler does not queue the received packet
+            // due to the hardware limitation
             while (AlohaRxQueue.getCounter() > 0)
             {
                 // pop from queue