Update namespaces according to RFC8515
[scp/oam/modeling.git] / data-model / yang / working / o-ran-sc / o-ran-cu-up / o-ran-sc-cu-up-v1.yang
index 9f6aee6..9544e7f 100644 (file)
@@ -1,6 +1,6 @@
 module o-ran-sc-cu-up-v1 {
   yang-version 1.1;
-  namespace "urn:o-ran:sc:centalized-unit:user-plane:1.0";
+  namespace "urn:o-ran-sc:yang:o-ran-sc-cu-up-v1";
   prefix ocuup;
 
   import o-ran-sc-root-v1 {
@@ -15,10 +15,10 @@ module o-ran-sc-cu-up-v1 {
   contact
     "www.o-ran.org";
   description
-    "This module contains the O-RAN Software Community CentralizedUnit
+    "This module contains the O-RAN Software Community Centralized Unit
      User Plane specific O1 interface APIs.
 
-     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.
@@ -32,6 +32,13 @@ module o-ran-sc-cu-up-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-02-20 {
     description
       "initial revision";
@@ -55,6 +62,7 @@ module o-ran-sc-cu-up-v1 {
   }
 
   // Inherit from controlled-function
+
   augment "/root:controlled-element/root:controlled-function" {
     when "derived-from-or-self(./root:function-type, 'ocuup:o-cu-up')";
     uses o-cu-up-specific-grp;