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
This commit is contained in:
Philipp Maier 2017-06-15 15:16:37 +02:00 committed by dexter
parent 39273b31c4
commit e05c1f45ed
2 changed files with 3 additions and 2 deletions

View File

@ -11,3 +11,4 @@ libosmocore new function osmo_sock_get_name()
libosmogsm/gsup ABI change fix AUTS length to 14, not 16 (length is implicit)
libosmogsm/oap ABI change fix AUTS length to 14, not 16 (length is implicit)
osmo-auc-gen UI change fix AUTS length to 14, not 16 (length is implicit)
libosmovty ABI change redefine _LAST_OSMOVTY_NODE as a high number to increase node space

View File

@ -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