aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/Transceiver.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-07-03 16:01:12 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-07-03 16:03:21 +0200
commit95c8318d5d0a6346d11cb521f7f711e447ebe648 (patch)
tree988b5edf7f70ab2d33f6a7fdbe28409152612ce2 /Transceiver52M/Transceiver.h
parent9bb24a1103f0781a6a02118cff498dac26810590 (diff)
Transceiver: Support pulling idle frames in pullRadioVector()
This logic will be used once we support TRXDv1, where idle indications are sent through the socket. Related: OS#4006 Change-Id: I46404f6e4055b6d3af3afffb0dfe4a19502917aa
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 e4d0440..a66c962 100644
--- a/Transceiver52M/Transceiver.h
+++ b/Transceiver52M/Transceiver.h
@@ -44,6 +44,7 @@ struct trx_ul_burst_ind {
double rssi; // in dBFS
double toa; // in symbols
double noise; // noise level in dBFS
+ bool idle; // true if no valid burst is included
};
class Transceiver;