From b5188f01691d0ff8ae1289479ea26454edeac45f Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 5 Nov 2018 03:31:41 +0100 Subject: 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 --- stp/stp_main.c | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.3