Neels Hofmeyr has uploaded this change for review. (
https://gerrit.osmocom.org/11583
Change subject: osmo-stp: add SCCP related VTY commands
......................................................................
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.
Change-Id: I66e97706de0c546db3c6ff77fb5e6ac6e32bff55
---
M stp/stp_main.c
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/83/11583/1
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 @@
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);
--
To view, visit https://gerrit.osmocom.org/11583
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I66e97706de0c546db3c6ff77fb5e6ac6e32bff55
Gerrit-Change-Number: 11583
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr <[email protected]>