[MERGED] libosmo-sccp[master]: m3ua_example: Add SS7 and SCCP VTY

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sat Apr 15 21:04:24 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: m3ua_example: Add SS7 and SCCP VTY
......................................................................


m3ua_example: Add SS7 and SCCP VTY

Change-Id: Id03d2f94d22445ada01917356a5ec5a8e4fa3fca
---
M examples/m3ua_example.c
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/examples/m3ua_example.c b/examples/m3ua_example.c
index d1247f5..d3c6a7c 100644
--- a/examples/m3ua_example.c
+++ b/examples/m3ua_example.c
@@ -92,6 +92,8 @@
 	osmo_ss7_init();
 	osmo_fsm_log_addr(false);
 	vty_init(&vty_info);
+	osmo_ss7_vty_init_asp();
+	osmo_sccp_vty_init();
 
 	if (argc <= 1)
 		client = true;

-- 
To view, visit https://gerrit.osmocom.org/2346
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Id03d2f94d22445ada01917356a5ec5a8e4fa3fca
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list