aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-06-04 20:22:49 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-08-25 23:16:57 +0200
commit6545f7c6b77881e0ecfd4e7a9f225059ad1beeb4 (patch)
tree4d56026234e824efb63b0d586febe815eb6cec7e /openbsc/include
parentdeafac1ad0b3d49ebd5fb1c369efe3db9ddc5b19 (diff)
bsc: Allow to configure more than one MSC in the VTY
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/vty.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/vty.h b/openbsc/include/openbsc/vty.h
index 663589671..63f16698c 100644
--- a/openbsc/include/openbsc/vty.h
+++ b/openbsc/include/openbsc/vty.h
@@ -36,6 +36,7 @@ enum bsc_vty_node {
OM2K_NODE,
TRUNK_NODE,
PGROUP_NODE,
+ BSC_NODE,
};
extern int bsc_vty_is_config_node(struct vty *vty, int node);