Change in osmo-bsc[master]: power_control: encoding of H_REQAVE and H_REQT for ip.access

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
Fri Dec 25 18:02:56 UTC 2020


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

Change subject: power_control: encoding of H_REQAVE and H_REQT for ip.access
......................................................................

power_control: encoding of H_REQAVE and H_REQT for ip.access

Change-Id: I761401d13b72e8f7c07f3a4ed5002dffc735a210
Related: SYS#4918
---
M src/osmo-bsc/bts_ipaccess_nanobts.c
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved; Verified



diff --git a/src/osmo-bsc/bts_ipaccess_nanobts.c b/src/osmo-bsc/bts_ipaccess_nanobts.c
index 27d8d64..7076908 100644
--- a/src/osmo-bsc/bts_ipaccess_nanobts.c
+++ b/src/osmo-bsc/bts_ipaccess_nanobts.c
@@ -828,8 +828,8 @@
 	ave_cfg->param_id = ptype & 0x03;
 
 	/* H_REQAVE and H_REQT */
-	ave_cfg->h_reqave = mp->h_reqave & 0x03;
-	ave_cfg->h_reqt = mp->h_reqt & 0x03;
+	ave_cfg->h_reqave = mp->h_reqave & 0x1f;
+	ave_cfg->h_reqt = mp->h_reqt & 0x1f;
 
 	/* Averaging method and parameters */
 	ave_cfg->ave_method = (mp->algo - 1) & 0x07;

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I761401d13b72e8f7c07f3a4ed5002dffc735a210
Gerrit-Change-Number: 21876
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201225/c057738e/attachment.htm>


More information about the gerrit-log mailing list