aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-11-05 03:31:41 +0100
committerHarald Welte <laforge@gnumonks.org>2018-11-18 20:06:37 +0000
commitb5188f01691d0ff8ae1289479ea26454edeac45f (patch)
treed2a4233f193e0c11839c355f19f475d05323df33
parent56ac82056a4f7bcdb71984a320fb35cfa4ea6d4a (diff)
osmo-stp: add SCCP related VTY commands
Call osmo_sccp_vty_init(), so far forgotten. This adds the various 'show cs7 instance N sccp *' commands, as well as making the SCCP timers configurable. See Id941b8e31d3b4cfdb3f912beedc1e7af321a0113 for a diff of the VTY reference, showing what commands are enabled by this patch. Change-Id: I66e97706de0c546db3c6ff77fb5e6ac6e32bff55
-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 aa2304c..0efe4ed 100644
--- a/stp/stp_main.c
+++ b/stp/stp_main.c
@@ -174,6 +174,7 @@ int main(int argc, char **argv)
osmo_fsm_log_addr(false);
logging_vty_add_cmds(&log_info);
osmo_ss7_vty_init_sg(tall_stp_ctx);
+ osmo_sccp_vty_init();
osmo_fsm_vty_add_cmds();
rc = vty_read_config_file(cmdline_config.config_file, NULL);