diff options
author | Philipp Maier <pmaier@sysmocom.de> | 2017-06-15 15:16:37 +0200 |
---|---|---|
committer | dexter <pmaier@sysmocom.de> | 2017-06-21 12:56:41 +0000 |
commit | e05c1f45ed9d6d64eb5f6a2ec0f3659e003699f4 (patch) | |
tree | 181f29130c6d71a4420b68d01f788be6bd74d149 /include/osmocom/vty | |
parent | 39273b31c4d3ef9e1a0295e080a08c21513c9155 (diff) |
vty: additional nodes for sccp-address configuration
The planned sccp-addressbook implementation in libosmo-sccp
requires two additional VTY nodes.
See also in libosmo-sccp.git:
Change-Id I068ed7f7d113dab88424a9d47bab7fc703bb7942
Change-Id: I42aa29c0cccc97f284b85801c5329b015b189640
Diffstat (limited to 'include/osmocom/vty')
-rw-r--r-- | include/osmocom/vty/command.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/osmocom/vty/command.h b/include/osmocom/vty/command.h index b39bbf75..62989c1d 100644 --- a/include/osmocom/vty/command.h +++ b/include/osmocom/vty/command.h @@ -92,13 +92,13 @@ enum node_type { L_CS7_RTABLE_NODE, /*!< \brief SS7 Routing Table */ L_CS7_LINK_NODE, /*!< \brief SS7 Link */ L_CS7_LINKSET_NODE, /*!< \brief SS7 Linkset */ + L_CS7_SCCPADDR_NODE, /*!< \brief SS7 SCCP Address */ + L_CS7_SCCPADDR_GT_NODE, /*!< \brief SS7 SCCP Global Title */ /* * When adding new nodes to the libosmocore project, these nodes can be * used to avoid ABI changes for unrelated projects. */ - RESERVED1_NODE, /*!< \brief Reserved for later extensions */ - RESERVED2_NODE, /*!< \brief Reserved for later extensions */ RESERVED3_NODE, /*!< \brief Reserved for later extensions */ _LAST_OSMOVTY_NODE |