Review at  https://gerrit.osmocom.org/2346

m3ua_example: Add SS7 and SCCP VTY

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


  git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/46/2346/1

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: newchange
Gerrit-Change-Id: Id03d2f94d22445ada01917356a5ec5a8e4fa3fca
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <lafo...@gnumonks.org>

Reply via email to