From 65daa7f06403f84de98f806a1d1a13c1906ce692 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 27 Apr 2017 10:12:56 +0200 Subject: stp: Install VTY commands for FSM introspection Change-Id: I4ee881715e874eaed3cca6ac42db21260123306a --- stp/stp_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/stp/stp_main.c b/stp/stp_main.c index 3110ec4..564ced5 100644 --- a/stp/stp_main.c +++ b/stp/stp_main.c @@ -137,6 +137,7 @@ int main(int argc, char **argv) osmo_fsm_log_addr(false); logging_vty_add_cmds(&log_info); osmo_ss7_vty_init_sg(); + osmo_fsm_vty_add_cmds(); rc = vty_read_config_file(cmdline_config.config_file, NULL); if (rc < 0) { -- cgit v1.2.3