aboutsummaryrefslogtreecommitdiffstats
path: root/stp
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-04-27 10:12:56 +0200
committerHarald Welte <laforge@gnumonks.org>2017-04-27 10:12:56 +0200
commit65daa7f06403f84de98f806a1d1a13c1906ce692 (patch)
tree598e0a3359eebfad014d28091cf5cf74a5411895 /stp
parent37c53749f0461a8de0d736bfca7ea039207745dd (diff)
stp: Install VTY commands for FSM introspection
Diffstat (limited to 'stp')
-rw-r--r--stp/stp_main.c1
1 files changed, 1 insertions, 0 deletions
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) {