aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gprs_sgsn.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-12-24 23:07:18 +0100
committerHarald Welte <laforge@gnumonks.org>2010-12-26 19:20:07 +0100
commitc728eeaf9b3fc71c9434e6ae3515d4ddc12e66d8 (patch)
tree6c3103907a941e819c73e22c45ce6170bb43a0e0 /openbsc/include/openbsc/gprs_sgsn.h
parenta9b473a3c25d5b0f0993c3c53f6004b0e86fca5c (diff)
SGSN: Avoid duplicate MM contexts in case MS and SGSN disagree on P-TMSI
Diffstat (limited to 'openbsc/include/openbsc/gprs_sgsn.h')
-rw-r--r--openbsc/include/openbsc/gprs_sgsn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gprs_sgsn.h b/openbsc/include/openbsc/gprs_sgsn.h
index fb1b2882b..b470c536c 100644
--- a/openbsc/include/openbsc/gprs_sgsn.h
+++ b/openbsc/include/openbsc/gprs_sgsn.h
@@ -119,6 +119,7 @@ struct sgsn_mm_ctx *sgsn_mm_ctx_by_imsi(const char *imsi);
/* Allocate a new SGSN MM context */
struct sgsn_mm_ctx *sgsn_mm_ctx_alloc(uint32_t tlli,
const struct gprs_ra_id *raid);
+void sgsn_mm_ctx_free(struct sgsn_mm_ctx *mm);
enum pdp_ctx_state {