aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/ta_control.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/ta_control.c')
-rw-r--r--src/common/ta_control.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common/ta_control.c b/src/common/ta_control.c
index 5a3cbf57..ccb60e2b 100644
--- a/src/common/ta_control.c
+++ b/src/common/ta_control.c
@@ -33,11 +33,6 @@ void lchan_ms_ta_ctrl(struct gsm_lchan *lchan)
{
int16_t toa256 = lchan->meas.ms_toa256;
- /* Do not perform any computation when the amount of measurement
- * results is too little. */
- if (lchan->meas.num_ul_meas < 4)
- return;
-
if (toa256 < -TOA256_9OPERCENT && lchan->rqd_ta > TA_MIN) {
LOGPLCHAN(lchan, DLOOP, LOGL_INFO,
"TOA is too early (%d), now lowering TA from %d to %d\n",