aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/Transceiver.h
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2015-06-08 23:48:26 -0400
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2015-06-10 23:14:11 -0400
commitff9b59c223f975f0322d2dd00d8e4567827402ab (patch)
tree4ae3894afced52750d6d8c82b9171816a7afdd04 /Transceiver52M/Transceiver.h
parent34e5a3807f4d77f098c786b99aa6bea5c0160918 (diff)
Transceiver: Add an option to send RSSI to the GSM core even if the burst is not demodulated.achemeris/empty-bursts
The feature is enabled when the GSM core sends "SENDEMPTY 1" command.
Diffstat (limited to 'Transceiver52M/Transceiver.h')
-rw-r--r--Transceiver52M/Transceiver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Transceiver52M/Transceiver.h b/Transceiver52M/Transceiver.h
index 45d3980..bf4e88d 100644
--- a/Transceiver52M/Transceiver.h
+++ b/Transceiver52M/Transceiver.h
@@ -163,6 +163,7 @@ private:
std::vector<UDPSocket *> mDataSockets; ///< socket for writing to/reading from GSM core
std::vector<UDPSocket *> mCtrlSockets; ///< socket for writing/reading control commands from GSM core
UDPSocket mClockSocket; ///< socket for writing clock updates to GSM core
+ bool mSendEmptyBursts; ///< send RSSI to the GSM core even if burst has not been demodulated
std::vector<VectorQueue> mTxPriorityQueues; ///< priority queue of transmit bursts received from GSM core
std::vector<VectorFIFO *> mReceiveFIFO; ///< radioInterface FIFO of receive bursts