Skip to content
Success

Changes

Summary

  1. Pass pdp_t to sgsn_pdp_ctx_alloc() (details)
  2. pdpctx: Use pdp->teic_own as rate_ctr id (details)
Commit 8ce5b15fdfc6c3b987830d271ed97b7ed0bc694b by Pau Espin Pedrol
Pass pdp_t to sgsn_pdp_ctx_alloc()

Refactor sgsn_create_pdp_ctx() to pass the libgtp pdp_t to our pctx.
This will be used in follow-up patch to use the teic_own as ID of the
rate_ctr.

Change-Id: Ie7312039fc97f50d09f00661e7c156610f3304b8
The file was modifiedsrc/sgsn/pdpctx.c
The file was modifiedinclude/osmocom/sgsn/pdpctx.h
The file was modifiedsrc/sgsn/sgsn_libgtp.c
Commit 968b60ef3afc2735b9493e8acbf16429869bd6b9 by Pau Espin Pedrol
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
The file was modifiedsrc/sgsn/pdpctx.c