aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/osmo-bsc')
-rw-r--r--openbsc/src/osmo-bsc/osmo_bsc_main.c4
1 files changed, 1 insertions, 3 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);