aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/Transceiver.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-07-02 14:59:47 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-07-02 15:04:29 +0200
commit0e67cf24eb048b92bf3c2da366e8c0ca1ddffbfe (patch)
treea4e93e9d4c0afdb14c7e6a049bdc0e7d2ac328a6 /Transceiver52M/Transceiver.h
parentff6aeb7f62368209491526944ff1af2ea776bb65 (diff)
Transceiver: Move nbits burst size calculation to pullRadioVector()
That's where all the filling logic happens, while in driveReceiveFIFO we mostly want to take the burst, generate a message and sent it over the socket. Related: OS#4006 Change-Id: Ib1df10c40d737954904290f57d58b1c77d65f82e
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 965d07d..d7c6182 100644
--- a/Transceiver52M/Transceiver.h
+++ b/Transceiver52M/Transceiver.h
@@ -37,6 +37,7 @@ extern "C" {
struct trx_ul_burst_ind {
SoftVector *rxBurst;
+ unsigned nbits; // number of symbols per slot in rxBurst, not counting guard periods
GSM::Time burstTime;
double rssi; // in dBFS
double toa; // in symbols