Upgrade to OpenROADM 7.1.0 network models
[transportpce.git] / ordmodels / network / src / main / yang / org-openroadm-degree@2020-05-29.yang
similarity index 85%
rename from ordmodels/network/src/main/yang/org-openroadm-degree@2018-11-30.yang
rename to ordmodels/network/src/main/yang/org-openroadm-degree@2020-05-29.yang
index 01420c5db1ea30afd8ef8f2ad48e8e42162ccd3d..c67cbfc52c4749fbbdcd69b670ee4099338c9624 100644 (file)
@@ -5,11 +5,11 @@ module org-openroadm-degree {
 
   import org-openroadm-common-link-types {
     prefix org-openroadm-common-link-types;
-    revision-date 2018-11-30;
+    revision-date 2019-11-29;
   }
   import org-openroadm-network-types {
     prefix org-openroadm-network-types;
-    revision-date 2018-11-30;
+    revision-date 2020-05-29;
   }
 
   organization
@@ -46,6 +46,30 @@ module org-openroadm-degree {
      ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
      POSSIBILITY OF SUCH DAMAGE.";
 
+  revision 2020-05-29 {
+    description
+      "Version 7.1.0";
+  }
+  revision 2020-03-27 {
+    description
+      "Version 7.0.0";
+  }
+  revision 2019-11-29 {
+    description
+      "Version 6.1.0";
+  }
+  revision 2019-09-27 {
+    description
+      "Version 6.0.0";
+  }
+  revision 2019-05-31 {
+    description
+      "Version 5.1.0";
+  }
+  revision 2019-03-29 {
+    description
+      "Version 5.0.0";
+  }
   revision 2018-11-30 {
     description
       "Version 4.1.0";
@@ -105,14 +129,6 @@ module org-openroadm-degree {
       description
         "maximum # of wavelengths";
     }
-    list available-wavelengths {
-      key "index";
-      description
-        "This list is created to accommodate fixed grid (1.2.1) as well as flex grid (2.0 above). In case of fixed grid
-         index number will refer to one of the 96 WL defined in the wavelength map file. In case of flex grid this
-         will hold list of available spectra";
-      uses org-openroadm-network-types:wavelengths;
-    }
     leaf ingress-span-loss-aging-margin {
       type org-openroadm-common-link-types:ratio-dB;
       config true;
@@ -125,5 +141,11 @@ module org-openroadm-degree {
       description
         "End Of Life Total input power at maximum load extracted from corresponding device OTS interface container";
     }
+    leaf egress-average-channel-power {
+      type org-openroadm-common-link-types:power-dBm;
+      config true;
+      description
+        "Based upon the total max power across the 4.8 THz passband.";
+    }
   }
 }