aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc
diff options
context:
space:
mode:
authorJonathan Santos <jrsantos@jonathanrsantos.com>2011-06-23 17:46:50 -0400
committerJonathan Santos <jrsantos@jonathanrsantos.com>2011-06-23 17:46:50 -0400
commita0fb1bb84765bfe3148d55a6da57c007a5ffe895 (patch)
treefef22ea553cb6e04a4ad186958ae5ab96204ed36 /include/openbsc
parent749a666d849743353473813210cbf6899005c6c4 (diff)
parentdec0ea8fd269ff5980e199bcb05206c0ea52c26e (diff)
Merge branch 'attach_already_attached'
Diffstat (limited to 'include/openbsc')
-rw-r--r--include/openbsc/sgsn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openbsc/sgsn.h b/include/openbsc/sgsn.h
index 84db87e91..7ca7e1c44 100644
--- a/include/openbsc/sgsn.h
+++ b/include/openbsc/sgsn.h
@@ -48,7 +48,7 @@ struct sgsn_pdp_ctx *sgsn_create_pdp_ctx(struct sgsn_ggsn_ctx *ggsn,
struct sgsn_mm_ctx *mmctx,
uint16_t nsapi,
struct tlv_parsed *tp);
-int sgsn_delete_pdp_ctx(struct sgsn_pdp_ctx *pctx);
+int sgsn_delete_pdp_ctx(struct sgsn_pdp_ctx *pctx, int implicit);
/* gprs_sndcp.c */