diff options
-rw-r--r-- | tests/gsm0408/gsm0408_test.c | 1 |
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(); |