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>2017-03-16 15:32:30 +0100
commit5686329ffe6860ce440ccd07e3ec114e1867e7b4 (patch)
tree59ea7485fca4cff111ba0fa7d41cc2dd8a42a117 /openbsc/include
parentef1d83d4a794de0b59446c2ed3cfb47527393a39 (diff)
add msc vty, remove nitb vty
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/vty.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/vty.h b/openbsc/include/openbsc/vty.h
index 1d5481599..967ec4073 100644
--- a/openbsc/include/openbsc/vty.h
+++ b/openbsc/include/openbsc/vty.h
@@ -48,6 +48,8 @@ struct log_info;
int bsc_vty_init(struct gsm_network *network);
int bsc_vty_init_extra(void);
+void msc_vty_init(struct gsm_network *msc_network);
+
struct gsm_network *gsmnet_from_vty(struct vty *vty);
#endif