aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gprs_sgsn.c
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2016-06-28 17:39:20 +0200
committerHarald Welte <laforge@gnumonks.org>2016-07-04 08:42:37 +0000
commit3955025c2a83a334f65322def52466c1cc86ed89 (patch)
tree97883e76b75401e0711e4d8b11fc35226d7e78eb /openbsc/src/gprs/gprs_sgsn.c
parent93408ae72719590b9a0df9ce565694956f0cc34a (diff)
SGSN: move TLLI unassignment into separate function
Diffstat (limited to 'openbsc/src/gprs/gprs_sgsn.c')
-rw-r--r--openbsc/src/gprs/gprs_sgsn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/gprs/gprs_sgsn.c b/openbsc/src/gprs/gprs_sgsn.c
index 8f9f45334..98439de21 100644
--- a/openbsc/src/gprs/gprs_sgsn.c
+++ b/openbsc/src/gprs/gprs_sgsn.c
@@ -770,7 +770,7 @@ static void sgsn_llme_cleanup_free(struct gprs_llc_llme *llme)
/* No MM context found */
LOGP(DGPRS, LOGL_INFO, "Deleting orphaned LLME, TLLI 0x%08x\n",
llme->tlli);
- gprs_llgmm_assign(llme, llme->tlli, 0xffffffff, GPRS_ALGO_GEA0, NULL);
+ gprs_llgmm_unassign(llme);
}
static void sgsn_llme_check_cb(void *data_)