aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJonathan Santos <jrsantos@jonathanrsantos.com>2011-06-10 17:07:45 -0400
committerJonathan Santos <jrsantos@jonathanrsantos.com>2011-06-23 17:45:19 -0400
commit8f3a5a2f0bbcd94e122639c45a9f7f0e73c46865 (patch)
tree3c5fa716efa0b7728b767536431368c641d3693c /include
parent749a666d849743353473813210cbf6899005c6c4 (diff)
gprs: Delete GMM and PDP contexts if ATTACH_REQUEST received from already-attached MS
TS 24.008 version 9.5.0 Release 9 sec 4.7.3.1.6: If an ATTACH REQUEST message is received in state GMM-REGISTERED the network may initiate the GMM common procedures; if it turned out that the ATTACH REQUEST message was send by an MS that has already been attached, the GMM context, PDP contexts and MBMS contexts, if any, are deleted and the new ATTACH REQUEST is progressed.
Diffstat (limited to 'include')
-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 */