X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=data-model%2Fyang%2Fpublished%2Fo-ran%2Fru-fh%2Fo-ran-troubleshooting.yang;h=b93bc8ddbbd3b5e0e9d9ff5e5fe47d48047223b3;hb=HEAD;hp=ae09f8c3d02d9fc31e39f5db97a174e1d37fffa9;hpb=7540aac9279c5ed8140850e19381dc06fefafec1;p=scp%2Foam%2Fmodeling.git diff --git a/data-model/yang/published/o-ran/ru-fh/o-ran-troubleshooting.yang b/data-model/yang/published/o-ran/ru-fh/o-ran-troubleshooting.yang deleted file mode 100644 index ae09f8c..0000000 --- a/data-model/yang/published/o-ran/ru-fh/o-ran-troubleshooting.yang +++ /dev/null @@ -1,96 +0,0 @@ -module o-ran-troubleshooting { - yang-version 1.1; - namespace "urn:o-ran:troubleshooting:1.0"; - prefix "o-ran-trblsht"; - - organization "O-RAN Alliance"; - - contact - "www.o-ran.org"; - - description - "This module defines the operations for the troubleshooting logs. - - Copyright 2019 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 - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE - LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR - CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - POSSIBILITY OF SUCH DAMAGE. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the above disclaimer. - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the above disclaimer in the documentation - and/or other materials provided with the distribution. - * Neither the Members of the O-RAN Alliance nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission."; - - revision "2019-02-04" { - description - "version 1.0.0 - - 1) imported model from xRAN - 2) changed namespace and reference from xran to o-ran"; - - reference "ORAN-WG4.M.0-v01.00"; - } - - - grouping troubleshooting-status-grouping { - description "grouping used for troubleshooting RPCs"; - leaf status { - type enumeration { - enum SUCCESS { - description "rpc completed correctly"; - } - enum FAILURE { - description "rpc failed"; - } - } - description "result of rpc operation"; - } - leaf failure-reason { - when "../status = 'FAILURE'"; - type string; - description "free form text description why error occurred"; - } - } - - rpc start-troubleshooting-logs { - description - "Management plane triggered to start collecting the troubleshooting logs files of O-RU."; - output { - uses troubleshooting-status-grouping; - } - } - - rpc stop-troubleshooting-logs { - description - "Management plane triggered to stop collecting the troubleshooting logs files of O-RU."; - output { - uses troubleshooting-status-grouping; - } - } - - notification troubleshooting-log-generated { - description - "When new log file generated, send this notification."; - leaf-list log-file-name { - type string; - description - "The list of troubleshooting log file names on the O-RU."; - } - } -} diff --git a/data-model/yang/published/o-ran/ru-fh/o-ran-troubleshooting.yang b/data-model/yang/published/o-ran/ru-fh/o-ran-troubleshooting.yang new file mode 120000 index 0000000..b93bc8d --- /dev/null +++ b/data-model/yang/published/o-ran/ru-fh/o-ran-troubleshooting.yang @@ -0,0 +1 @@ +./o-ran-troubleshooting@2022-08-15.yang \ No newline at end of file