Merge "Update YANG models for OpenFronthaul M-Plane."
[sim/o1-interface.git] / ntsimulator / deploy / o-ran-ru-fh / yang / o-ran-ald.yang
@@ -13,7 +13,7 @@ module o-ran-ald {
     "www.o-ran.org";
 
   description
-    "This module defines the module for the ald communication.
+    "This module defines the module for the ALD communication.
 
     Copyright 2019 the O-RAN Alliance.
 
@@ -41,6 +41,15 @@ module o-ran-ald {
     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
@@ -61,6 +70,7 @@ module o-ran-ald {
   }
 
   grouping ald-input {
+    description "a grouping for ald input";
     leaf port-id {
       type leafref {
         path "/ap:ald-ports-io/ap:ald-port/ap:port-id";
@@ -81,6 +91,7 @@ module o-ran-ald {
   }
 
   grouping ald-output {
+    description "a grouping for ald output";
     leaf port-id {
       type leafref {
         path "/ap:ald-ports-io/ap:ald-port/ap:port-id";
@@ -112,7 +123,7 @@ module o-ran-ald {
       type string;
 
       description
-        "Detailed error message when the status is rejected. E.g. wrong ALD port identifier was used in RPC received from Netconf Client";
+        "Detailed error message when the status is rejected. E.g. wrong ALD port identifier was used in RPC received from NETCONF Client";
     }
 
     leaf ald-resp-msg {
@@ -148,7 +159,7 @@ module o-ran-ald {
   // rpc-statements
   rpc ald-communication {
     description
-      "Rpc to support communication between O-DU and Antenna Line Devices";
+      "RPC to support communication between O-DU and Antenna Line Devices";
 
     input {
       uses ald-input;