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-fan.yang;fp=ntsimulator%2Fdeploy%2Fo-ran-ru-fh%2Fyang%2Fo-ran-fan%402019-07-03.yang;h=4157eff6c5a8413f68436746e0bf8f32171cc179;hp=79fb588b281ddbab817a450a9040d99e5245c6a9;hb=75385b2047f59353e3630e93736ddb6c9efa11bb;hpb=aa35a8ecece6592d35971150ee909f7044396bbe diff --git a/ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-fan@2019-07-03.yang b/ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-fan.yang similarity index 94% rename from ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-fan@2019-07-03.yang rename to ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-fan.yang index 79fb588..4157eff 100644 --- a/ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-fan@2019-07-03.yang +++ b/ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-fan.yang @@ -38,6 +38,15 @@ module o-ran-fan { 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.2.0 + + 1) typographical corrections."; + + reference "ORAN-WG4.M.0-v01.00"; + } + revision "2019-07-03" { description "version 1.1.0 @@ -65,6 +74,7 @@ module o-ran-fan { } grouping fan-grouping { + description "a fan grouping"; list fan-state { key name; description "a list of the fans based on their unique names"; @@ -118,7 +128,7 @@ module o-ran-fan { container fan-tray { config false; - description "top level tree covering off operational state of the fans"; + description "top-level tree covering off operational state of the fans"; uses fan-grouping; }