jolly has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/43669?usp=email )
Change subject: Add new VTY node for QoS class configuration in libosmo-sigtran ......................................................................
Add new VTY node for QoS class configuration in libosmo-sigtran
Related: OS#6753 Change-Id: I06927855a173c5b6dbf5c93aa08ea75e1d9d5f37 --- M TODO-RELEASE M include/osmocom/vty/command.h 2 files changed, 4 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/69/43669/1
diff --git a/TODO-RELEASE b/TODO-RELEASE index 0ed7189..94320ff 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -7,3 +7,4 @@ # If any interfaces have been added since the last public release: c:r:a + 1. # 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 diff --git a/include/osmocom/vty/command.h b/include/osmocom/vty/command.h index 667e9ab..7e2d9c2 100644 --- a/include/osmocom/vty/command.h +++ b/include/osmocom/vty/command.h @@ -102,11 +102,13 @@ L_CPU_SCHED_NODE, /*!< CPU Sched related options node */ L_NS_BIND_NODE, /*!< NS bind node */ L_NS_NSE_NODE, /*!< NS NSE node */ + + L_CS7_QOS_CLASS_NODE, /*!< SS7 QoS Class */ + /* * When adding new nodes to the libosmocore project, these nodes can be * used to avoid ABI changes for unrelated projects. */ - RESERVED1_NODE, /*!< Reserved for later extensions */ RESERVED2_NODE, /*!< Reserved for later extensions */ RESERVED3_NODE, /*!< Reserved for later extensions */ RESERVED4_NODE, /*!< Reserved for later extensions */