aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)