upgrade models to OpenROADM service 5.1.0
[transportpce.git] / api / src / main / yang / service_path / transportpce-common-service-path-types@2019-10-09.yang
similarity index 95%
rename from api/src/main/yang/service_path/transportpce-common-service-path-types@2017-10-16.yang
rename to api/src/main/yang/service_path/transportpce-common-service-path-types@2019-10-09.yang
index 316c768d39c2f0b66022d90bd254639d5c4c9d8e..f0ca85f46cd58e282c0a4bdbe9a07f3ccaedd74e 100644 (file)
@@ -18,12 +18,19 @@ module transportpce-common-service-path-types {
   }
   import org-openroadm-common-types {
     prefix org-openroadm-common-types;
+    revision-date 2019-05-31;
   }
   import org-openroadm-resource-types {
     prefix org-openroadm-resource-types;
+    revision-date 2018-11-30;
   }
   import org-openroadm-common-service-types {
     prefix org-openroadm-common-service-types;
+    revision-date 2019-05-31;
+  }
+  import org-openroadm-service-format {
+    prefix org-openroadm-service-format;
+    revision-date 2019-05-31;
   }
 
   organization
@@ -61,10 +68,9 @@ module transportpce-common-service-path-types {
       ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
       POSSIBILITY OF SUCH DAMAGE";
 
-
-  revision 2017-04-26 {
-      description
-        "Version 1.5";
+  revision 2019-10-09 {
+    description
+      "Version 1.6.1";
   }
 
   revision 2017-10-16 {
@@ -72,6 +78,11 @@ module transportpce-common-service-path-types {
       "Version 1.6";
   }
 
+  revision 2017-04-26 {
+      description
+        "Version 1.5";
+  }
+
   typedef service-path-notification-types {
     type enumeration {
       enum "path-computation-request" {
@@ -133,7 +144,7 @@ module transportpce-common-service-path-types {
 
   grouping service-endpoint-sp {
     leaf service-format {
-      type org-openroadm-common-service-types:service-format;
+      type org-openroadm-service-format:service-format;
       mandatory true;
       description
         "Format of the requested service: Ethernet, OTU, etc.";