pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-sccp/+/34924?usp=email )
Change subject: sccp_demo_user: Allow initiating conns from vty in server mode ......................................................................
sccp_demo_user: Allow initiating conns from vty in server mode
This allows starting SCCP conns from within sccp_demo_user, which in turn allows testing more scenarios in osmo-ttcn3-hacks.git SCCP_RAW_Tests testsuite.
Related: SYS#6616 Change-Id: I7d5b3534c496dca8a3f3e66025af554bbe860c04 --- M examples/sccp_demo_user.c 1 file changed, 15 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/24/34924/1
diff --git a/examples/sccp_demo_user.c b/examples/sccp_demo_user.c index a88dd69..d67bd27 100644 --- a/examples/sccp_demo_user.c +++ b/examples/sccp_demo_user.c @@ -307,6 +307,7 @@ exit(1); } sccp_test_server_init(g_sccp); + sccp_test_user_vty_install(g_sccp, OSMO_SCCP_SSN_BSSAP); } g_calling_addr.pc = local_pc; g_called_addr.pc = remote_pc;