aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/main.c
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-04-07 13:11:50 +0200
committerHarald Welte <laforge@gnumonks.org>2015-09-22 16:41:28 +0200
commitc2ee307fd42975b63317e9d4944e5822286cc69b (patch)
tree06df1d17adaeb2261ebb34b8c3234d754d8f2f79 /src/osmo-bts-sysmo/main.c
parent2e4a26a0e942e227a96819271ea0ea2b03566928 (diff)
Allow one or more TRX to configure via VTY
Diffstat (limited to 'src/osmo-bts-sysmo/main.c')
-rw-r--r--src/osmo-bts-sysmo/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-sysmo/main.c b/src/osmo-bts-sysmo/main.c
index bee5bda2..9913708f 100644
--- a/src/osmo-bts-sysmo/main.c
+++ b/src/osmo-bts-sysmo/main.c
@@ -320,7 +320,7 @@ int main(int argc, char **argv)
bts = gsm_bts_alloc(tall_bts_ctx);
vty_init(&bts_vty_info);
e1inp_vty_init();
- bts_vty_init(bts, &bts_log_info);
+ bts_vty_init(bts, 1, &bts_log_info);
handle_options(argc, argv);