aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-09-27 01:54:58 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2018-09-27 03:35:15 +0200
commitb876b421e347c1d2346ef69455f8f87088881565 (patch)
tree439b6d7d0cfaecd3afad24d2d5d0e32b291f2d37
parent37c1ffdadfda345fd910119fb9a4f2859db809ad (diff)
hnbgw: vty: add SCCP related vty commands
-rw-r--r--src/hnbgw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hnbgw.c b/src/hnbgw.c
index 91e551b..cd6104b 100644
--- a/src/hnbgw.c
+++ b/src/hnbgw.c
@@ -524,6 +524,7 @@ int main(int argc, char **argv)
vty_init(&vty_info);
osmo_ss7_vty_init_asp(tall_hnb_ctx);
+ osmo_sccp_vty_init();
hnbgw_vty_init(g_hnb_gw, tall_hnb_ctx);
logging_vty_add_cmds(&hnbgw_log_info);