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-trace.yang;fp=ntsimulator%2Fdeploy%2Fo-ran-ru-fh%2Fyang%2Fo-ran-trace%402019-07-03.yang;h=e135b75ed965c3c62d4b7cc7b1846ecdb328e549;hp=5bfead951c587c7617ba0e28ea768d38bd1b2689;hb=f57d4764e3f681d216088f07088366a58f9adba3;hpb=7ff0c8ce9187702caa356c0c1f30064c65c1f512 diff --git a/ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-trace@2019-07-03.yang b/ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-trace.yang similarity index 76% rename from ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-trace@2019-07-03.yang rename to ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-trace.yang index 5bfead9..e135b75 100644 --- a/ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-trace@2019-07-03.yang +++ b/ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-trace.yang @@ -37,6 +37,24 @@ module o-ran-trace { 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-07-03" { description "version 1.0.0 @@ -52,18 +70,18 @@ module o-ran-trace { 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"; } } @@ -89,14 +107,17 @@ module o-ran-trace { leaf-list log-file-name { type string; description - "The list of trace log file names on the O-RU."; + "The list of trace 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_trace_log_file.zip', where + 'my_trace_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_trace_log_file.zip'."; } leaf is-notification-last { type boolean; default false; description - "Informs if notification is last - the one after receiving stop-trace-logs rpc."; + "Informs if notification is last - the one after receiving stop-trace-logs RPC."; } } }