Change in osmo-pcu[master]: OC-2G: Always use positive TA information provided in PH-RA-IND

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/.

Daniel Willmann gerrit-no-reply at lists.osmocom.org
Thu Mar 21 12:22:58 UTC 2019


Daniel Willmann has uploaded this change for review. ( https://gerrit.osmocom.org/13359


Change subject: OC-2G: Always use positive TA information provided in PH-RA-IND
......................................................................

OC-2G: Always use positive TA information provided in PH-RA-IND

Change-Id: Ia526f712b95eb7bba99252f2a348d9fb5d2f3838
---
M src/osmo-bts-oc2g/oc2g_l1_if.c
1 file changed, 3 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/59/13359/1

diff --git a/src/osmo-bts-oc2g/oc2g_l1_if.c b/src/osmo-bts-oc2g/oc2g_l1_if.c
index ccf7431..80b9dbc 100644
--- a/src/osmo-bts-oc2g/oc2g_l1_if.c
+++ b/src/osmo-bts-oc2g/oc2g_l1_if.c
@@ -248,9 +248,10 @@
 	if (ra_ind->measParam.fLinkQuality < MIN_QUAL_RACH)
 		return 0;
 
-	DEBUGP(DL1IF, "Rx PH-RA.ind");
+	LOGP(DL1IF, LOGL_DEBUG, "PH-RA-IND L1 qta=%d\n", ra_ind->measParam.i16BurstTiming);
+
 	bts_update_tbf_ta("PH-RA", ra_ind->u32Fn, fl1h->trx_no, ra_ind->u8Tn,
-			sign_qta2ta(ra_ind->measParam.i16BurstTiming), true);
+			qta2ta(ra_ind->measParam.i16BurstTiming), true);
 
 	return 0;
 }

-- 
To view, visit https://gerrit.osmocom.org/13359
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia526f712b95eb7bba99252f2a348d9fb5d2f3838
Gerrit-Change-Number: 13359
Gerrit-PatchSet: 1
Gerrit-Owner: Daniel Willmann <dwillmann at sysmocom.de>
Gerrit-Reviewer: Minh-Quang Nguyen <minh-quang.nguyen at nutaq.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190321/cffbdb6d/attachment.htm>


More information about the gerrit-log mailing list