aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-05-30 14:58:46 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-11-12 15:50:37 +0100
commit2ee77ab28a462aa4fc09897c1800c0b2938e2e4b (patch)
treec5fa973f0f5f719981d33c0152b72dadbdff3a76 /openbsc/include
parent829c060b74f848d06e814c61b789c058f374026d (diff)
add cscn vty, remove nitb vty
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/vty.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/vty.h b/openbsc/include/openbsc/vty.h
index 315db0d11..cb543f23e 100644
--- a/openbsc/include/openbsc/vty.h
+++ b/openbsc/include/openbsc/vty.h
@@ -37,6 +37,7 @@ enum bsc_vty_node {
SMPP_NODE,
SMPP_ESME_NODE,
GTPHUB_NODE,
+ CSCN_NODE,
};
extern int bsc_vty_is_config_node(struct vty *vty, int node);
@@ -46,6 +47,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(struct gsm_network *cscn_network);
+
struct gsm_network *gsmnet_from_vty(struct vty *vty);
#endif