[MERGED] libosmocore[master]: vty: additional nodes for sccp-address configuration

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

dexter gerrit-no-reply at lists.osmocom.org
Wed Jun 21 12:56:42 UTC 2017


dexter has submitted this change and it was merged.

Change subject: vty: additional nodes for sccp-address configuration
......................................................................


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
---
M TODO-RELEASE
M include/osmocom/vty/command.h
2 files changed, 3 insertions(+), 2 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/TODO-RELEASE b/TODO-RELEASE
index a23fcea..1964cff 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -11,3 +11,4 @@
 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
diff --git a/include/osmocom/vty/command.h b/include/osmocom/vty/command.h
index b39bbf7..62989c1 100644
--- a/include/osmocom/vty/command.h
+++ b/include/osmocom/vty/command.h
@@ -92,13 +92,13 @@
 	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

-- 
To view, visit https://gerrit.osmocom.org/2922
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I42aa29c0cccc97f284b85801c5329b015b189640
Gerrit-PatchSet: 3
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: dexter <pmaier at sysmocom.de>



More information about the gerrit-log mailing list