From 8f3a5a2f0bbcd94e122639c45a9f7f0e73c46865 Mon Sep 17 00:00:00 2001 From: Jonathan Santos Date: Fri, 10 Jun 2011 17:07:45 -0400 Subject: 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. --- include/openbsc/sgsn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 */ -- cgit v1.2.3