Update YANG models for OpenFronthaul M-Plane.
[sim/o1-interface.git] / 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;
   }