From 4e73ea88cd463246f8ee95ba5b9e31bdd693d804 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Wed, 9 Aug 2017 18:57:48 +0200 Subject: fixup: osmo_ss7_vty_init_asp() instead of osmo_ss7_vty_init_sg() --- openbsc/src/osmo-bsc/osmo_bsc_main.c | 4 +--- openbsc/src/osmo-msc/msc_main.c | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/openbsc/src/osmo-bsc/osmo_bsc_main.c b/openbsc/src/osmo-bsc/osmo_bsc_main.c index dd1276eba..6eec5eedd 100644 --- a/openbsc/src/osmo-bsc/osmo_bsc_main.c +++ b/openbsc/src/osmo-bsc/osmo_bsc_main.c @@ -219,9 +219,7 @@ int main(int argc, char **argv) /* Initalize SS7 */ osmo_ss7_init(); - /* FIXME: this must be _asp() and not _sg(), however fixing this - * now will break VTY! */ - osmo_ss7_vty_init_sg(tall_bsc_ctx); + osmo_ss7_vty_init_asp(tall_bsc_ctx); INIT_LLIST_HEAD(&access_lists); 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); -- cgit v1.2.3