aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-09-27 01:54:40 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2018-09-27 03:32:11 +0200
commitdb531c0a374dff70aba9501aec63f49bbce506c2 (patch)
treee2acd7c992fe9165d9b63fb0e061029dc53f82bc
parentf06918fc71540eac509fae4101f259b60b328c4c (diff)
vty: add SCCP related vty commands
-rw-r--r--src/osmo-bsc/osmo_bsc_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo-bsc/osmo_bsc_main.c b/src/osmo-bsc/osmo_bsc_main.c
index 0dbe81c34..60175e169 100644
--- a/src/osmo-bsc/osmo_bsc_main.c
+++ b/src/osmo-bsc/osmo_bsc_main.c
@@ -832,6 +832,7 @@ int main(int argc, char **argv)
/* Initalize SS7 */
osmo_ss7_init();
osmo_ss7_vty_init_asp(tall_bsc_ctx);
+ osmo_sccp_vty_init();
/* parse options */
handle_options(argc, argv);