Renderer and OLM update
[transportpce.git] / api / src / main / yang / service_path / transportpce-pathDescription@2017-04-26.yang
index dff1bd49ba6df7175c771f596a358ec0b3e8576b..7aa5e165fbfb7de48818c6fc3d494cb6282df36a 100644 (file)
@@ -57,23 +57,29 @@ module transportpce-pathDescription {
     container resource {
       choice resource {
         case termination-point {
-          leaf tp-id {
-              type string; //to be clarified with topology model
-          }
-          leaf tp-node-id {
-              type string; //to be clarified with topology model
+          container termination-point-identifier {
+            leaf tp-id {
+                type string; //to be clarified with topology model
+            }
+            leaf node-id {
+                type string; //to be clarified with topology model
+            }
           }
         }
 
         case link {
-          leaf link-id {
-              type string; //to be clarified with topology model
+          container link-identifier {
+            leaf link-id {
+                type string; //to be clarified with topology model
+            }
           }
         }
 
         case node {
-          leaf node-id {
-              type string; // to be clarified with topology model
+          container node-identifier {
+            leaf node-id {
+                type string; // to be clarified with topology model
+            }
           }
         }
       }