aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/vty.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-02-12 14:42:59 +0100
committerHarald Welte <laforge@gnumonks.org>2011-02-13 15:49:25 +0100
commite1d5eca916347d7a425b3c39e2c7ae4157c43ce8 (patch)
tree84d0ca6f5f7a9bedf475d18e496e1b4d65d4d402 /openbsc/include/openbsc/vty.h
parent735410794636305976ecd6db237d023596708094 (diff)
OM2000: Introduce VTY commands to initiate OM2000 procedures
Diffstat (limited to 'openbsc/include/openbsc/vty.h')
-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 1be81a7f2..8c38313a5 100644
--- a/openbsc/include/openbsc/vty.h
+++ b/openbsc/include/openbsc/vty.h
@@ -33,6 +33,7 @@ enum bsc_vty_node {
NAT_NODE,
NAT_BSC_NODE,
MSC_NODE,
+ OM2K_NODE,
};
extern int bsc_vty_is_config_node(struct vty *vty, int node);