aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
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/include
parent2f8117d2147b711669518bbacd24df6dd2a76124 (diff)
rename nitb vty config to cscn, move to cscn_vty.c
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/vty.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/vty.h b/openbsc/include/openbsc/vty.h
index 964f66bc1..1d8f8712d 100644
--- a/openbsc/include/openbsc/vty.h
+++ b/openbsc/include/openbsc/vty.h
@@ -32,7 +32,6 @@ enum bsc_vty_node {
TRUNK_NODE,
PGROUP_NODE,
MNCC_INT_NODE,
- NITB_NODE,
BSC_NODE,
SMPP_NODE,
SMPP_ESME_NODE,
@@ -47,6 +46,8 @@ struct log_info;
int bsc_vty_init(const struct log_info *cat, struct gsm_network *network);
int bsc_vty_init_extra(void);
+void cscn_vty_init(void);
+
struct gsm_network *gsmnet_from_vty(struct vty *vty);
#endif