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-ald.yang;fp=ntsimulator%2Fdeploy%2Fo-ran-ru-fh%2Fyang%2Fo-ran-ald%402019-07-03.yang;h=1042b5f02b6ea8ef89dd7bb7f3cf93961684f679;hp=d09cc30366dd9c06aac006a6ef50eade292c5230;hb=f57d4764e3f681d216088f07088366a58f9adba3;hpb=7ff0c8ce9187702caa356c0c1f30064c65c1f512 diff --git a/ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-ald@2019-07-03.yang b/ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-ald.yang similarity index 90% rename from ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-ald@2019-07-03.yang rename to ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-ald.yang index d09cc30..1042b5f 100644 --- a/ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-ald@2019-07-03.yang +++ b/ntsimulator/deploy/o-ran-ru-fh/yang/o-ran-ald.yang @@ -13,7 +13,7 @@ module o-ran-ald { "www.o-ran.org"; description - "This module defines the module for the ald communication. + "This module defines the module for the ALD communication. Copyright 2019 the O-RAN Alliance. @@ -41,6 +41,15 @@ module o-ran-ald { 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."; + + reference "ORAN-WG4.M.0-v01.00"; + } + revision "2019-07-03" { description "version 1.1.0 @@ -61,6 +70,7 @@ module o-ran-ald { } grouping ald-input { + description "a grouping for ald input"; leaf port-id { type leafref { path "/ap:ald-ports-io/ap:ald-port/ap:port-id"; @@ -81,6 +91,7 @@ module o-ran-ald { } grouping ald-output { + description "a grouping for ald output"; leaf port-id { type leafref { path "/ap:ald-ports-io/ap:ald-port/ap:port-id"; @@ -112,7 +123,7 @@ module o-ran-ald { type string; description - "Detailed error message when the status is rejected. E.g. wrong ALD port identifier was used in RPC received from Netconf Client"; + "Detailed error message when the status is rejected. E.g. wrong ALD port identifier was used in RPC received from NETCONF Client"; } leaf ald-resp-msg { @@ -148,7 +159,7 @@ module o-ran-ald { // rpc-statements rpc ald-communication { description - "Rpc to support communication between O-DU and Antenna Line Devices"; + "RPC to support communication between O-DU and Antenna Line Devices"; input { uses ald-input;