aboutsummaryrefslogtreecommitdiffstats
path: root/gtp/gtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtp/gtp.c')
-rw-r--r--gtp/gtp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtp/gtp.c b/gtp/gtp.c
index 5b83d20..1309cb5 100644
--- a/gtp/gtp.c
+++ b/gtp/gtp.c
@@ -2553,6 +2553,9 @@ int gtp_delete_pdp_ind(struct gsn_t *gsn, int version,
if (linked_pdp->secondary_tei[n])
count++;
if (count <= 1) {
+ GTP_LOGPKG(LOGL_NOTICE, peer, pack, len,
+ "Ignoring CTX DEL without teardown and count=%d\n",
+ count);
return 0; /* 29.060 7.3.5 Ignore message */
}
}