diff options
Diffstat (limited to 'include/osmocom')
-rw-r--r-- | include/osmocom/vty/command.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 }; |