From 04dee2f9e1bce135d359d9223f1a1db48966c5fe Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 14 Apr 2017 20:25:10 +0200 Subject: m3ua_example: Add SS7 and SCCP VTY Change-Id: Id03d2f94d22445ada01917356a5ec5a8e4fa3fca --- examples/m3ua_example.c | 2 ++ 1 file changed, 2 insertions(+) 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 @@ int main(int argc, char **argv) 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; -- cgit v1.2.3