Change in osmo-bts[master]: power_control: cosmetic: fix swapped {L, U}_RXQUAL_XX_P comments

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 8 11:09:24 UTC 2021


fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/22782 )

Change subject: power_control: cosmetic: fix swapped {L,U}_RXQUAL_XX_P comments
......................................................................

power_control: cosmetic: fix swapped {L,U}_RXQUAL_XX_P comments

Change-Id: I2fe198f9275f4e5407ad6fdfa68d4fa7d603e333
Related: SYS#4918
---
M src/common/gsm_data.c
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/src/common/gsm_data.c b/src/common/gsm_data.c
index b3f9f2d..7cf48bf 100644
--- a/src/common/gsm_data.c
+++ b/src/common/gsm_data.c
@@ -441,8 +441,8 @@
 	/* RxQual measurement parameters */
 	.rxqual_meas = {
 		/* Thresholds for RxQual (see 3GPP TS 45.008, A.3.2.1) */
-		.lower_thresh = 3, /* U_RXQUAL_XX_P (0.8% <= BER < 1.6%) */
-		.upper_thresh = 0, /* L_RXQUAL_XX_P (BER < 0.2%) */
+		.lower_thresh = 3, /* L_RXQUAL_XX_P (0.8% <= BER < 1.6%) */
+		.upper_thresh = 0, /* U_RXQUAL_XX_P (BER < 0.2%) */
 
 		/* FIXME: RxQual averaging is not yet implemented */
 		.algo = GSM_PWR_CTRL_MEAS_AVG_ALGO_NONE,

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I2fe198f9275f4e5407ad6fdfa68d4fa7d603e333
Gerrit-Change-Number: 22782
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210208/83bbfa2e/attachment.htm>


More information about the gerrit-log mailing list