From f7afd202000ccc7f59e059e3f5581507e3672af7 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 31 May 2019 17:02:31 +0200 Subject: sgsn_libgtp: Use new per-GSN libgtp API instead of deprecated API Depends: osmo-ggsn.git I653cbdc185165592d985e3efab6e3f1add97877b Related: OS#2873 Change-Id: Iaaffe0ec4d9590309c62b62c446677c6f6732f2a --- src/gprs/sgsn_libgtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gprs/sgsn_libgtp.c b/src/gprs/sgsn_libgtp.c index a8a150280..e9fffd8c7 100644 --- a/src/gprs/sgsn_libgtp.c +++ b/src/gprs/sgsn_libgtp.c @@ -153,7 +153,7 @@ struct sgsn_pdp_ctx *sgsn_create_pdp_ctx(struct sgsn_ggsn_ctx *ggsn, imsi_ui64 = imsi_str2gtp(mmctx->imsi); - rc = pdp_newpdp(&pdp, imsi_ui64, nsapi, NULL); + rc = gtp_pdp_newpdp(ggsn->gsn, &pdp, imsi_ui64, nsapi, NULL); if (rc) { LOGP(DGPRS, LOGL_ERROR, "Out of libgtp PDP Contexts\n"); return NULL; -- cgit v1.2.3