aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-msc/msc_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/osmo-msc/msc_main.c')
-rw-r--r--openbsc/src/osmo-msc/msc_main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/openbsc/src/osmo-msc/msc_main.c b/openbsc/src/osmo-msc/msc_main.c
index 57620ed19..a367b08f9 100644
--- a/openbsc/src/osmo-msc/msc_main.c
+++ b/openbsc/src/osmo-msc/msc_main.c
@@ -414,9 +414,7 @@ int main(int argc, char **argv)
vty_init(&msc_vty_info);
osmo_ss7_init();
- /* FIXME: this must be _asp() and not _sg(), however fixing this
- * now will break VTY! */
- osmo_ss7_vty_init_sg(tall_msc_ctx);
+ osmo_ss7_vty_init_asp(tall_msc_ctx);
/* Parse options */
handle_options(argc, argv);