jolly has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/43685?usp=email )
Change subject: Add new VTY node for libosmo-octoi
......................................................................
Add new VTY node for libosmo-octoi
Change-Id: I497ee1503fed1681fae217bfe4d7be9b1580448f
---
M TODO-RELEASE
M include/osmocom/vty/command.h
2 files changed, 7 insertions(+), 4 deletions(-)
Approvals:
Jenkins Builder: Verified
osmith: Looks good to me, approved
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 94320ff..62281d3 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -8,3 +8,4 @@
# If any interfaces have been removed or changed since the last public release: c:r:0.
#library what description / commit summary line
vty added VTY node for libsosmo-sigtran L_CS7_QOS_CLASS_NODE
+vty added VTY nodes for libosmo-octoi L_OCTOI_SRV_NODE, L_OCTOI_ACCOUNT_NODE, L_OCTOI_CLNT_NODE, L_OCTOI_CLNT_ACCOUNT_NODE
diff --git a/include/osmocom/vty/command.h b/include/osmocom/vty/command.h
index 7e2d9c2..4531996 100644
--- a/include/osmocom/vty/command.h
+++ b/include/osmocom/vty/command.h
@@ -105,14 +105,16 @@
L_CS7_QOS_CLASS_NODE, /*!< SS7 QoS Class */
+ L_OCTOI_SRV_NODE, /*!< OCTOI server node */
+ L_OCTOI_ACCOUNT_NODE, /*!< OCTOI server account node */
+ L_OCTOI_CLNT_NODE, /*!< OCTOI client node */
+ L_OCTOI_CLNT_ACCOUNT_NODE,
+ /*!< OCTOI client account node */
+
/*
* When adding new nodes to the libosmocore project, these nodes can be
* used to avoid ABI changes for unrelated projects.
*/
- RESERVED2_NODE, /*!< Reserved for later extensions */
- RESERVED3_NODE, /*!< Reserved for later extensions */
- RESERVED4_NODE, /*!< Reserved for later extensions */
- RESERVED5_NODE, /*!< Reserved for later extensions */
RESERVED6_NODE, /*!< Reserved for later extensions */
RESERVED7_NODE, /*!< Reserved for later extensions */
RESERVED8_NODE, /*!< Reserved for later extensions */
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/43685?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I497ee1503fed1681fae217bfe4d7be9b1580448f
Gerrit-Change-Number: 43685
Gerrit-PatchSet: 1
Gerrit-Owner: jolly <andreas(a)eversberg.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: jolly <andreas(a)eversberg.eu>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Attention is currently required from: jolly, pespin.
osmith has posted comments on this change by jolly. ( https://gerrit.osmocom.org/c/osmo-e1d/+/43686?usp=email )
Change subject: Use VTY node defintion from libosmocore
......................................................................
Patch Set 1: Code-Review+1
(1 comment)
Patchset:
PS1:
This is needed to fix osmo-e1d, which is failing to build because of https://gitea.osmocom.org/retronetworking/osmo-e1d/src/commit/ed5484c1c8aed… since https://gerrit.osmocom.org/c/libosmocore/+/43669 was merged.
--
To view, visit https://gerrit.osmocom.org/c/osmo-e1d/+/43686?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-e1d
Gerrit-Branch: master
Gerrit-Change-Id: I1e176362eba4966ad6c249831d6a82d0ed4ea6d5
Gerrit-Change-Number: 43686
Gerrit-PatchSet: 1
Gerrit-Owner: jolly <andreas(a)eversberg.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: jolly <andreas(a)eversberg.eu>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 21 Sep 2026 10:34:32 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Attention is currently required from: jolly.
osmith has posted comments on this change by jolly. ( https://gerrit.osmocom.org/c/libosmocore/+/43685?usp=email )
Change subject: Add new VTY node for libosmo-octoi
......................................................................
Patch Set 1: Code-Review+2
(1 comment)
Patchset:
PS1:
This is needed to fix osmo-e1d, which is failing to build because of https://gitea.osmocom.org/retronetworking/osmo-e1d/src/commit/ed5484c1c8aed… since https://gerrit.osmocom.org/c/libosmocore/+/43669 was merged.
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/43685?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I497ee1503fed1681fae217bfe4d7be9b1580448f
Gerrit-Change-Number: 43685
Gerrit-PatchSet: 1
Gerrit-Owner: jolly <andreas(a)eversberg.eu>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-CC: Jenkins Builder
Gerrit-Attention: jolly <andreas(a)eversberg.eu>
Gerrit-Comment-Date: Mon, 21 Sep 2026 10:33:50 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
jolly has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/43685?usp=email )
Change subject: Add new VTY node for libosmo-octoi
......................................................................
Add new VTY node for libosmo-octoi
Change-Id: I497ee1503fed1681fae217bfe4d7be9b1580448f
---
M TODO-RELEASE
M include/osmocom/vty/command.h
2 files changed, 7 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/85/43685/1
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 94320ff..62281d3 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -8,3 +8,4 @@
# If any interfaces have been removed or changed since the last public release: c:r:0.
#library what description / commit summary line
vty added VTY node for libsosmo-sigtran L_CS7_QOS_CLASS_NODE
+vty added VTY nodes for libosmo-octoi L_OCTOI_SRV_NODE, L_OCTOI_ACCOUNT_NODE, L_OCTOI_CLNT_NODE, L_OCTOI_CLNT_ACCOUNT_NODE
diff --git a/include/osmocom/vty/command.h b/include/osmocom/vty/command.h
index 7e2d9c2..4531996 100644
--- a/include/osmocom/vty/command.h
+++ b/include/osmocom/vty/command.h
@@ -105,14 +105,16 @@
L_CS7_QOS_CLASS_NODE, /*!< SS7 QoS Class */
+ L_OCTOI_SRV_NODE, /*!< OCTOI server node */
+ L_OCTOI_ACCOUNT_NODE, /*!< OCTOI server account node */
+ L_OCTOI_CLNT_NODE, /*!< OCTOI client node */
+ L_OCTOI_CLNT_ACCOUNT_NODE,
+ /*!< OCTOI client account node */
+
/*
* When adding new nodes to the libosmocore project, these nodes can be
* used to avoid ABI changes for unrelated projects.
*/
- RESERVED2_NODE, /*!< Reserved for later extensions */
- RESERVED3_NODE, /*!< Reserved for later extensions */
- RESERVED4_NODE, /*!< Reserved for later extensions */
- RESERVED5_NODE, /*!< Reserved for later extensions */
RESERVED6_NODE, /*!< Reserved for later extensions */
RESERVED7_NODE, /*!< Reserved for later extensions */
RESERVED8_NODE, /*!< Reserved for later extensions */
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/43685?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I497ee1503fed1681fae217bfe4d7be9b1580448f
Gerrit-Change-Number: 43685
Gerrit-PatchSet: 1
Gerrit-Owner: jolly <andreas(a)eversberg.eu>