Merge "Update YANG models for OpenFronthaul M-Plane."
[sim/o1-interface.git] / 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.
 
     "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
 
     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.";
 
     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
   revision "2019-07-03" {
     description
       "version 1.1.0
@@ -67,11 +85,12 @@ module o-ran-ald-port {
 // Groupings
 
   grouping aldport-group {
 // Groupings
 
   grouping aldport-group {
+    description "a port grouping ";
     leaf over-current-supported {
       type boolean;
       config false;
       description
     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 {
     }
 
     list ald-port {
@@ -125,11 +144,11 @@ module o-ran-ald-port {
         type enumeration {
               enum ANTENNA_CONNECTOR {
                 description
         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
               }
               enum RS485_PORT {
                 description
-                    "This ald port is related to RS485 port";
+                    "This ALD port is related to RS485 port";
               }
             }
         config false;
               }
             }
         config false;
@@ -170,6 +189,7 @@ module o-ran-ald-port {
   }
 
   grouping overcurrent-group {
   }
 
   grouping overcurrent-group {
+    description "overcurrent group";
     container overload-condition {
       description
         "Container used in notification";
     container overload-condition {
       description
         "Container used in notification";
@@ -185,6 +205,7 @@ module o-ran-ald-port {
   }
 
   grouping dc-enabled-group {
   }
 
   grouping dc-enabled-group {
+    description "dc enabled group";
     list ald-port {
       key name;
       description
     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";
         }
         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";
       }
     }
   }
       }
     }
   }