aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests
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/tests
parent93408ae72719590b9a0df9ce565694956f0cc34a (diff)
SGSN: move TLLI unassignment into separate function
Diffstat (limited to 'openbsc/tests')
-rw-r--r--openbsc/tests/sgsn/sgsn_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/tests/sgsn/sgsn_test.c b/openbsc/tests/sgsn/sgsn_test.c
index f425c3349..d568807dd 100644
--- a/openbsc/tests/sgsn/sgsn_test.c
+++ b/openbsc/tests/sgsn/sgsn_test.c
@@ -222,7 +222,7 @@ static void test_llme(void)
OSMO_ASSERT(count(gprs_llme_list()) == 1);
/* unassign which should delete it*/
- gprs_llgmm_assign(lle->llme, lle->llme->tlli, 0xffffffff, GPRS_ALGO_GEA0, NULL);
+ gprs_llgmm_unassign(lle->llme);
/* Check that everything was cleaned up */
OSMO_ASSERT(count(gprs_llme_list()) == 0);