aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bursts/bursts_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bursts/bursts_test.c')
-rw-r--r--tests/bursts/bursts_test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/bursts/bursts_test.c b/tests/bursts/bursts_test.c
index ef703a8a..cc0eacff 100644
--- a/tests/bursts/bursts_test.c
+++ b/tests/bursts/bursts_test.c
@@ -29,6 +29,7 @@
#include "../../src/osmo-bts-trx/gsm0503_coding.h"
+#include <osmo-bts/logging.h>
#define ASSERT_TRUE(rc) \
if (!(rc)) { \
@@ -445,6 +446,8 @@ int main(int argc, char **argv)
{
int i;
+ bts_log_init(NULL);
+
for (i = 0; i < sizeof(test_l2) / sizeof(test_l2[0]); i++)
test_xcch(test_l2[i]);