X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=data-model%2Fyang%2Fworking%2Fo-ran-sc%2Ftemplate%2Fo-ran-sc-alarms-v1.yang;h=1d9789fbeb3a84ab010cd21b623260eb2d996e93;hb=721c2220ae37136b8d62533c5ba31d4f2bd409d8;hp=a55ed7c89089ba4a1d4d0cb182e9ddbccfeb3bb6;hpb=44672234a0d9ed7dc29c10dca36c7829997c689d;p=scp%2Foam%2Fmodeling.git diff --git a/data-model/yang/working/o-ran-sc/template/o-ran-sc-alarms-v1.yang b/data-model/yang/working/o-ran-sc/template/o-ran-sc-alarms-v1.yang index a55ed7c..1d9789f 100644 --- a/data-model/yang/working/o-ran-sc/template/o-ran-sc-alarms-v1.yang +++ b/data-model/yang/working/o-ran-sc/template/o-ran-sc-alarms-v1.yang @@ -1,6 +1,6 @@ module o-ran-sc-alarms-v1 { yang-version 1.1; - namespace "urn:o-ran:sc:alarms:1.0"; + namespace "urn:o-ran-sc:yang:o-ran-sc-alarms-v1"; prefix oal; import o-ran-sc-root-v1 { @@ -17,10 +17,10 @@ module o-ran-sc-alarms-v1 { contact "www.o-ran-sc.org"; description - "This module augements the o-ran-sc-controlled-element and + "This module augments the o-ran-sc-controlled-element and o-ran-sc-controlled-function object by adding ietf-alarms. - Copyright 2020 the O-RAN Alliance. + Copyright 2021 the O-RAN Software Community. Licensed under the Apache License, Version 2.0 (the 'License'); you may not use this file except in compliance with the License. @@ -34,6 +34,13 @@ module o-ran-sc-alarms-v1 { See the License for the specific language governing permissions and limitations under the License."; + revision 2021-03-09 { + description + "The namespace was updated according to O-RAN-SC yang guidelines. + The namespace must end with the full module name."; + reference + "https://jira.o-ran-sc.org/browse/OAM-168"; + } revision 2020-03-09 { description "initial revision"; @@ -78,21 +85,21 @@ module o-ran-sc-alarms-v1 { "The alarm qualifier for the related alarm."; } } - description + description "A group adding ietf-alarm references."; } augment "/root:controlled-element" { uses alarms-grp; description - "An augmentation, which adds ietf-alarms + "An augmentation, which adds ietf-alarms to root:controlled-element."; } augment "/root:controlled-element/root:controlled-function" { uses alarms-grp; description - "An augmentation, which adds ietf-alarms + "An augmentation, which adds ietf-alarms to root:controlled-function."; } }