From caa648d92e48a05e676e87b48c21cb0b151c9b4e Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 12 Sep 2015 11:00:23 +0200 Subject: TRX: Add missing call to abis_init() This somehow got lost during the latest rebase. --- src/osmo-bts-trx/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/osmo-bts-trx/main.c') diff --git a/src/osmo-bts-trx/main.c b/src/osmo-bts-trx/main.c index c4a4c601..6f2dd4bc 100644 --- a/src/osmo-bts-trx/main.c +++ b/src/osmo-bts-trx/main.c @@ -328,6 +328,8 @@ int main(int argc, char **argv) gsmtap_source_add_sink(gsmtap); } + abis_init(bts); + rc = vty_read_config_file(config_file, NULL); if (rc < 0) { fprintf(stderr, "Failed to parse the config file: '%s'\n", -- cgit v1.2.3