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-12 11:00:23 +0200
commit2e9854e368d72f7481e14ec712de0baede685efd (patch)
tree4d0ba13c2e82b3dde8a4a0eadcdbeb019c5aae1f
parentd9b4a89b6c8f444b9b2058e526fdf9bd91eb96f7 (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",