Power control support for 87.5GHz spectrum width
[transportpce.git] / api / src / main / yang / service_path / transportpce-common-types@2021-09-30.yang
similarity index 98%
rename from api/src/main/yang/service_path/transportpce-common-types@2021-06-18.yang
rename to api/src/main/yang/service_path/transportpce-common-types@2021-09-30.yang
index 33494b8ecf425d492c82e5694b64b82132a65a29..ccaa6f41f58c0424f6f18f6c9f6b6c94ed0d0b8c 100644 (file)
@@ -15,6 +15,10 @@ module transportpce-common-types {
     revision-date 2018-10-19;
   }
 
+  revision 2021-09-30 {
+    description
+      "Replace leaf width in optical-renderer-input by mc-width and nmc-width";
+  }
   revision 2021-06-18 {
     description
       "Replace olm-renderer-input by optical-rendrer-input.
@@ -494,9 +498,14 @@ module transportpce-common-types {
     leaf center-freq {
       type org-openroadm-common-types:frequency-THz;
     }
-    leaf width {
+    leaf nmc-width {
+      description
+       " Width of network media channel nmc";
+      type org-openroadm-common-types:frequency-GHz;
+    }
+    leaf mc-width {
       description
-       " Width of nmc";
+       " Width of media channel (mc)";
       type org-openroadm-common-types:frequency-GHz;
     }
     leaf min-freq {