X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=blobdiff_plain;f=ntsimulator%2Fdeploy%2Fbase%2Fyang%2Fnts-common.yang;h=ea7e60b915411e18e720a539e42020c092e213f8;hp=0dd1472072ed43144c04a3344a6d18dc17be0292;hb=96526af57d1c3026430e11cfe899e50629a91296;hpb=db05cb943f111d47e9a715f602a1942b925ba675 diff --git a/ntsimulator/deploy/base/yang/nts-common.yang b/ntsimulator/deploy/base/yang/nts-common.yang index 0dd1472..ea7e60b 100644 --- a/ntsimulator/deploy/base/yang/nts-common.yang +++ b/ntsimulator/deploy/base/yang/nts-common.yang @@ -18,6 +18,13 @@ module nts-common { description "This module contains common yang definitions YANG definitions for the Network Topology Simulator."; + revision 2020-11-20 { + description + "Add feature-type for the Web cut through feature."; + reference + "O-RAN-SC SIM project"; + } + revision 2020-10-22 { description "Add feature-type for the NETCONF Call Home feature."; @@ -94,6 +101,11 @@ module nts-common { description "Controls the NETCONF Call Home feature."; } + bit web-cut-through { + position 5; + description + "Controls the Web Cut Through feature."; + } } description "Describes the features that can be enabled/disabled in the Network Function.";