Change in osmo-bts[master]: ta_control: fix Timing Advance control for SDCCH channels

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

fixeria gerrit-no-reply at lists.osmocom.org
Mon Feb 15 01:15:14 UTC 2021


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/22907 )


Change subject: ta_control: fix Timing Advance control for SDCCH channels
......................................................................

ta_control: fix Timing Advance control for SDCCH channels

Change-Id: I0b86d49ec00b38d0f309c56b2519e5d487f0b65b
---
M src/common/ta_control.c
1 file changed, 0 insertions(+), 5 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/07/22907/1

diff --git a/src/common/ta_control.c b/src/common/ta_control.c
index 5a3cbf5..ccb60e2 100644
--- a/src/common/ta_control.c
+++ b/src/common/ta_control.c
@@ -33,11 +33,6 @@
 {
 	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",

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/22907
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I0b86d49ec00b38d0f309c56b2519e5d487f0b65b
Gerrit-Change-Number: 22907
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210215/1ad45c53/attachment.htm>


More information about the gerrit-log mailing list