From 2ade3a02221147fef29d90e9bdb6b4f7759ca358 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 7 Jul 2011 19:46:50 +0200 Subject: vty: reserve nodes for libosmo-abis This patch reserves E1INP_NODE and IPA_NODE for libosmo-abis VTY interfaces. --- include/osmocom/vty/command.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/osmocom/vty/command.h') diff --git a/include/osmocom/vty/command.h b/include/osmocom/vty/command.h index 08819d1a..4104d76c 100644 --- a/include/osmocom/vty/command.h +++ b/include/osmocom/vty/command.h @@ -74,6 +74,9 @@ enum node_type { VTY_NODE, /* Vty node. */ + E1INP_NODE, /* E1 line in libosmo-abis. */ + IPA_NODE, /* IPA proxying commands in libosmo-abis. */ + _LAST_OSMOVTY_NODE }; -- cgit v1.2.3