Change-Id: I4d030abfe7f85e2403e3615f01d1c7736d4adf79
This commit is contained in:
Harald Welte 2022-02-24 20:41:11 +01:00
parent 8fe920c192
commit b6232f90cf
1 changed files with 1 additions and 0 deletions

View File

@ -300,6 +300,7 @@ int main(int argc, char **argv)
exit (1);
}
sccp_test_user_vty_install(g_sccp, OSMO_SCCP_SSN_BSSAP);
sccp_test_server_init(g_sccp);
} else {
g_sccp = sua_server_helper(protocol, local_port, local_address, local_pc,
remote_port, remote_address, remote_pc);