Update YANG models for OpenFronthaul M-Plane.
[sim/o1-interface.git] / ntsimulator / deploy / o-ran-ru-fh / yang / o-ran-troubleshooting.yang
@@ -37,6 +37,24 @@ module o-ran-troubleshooting {
     contributors may be used to endorse or promote products derived from
     this software without specific prior written permission.";
 
+  revision "2022-08-15" {
+    description
+      "version 1.2.0
+
+      1) clarified path/folder description.";
+
+    reference "ORAN-WG4.M.0-v01.00";
+  }
+
+  revision "2021-12-01" {
+    description
+      "version 1.1.0
+
+      1) typographical corrections";
+
+    reference "ORAN-WG4.M.0-v01.00";
+  }
+
   revision "2019-02-04" {
     description
       "version 1.0.0
@@ -53,18 +71,18 @@ module o-ran-troubleshooting {
     leaf status {
       type enumeration {
         enum SUCCESS {
-          description "rpc completed correctly";
+          description "RPC completed correctly";
         }
         enum FAILURE {
-          description "rpc failed";
+          description "RPC failed";
         }
       }
-      description "result of rpc operation";
+      description "result of RPC operation";
     }
     leaf failure-reason {
       when "../status = 'FAILURE'";
       type string;
-      description "free form text description why error occurred";
+      description "free-form text description why error occurred";
     }
   }
 
@@ -90,7 +108,10 @@ module o-ran-troubleshooting {
     leaf-list log-file-name {
       type string;
       description
-        "The list of troubleshooting log file names on the O-RU.";
+        "The list of troubleshooting log file names on the O-RU. Each record in this list is expected to
+        contain location of the file (e.g. 'o-ran/log/') and the name of file (e.g.'my_troubleshooting_log_file.zip',
+        where 'my_troubleshooting_log_file' is example file name and 'zip' is expected file name extension).
+        Example complete expected content of this node is 'o-ran/log/my_troubleshooting_log_file.zip'.";
     }
   }
 }