aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-cscn
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-04 13:36:12 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-04 14:58:09 +0100
commit15b1fce69cbc6ccd6eb83daab7ab5cd91ef0ea81 (patch)
tree35125cabd3252a735dd3a4193b3b3a4ebbc05a37 /openbsc/src/osmo-cscn
parent2f8117d2147b711669518bbacd24df6dd2a76124 (diff)
rename nitb vty config to cscn, move to cscn_vty.c
Diffstat (limited to 'openbsc/src/osmo-cscn')
-rw-r--r--openbsc/src/osmo-cscn/cscn_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/osmo-cscn/cscn_main.c b/openbsc/src/osmo-cscn/cscn_main.c
index 96ee0b3b0..279df0f50 100644
--- a/openbsc/src/osmo-cscn/cscn_main.c
+++ b/openbsc/src/osmo-cscn/cscn_main.c
@@ -357,6 +357,7 @@ int main(int argc, char **argv)
ctrl_vty_init(tall_cscn_ctx);
logging_vty_add_cmds(&log_info);
xsc_vty_init(cscn_network);
+ cscn_vty_init();
rc = vty_read_config_file(cscn_cmdline_config.config_file, NULL);
if (rc < 0) {
LOGP(DNM, LOGL_FATAL, "Failed to parse the config file: '%s'\n",