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-troubleshooting.yang;fp=ntsimulator%2Fdeploy%2Fo-ran-ru-fh%2Fyang%2Fo-ran-troubleshooting%402019-02-04.yang;h=3e2d44e2d659b1ee1790449590934ed583d1524f;hp=ae09f8c3d02d9fc31e39f5db97a174e1d37fffa9;hb=f57d4764e3f681d216088f07088366a58f9adba3;hpb=7ff0c8ce9187702caa356c0c1f30064c65c1f512 diff --git a/ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-troubleshooting@2019-02-04.yang b/ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-troubleshooting.yang similarity index 77% rename from ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-troubleshooting@2019-02-04.yang rename to ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-troubleshooting.yang index ae09f8c..3e2d44e 100644 --- a/ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-troubleshooting@2019-02-04.yang +++ b/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'."; } } }