aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/vty
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2020-11-19 05:24:37 +0100
committerAlexander Couzens <lynxis@fe80.eu>2020-12-22 16:36:19 +0100
commit412bc3494dad3f074a10dc5f0ffab97cb2f9c4da (patch)
tree14f6cded85f5d30f02287946969815d4b489f5c2 /include/osmocom/vty
parentd2a61179a34282924e86ccaecdb95e3a3711d1ff (diff)
gprs_ns2: add new vty2
Diffstat (limited to 'include/osmocom/vty')
-rw-r--r--include/osmocom/vty/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/vty/command.h b/include/osmocom/vty/command.h
index add57e22..bc8f2e17 100644
--- a/include/osmocom/vty/command.h
+++ b/include/osmocom/vty/command.h
@@ -100,6 +100,8 @@ enum node_type {
L_CS7_SCCPADDR_GT_NODE, /*!< SS7 SCCP Global Title */
L_CPU_SCHED_NODE, /*!< CPU Sched related options node */
+ L_NS_BIND_NODE, /*!< NS bind node */
+ L_NS_NSE_NODE, /*!< NS NSE node */
/*
* When adding new nodes to the libosmocore project, these nodes can be
* used to avoid ABI changes for unrelated projects.