aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2015-09-12 11:00:23 +0200
committerHarald Welte <laforge@gnumonks.org>2015-09-22 16:41:32 +0200
commitcaa648d92e48a05e676e87b48c21cb0b151c9b4e (patch)
tree006e46f78dee0ac14ffd321e0bfae344d8160096
parent88a31e2a990dfbacfc9d6b7cbfd03edc99e68687 (diff)
TRX: Add missing call to abis_init()
This somehow got lost during the latest rebase.
-rw-r--r--src/osmo-bts-trx/main.c2
1 files changed, 2 insertions, 0 deletions
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",