X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=blobdiff_plain;f=ntsimulator%2Fdeploy%2Fo-ran-ru-fh%2Fyang%2Fo-ran-ald-port.yang;fp=ntsimulator%2Fdeploy%2Fo-ran-ru-fh%2Fyang%2Fo-ran-ald-port%402019-07-03.yang;h=728611ac64d7fd9de43726e7785ac242bf1b5beb;hp=2cafb9ecc60948d929bed4429e873ed343f82570;hb=f57d4764e3f681d216088f07088366a58f9adba3;hpb=7ff0c8ce9187702caa356c0c1f30064c65c1f512 diff --git a/ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-ald-port@2019-07-03.yang b/ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-ald-port.yang similarity index 90% rename from ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-ald-port@2019-07-03.yang rename to ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-ald-port.yang index 2cafb9e..728611a 100644 --- a/ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-ald-port@2019-07-03.yang +++ b/ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-ald-port.yang @@ -12,7 +12,7 @@ module o-ran-ald-port { "This module defines the input state and output configuration for the Antenna Line Device capability. - Copyright 2019 the O-RAN Alliance. + Copyright 2021 the O-RAN Alliance. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 'AS IS' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE @@ -38,6 +38,24 @@ module o-ran-ald-port { contributors may be used to endorse or promote products derived from this software without specific prior written permission."; + revision "2021-12-01" { + description + "version 1.3.0 + + 1) Typographical corrections for british english."; + + reference "ORAN-WG4.M.0-v01.00"; + } + + revision "2021-03-22" { + description + "version 1.2.0 + + 1) typographical corrections in descriptions."; + + reference "ORAN-WG4.M.0-v01.00"; + } + revision "2019-07-03" { description "version 1.1.0 @@ -67,11 +85,12 @@ module o-ran-ald-port { // Groupings grouping aldport-group { + description "a port grouping "; leaf over-current-supported { type boolean; config false; description - "Set to TRUE when the equipment supports over curent notifications"; + "Set to TRUE when the equipment supports over-current notifications"; } list ald-port { @@ -125,11 +144,11 @@ module o-ran-ald-port { type enumeration { enum ANTENNA_CONNECTOR { description - "This ald port is related to antenna connector"; + "This ALD port is related to antenna connector"; } enum RS485_PORT { description - "This ald port is related to RS485 port"; + "This ALD port is related to RS485 port"; } } config false; @@ -170,6 +189,7 @@ module o-ran-ald-port { } grouping overcurrent-group { + description "overcurrent group"; container overload-condition { description "Container used in notification"; @@ -185,6 +205,7 @@ module o-ran-ald-port { } grouping dc-enabled-group { + description "dc enabled group"; list ald-port { key name; description @@ -199,7 +220,7 @@ module o-ran-ald-port { type leafref { path "/ald-ports-io/ald-port/dc-enabled-status"; } - description "New staus of dc-enabled-status"; + description "New status of dc-enabled-status"; } } }