Change in osmo-bts[master]: rsl: Fix rx of multiple RSL_IPAC_EIE_MEAS_AVG_CFG IEs

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

pespin gerrit-no-reply at lists.osmocom.org
Mon Aug 30 12:05:24 UTC 2021


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

Change subject: rsl: Fix rx of multiple RSL_IPAC_EIE_MEAS_AVG_CFG IEs
......................................................................

rsl: Fix rx of multiple RSL_IPAC_EIE_MEAS_AVG_CFG IEs

So far only the first one was applied.

Fixes: 9238c3549d3a7ce536e55d687b53be584a7f2b67
Related: SYS#4918
Change-Id: Ib4f3c165a988e77b61a8852b254fc0904aa12482
---
M src/common/rsl.c
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/src/common/rsl.c b/src/common/rsl.c
index f5a963c..e226167 100644
--- a/src/common/rsl.c
+++ b/src/common/rsl.c
@@ -969,7 +969,7 @@
 		const struct ipac_preproc_ave_cfg *ave_cfg;
 		struct gsm_power_ctrl_meas_params *mp;
 
-		ie = TLVP_GET(&tp[0], RSL_IPAC_EIE_MEAS_AVG_CFG);
+		ie = TLVP_GET(&tp[i], RSL_IPAC_EIE_MEAS_AVG_CFG);
 		if (ie == NULL)
 			break;
 

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Ib4f3c165a988e77b61a8852b254fc0904aa12482
Gerrit-Change-Number: 25279
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210830/74aff8e8/attachment.htm>


More information about the gerrit-log mailing list