pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-sgsn/+/41458?usp=email )
Change subject: pdpctx: Use pdp->teic_own as rate_ctr id
......................................................................
pdpctx: Use pdp->teic_own as rate_ctr id
Otherwise we run into errors due to non-unique ids.
Related: SYS#7125
Change-Id: I388d7e4550e874cabc51e016d1a35a1074be7ac3
---
M src/sgsn/pdpctx.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
osmith: Looks good to me, but someone else must approve
fixeria: Looks good to me, approved
diff --git a/src/sgsn/pdpctx.c b/src/sgsn/pdpctx.c
index 2c3fb03..1fbddab 100644
--- a/src/sgsn/pdpctx.c
+++ b/src/sgsn/pdpctx.c
@@ -73,7 +73,7 @@
if (!pctx)
return NULL;
- pctx->ctrg = rate_ctr_group_alloc(pctx, &pdpctx_ctrg_desc, nsapi);
+ pctx->ctrg = rate_ctr_group_alloc(pctx, &pdpctx_ctrg_desc,
pdp->teic_own);
if (!pctx->ctrg) {
LOGPDPCTXP(LOGL_ERROR, pctx, "Error allocation counter
group\n");
talloc_free(pctx);
--
To view, visit https://gerrit.osmocom.org/c/osmo-sgsn/+/41458?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Change-Id: I388d7e4550e874cabc51e016d1a35a1074be7ac3
Gerrit-Change-Number: 41458
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <[email protected]>
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>