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-lbm.yang;fp=ntsimulator%2Fdeploy%2Fo-ran-ru-fh%2Fyang%2Fo-ran-lbm%402019-02-04.yang;h=f7a4b8afc6f3e6709794ba863a4b38c68436bcef;hp=359257ce2baa5d9624e0c9e6639c3103cce25c65;hb=f57d4764e3f681d216088f07088366a58f9adba3;hpb=7ff0c8ce9187702caa356c0c1f30064c65c1f512 diff --git a/ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-lbm@2019-02-04.yang b/ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-lbm.yang similarity index 95% rename from ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-lbm@2019-02-04.yang rename to ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-lbm.yang index 359257c..f7a4b8a 100644 --- a/ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-lbm@2019-02-04.yang +++ b/ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-lbm.yang @@ -26,7 +26,7 @@ module o-ran-lbm { the O-RAN Radio loop-back protocol (IEEE 802.1ag). It is derived from MEF-38 (Service OAM Fault Management YANG Modules, April 2012) - Copyright 2019 the O-RAN Alliance. + Copyright 2021 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 @@ -52,6 +52,24 @@ module o-ran-lbm { 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 in descriptions."; + + reference "ORAN-WG4.M.0-v01.00"; + } + + revision "2021-03-22" { + description + "version 1.1.0 + + 1) typographical corrections in descriptions."; + + reference "ORAN-WG4.M.0-v01.00"; + } + revision "2019-02-04" { description "version 1.0.0 @@ -117,6 +135,7 @@ module o-ran-lbm { // grouping grouping md-group { + description "the maintenance domain grouping"; list maintenance-domain { key "id"; description @@ -223,7 +242,7 @@ module o-ran-lbm { list maintenance-association-end-point { key "mep-identifier"; description - "The list of Maintenance association End Points in a specific Maintance + "The list of Maintenance association End Points in a specific Maintenance Association."; leaf mep-identifier { @@ -301,7 +320,7 @@ module o-ran-lbm { // top level container container md-data-definitions { description - "Data definitions related to the maineance domains used for supporting + "Data definitions related to the maintenance domains used for supporting Ethernet loopback connectivity checks"; uses md-group; }