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>2012-09-11 17:47:01 +0200
commit8b902d74cf8b4e3c0fc2642ad144aa0dafd1ac63 (patch)
tree1b9d3d1e17bfad127f62084b4a1a2317c051ded6 /openbsc/include
parent8c176cc6ab0358b712fbd54a31aeddf2d583e070 (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 7d93a16c1..e3f318206 100644
--- a/openbsc/include/openbsc/vty.h
+++ b/openbsc/include/openbsc/vty.h
@@ -34,6 +34,7 @@ enum bsc_vty_node {
TRUNK_NODE,
PGROUP_NODE,
MNCC_INT_NODE,
+ BSC_NODE,
};
extern int bsc_vty_is_config_node(struct vty *vty, int node);