lms: Remove wrong unused code copied from -uhd

Change-Id: I2bc7fcfa429d1f82c2d8e95d31dfed367f2b3f9d
This commit is contained in:
Joachim Steiger 2019-04-16 16:13:02 +02:00 committed by Harald Welte
parent 71df42550a
commit 6c5f4bae46
1 changed files with 2 additions and 5 deletions

View File

@ -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)