mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 21:13:44 +00:00
sgsn: add missing osmo_ss7_init()
Change-Id: Ibcf73383bbf2b94f308b4d5bc4e69b652c73ce6e
This commit is contained in:
committed by
Neels Hofmeyr
parent
456dbb8070
commit
2238185739
@@ -346,6 +346,7 @@ int main(int argc, char **argv)
|
||||
osmo_stats_vty_add_cmds(&gprs_log_info);
|
||||
sgsn_vty_init(&sgsn_inst.cfg);
|
||||
ctrl_vty_init(tall_bsc_ctx);
|
||||
osmo_ss7_init();
|
||||
|
||||
handle_options(argc, argv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user