pespin has submitted this change and it was merged. (
https://gerrit.osmocom.org/c/osmo-iuh/+/15587 )
Change subject: hnbgw: Add libosmoctrl's VTY CTRL command initialization
......................................................................
hnbgw: Add libosmoctrl's VTY CTRL command initialization
Otherwise, the "ctrl" VTY node is not available and CTRL ip address
cannot be set.
Change-Id: I73f64b951690ec23f829c4855b2caeefa66ad35d
---
M src/hnbgw.c
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
laforge: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/src/hnbgw.c b/src/hnbgw.c
index 3f94a01..9dc67a2 100644
--- a/src/hnbgw.c
+++ b/src/hnbgw.c
@@ -539,6 +539,7 @@
osmo_ss7_vty_init_asp(tall_hnb_ctx);
osmo_sccp_vty_init();
hnbgw_vty_init(g_hnb_gw, tall_hnb_ctx);
+ ctrl_vty_init(tall_hnb_ctx);
logging_vty_add_cmds();
/* Handle options after vty_init(), for --version */
--
To view, visit https://gerrit.osmocom.org/c/osmo-iuh/+/15587
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Change-Id: I73f64b951690ec23f829c4855b2caeefa66ad35d
Gerrit-Change-Number: 15587
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged