aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openbsc/tests/gbproxy/gbproxy_test.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/openbsc/tests/gbproxy/gbproxy_test.c b/openbsc/tests/gbproxy/gbproxy_test.c
index 74a220ab0..19c150eda 100644
--- a/openbsc/tests/gbproxy/gbproxy_test.c
+++ b/openbsc/tests/gbproxy/gbproxy_test.c
@@ -871,8 +871,13 @@ static void test_gbproxy_ra_patching()
nsi = NULL;
}
+static const struct log_info_cat all_off_categories[Debug_LastEntry] = {
+};
-static struct log_info info = {};
+static struct log_info info = {
+ .cat = all_off_categories,
+ .num_cat = ARRAY_SIZE(all_off_categories)
+};
int main(int argc, char **argv)
{