Neels Hofmeyr has submitted this change and it was merged. (
https://gerrit.osmocom.org/11109 )
Change subject: vty: add SCCP related vty commands
......................................................................
vty: add SCCP related vty commands
Depends: I214ea51fc6bfa2a9a4dd7c34b43add0c77ffe22e (libosmo-sccp)
Change-Id: I2eb7f5cf9ffceeeb14882190d8545601795d3288
---
M src/osmo-bsc/osmo_bsc_main.c
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
Harald Welte: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/src/osmo-bsc/osmo_bsc_main.c b/src/osmo-bsc/osmo_bsc_main.c
index 0dbe81c..60175e1 100644
--- a/src/osmo-bsc/osmo_bsc_main.c
+++ b/src/osmo-bsc/osmo_bsc_main.c
@@ -832,6 +832,7 @@
/* Initalize SS7 */
osmo_ss7_init();
osmo_ss7_vty_init_asp(tall_bsc_ctx);
+ osmo_sccp_vty_init();
/* parse options */
handle_options(argc, argv);
--
To view, visit https://gerrit.osmocom.org/11109
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I2eb7f5cf9ffceeeb14882190d8545601795d3288
Gerrit-Change-Number: 11109
Gerrit-PatchSet: 2
Gerrit-Owner: Neels Hofmeyr <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Neels Hofmeyr <[email protected]>