aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2009-01-01 03:46:11 +0000
committerHolger Freyther <zecke@selfish.org>2009-01-01 03:46:11 +0000
commit67b4b9a017647b7d28343a352778920633ebf575 (patch)
tree50927c6f0fb08f82cb32cedb8daf609211703293 /tests
parent3eaa792b21d19dd1cd512b87a391826cf1f3fef4 (diff)
Do not call rsl_chan_release directly but use the use_count of the lchan
Call use_lchan early in allocate_loc_updating_req, do not directly call rsl_chan_release but go through channel alloc to take the use_count into account.
Diffstat (limited to 'tests')
-rw-r--r--tests/gsm0408/gsm0408_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gsm0408/gsm0408_test.c b/tests/gsm0408/gsm0408_test.c
index af625377c..0fe13108e 100644
--- a/tests/gsm0408/gsm0408_test.c
+++ b/tests/gsm0408/gsm0408_test.c
@@ -80,3 +80,4 @@ void db_create_subscriber(void) {}
void rsl_chan_release(void) {}
void msgb_alloc(void) {}
void gsm0411_send_sms(void) {}
+void lchan_auto_release(void) {}