aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gsm0408/gsm0408_test.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-16 02:37:24 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-27 11:46:38 +0200
commit8a3409c4b7fefe4333b619498f2cad0c7c3ae81c (patch)
treef9b4f2fc04f1c7312370330796c75fb684de527a /tests/gsm0408/gsm0408_test.c
parentf45334be29016a36594aacc07c90e262e4994525 (diff)
gsm0408_test: initialize msgb talloc ctx
Diffstat (limited to 'tests/gsm0408/gsm0408_test.c')
-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 b469b307..f922a4fd 100644
--- a/tests/gsm0408/gsm0408_test.c
+++ b/tests/gsm0408/gsm0408_test.c
@@ -149,6 +149,7 @@ static void test_mid_from_tmsi(void)
int main(int argc, char **argv)
{
+ msgb_talloc_ctx_init(NULL, 0);
test_bearer_cap();
test_mid_from_tmsi();