aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoachim Steiger <jsteiger@sysmocom.de>2019-04-16 16:13:02 +0200
committerHarald Welte <laforge@gnumonks.org>2019-04-17 18:24:11 +0000
commit6c5f4bae4665af581badeda3b2957bb9f92b49a9 (patch)
treec3cb78c31426c7ab41c6ec4951cc4ae64a75df3b
parent71df42550a6dcf795b3b14f88b598ff39936c2b1 (diff)
lms: Remove wrong unused code copied from -uhd
-rw-r--r--Transceiver52M/device/lms/LMSDevice.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/Transceiver52M/device/lms/LMSDevice.cpp b/Transceiver52M/device/lms/LMSDevice.cpp
index b004308..33e3cbd 100644
--- a/Transceiver52M/device/lms/LMSDevice.cpp
+++ b/Transceiver52M/device/lms/LMSDevice.cpp
@@ -548,11 +548,8 @@ bool LMSDevice::requiresRadioAlign()
}
GSM::Time LMSDevice::minLatency() {
- /* Empirical data from a handful of
- relatively recent machines shows that the B100 will underrun when
- the transmit threshold is reduced to a time of 6 and a half frames,
- so we set a minimum 7 frame threshold. */
- return GSM::Time(6,7);
+ /* UNUSED on limesdr (only used on usrp1/2) */
+ return GSM::Time(0,0);
}
void LMSDevice::update_stream_stats(size_t chan, bool * underrun, bool * overrun)