From 2ade3a02221147fef29d90e9bdb6b4f7759ca358 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 7 Jul 2011 19:46:50 +0200 Subject: [PATCH] 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(+) diff --git a/include/osmocom/vty/command.h b/include/osmocom/vty/command.h index 08819d1..4104d76 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 }; -- 2.20.1