Sync Common folder
[transportpce.git] / api / src / main / yang / transportpce-portmapping@2017-02-28.yang
index 3e892da1995d89967908a08a9f9843387428e0b5..371f0f910097a178e94cf0c99b42c1e35cf37020 100644 (file)
@@ -29,6 +29,21 @@ module transportpce-portmapping {
         description
           "Unique identifier for node in the network";
       }
+
+      leaf openroadm-version{
+        type enumeration {
+          enum "1.2.1" {
+            value 1;
+            description
+              "Version 1.2.1";
+            }
+            enum "2.2" {
+              value 2;
+              description
+                "Version 2.2";
+            }
+          }
+        }
       leaf node-type{
         type org-openroadm-common-types:node-types;
         description