diff --git a/src/osmo-msc/msc_main.c b/src/osmo-msc/msc_main.c index f87a95ef3..53d27d373 100644 --- a/src/osmo-msc/msc_main.c +++ b/src/osmo-msc/msc_main.c @@ -543,6 +543,7 @@ int main(int argc, char **argv) osmo_ss7_init(); osmo_ss7_vty_init_asp(tall_msc_ctx); + osmo_sccp_vty_init(); /* Parse options */ handle_options(argc, argv);