Change in osmo-bts[master]: rsl: Support parsing up to 3 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
Tue Aug 31 08:14:32 UTC 2021


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

Change subject: rsl: Support parsing up to 3 RSL_IPAC_EIE_MEAS_AVG_CFG IEs
......................................................................

rsl: Support parsing up to 3 RSL_IPAC_EIE_MEAS_AVG_CFG IEs

struct ipac_preproc_cfg seems to suggest that there may be up to 3 IEs
in some cases:
"struct ipac_preproc_ave_cfg ms_ave_cfg[3];"

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

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



diff --git a/src/common/rsl.c b/src/common/rsl.c
index e226167..4ad807f 100644
--- a/src/common/rsl.c
+++ b/src/common/rsl.c
@@ -909,7 +909,7 @@
 				   const uint8_t *data, size_t data_len)
 {
 	const struct tlv_p_entry *ie;
-	struct tlv_parsed tp[2];
+	struct tlv_parsed tp[3];
 	unsigned int i;
 	int rc;
 

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I02633713eb557ee52e790a239f7b13b8c5b2b3bd
Gerrit-Change-Number: 25280
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
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/20210831/b0c153f8/attachment.htm>


More information about the gerrit-log mailing list