Bump versions 9.0.4-SNAPSHOT
[controller.git] / opendaylight / md-sal / sal-test-model / src / main / yang / opendaylight-mdsal-list-test.yang
index 48666e168941423e3fd5bd72125c6738330627f6..8f9ed866636af466a812be851a1eaa22cb2d9e72 100644 (file)
@@ -28,9 +28,9 @@ module opendaylight-mdsal-list-test {
                 }
                 leaf type {
                     type string;
-                    mandatory true;
-                    description
-                        "Mandatory type of list.";
+//                    mandatory true;
+//                    description
+//                        "Mandatory type of list.";
                 }
                 ordered-by user;
                 description
@@ -43,9 +43,19 @@ module opendaylight-mdsal-list-test {
         uses two-level-list;
     }
 
+    notification two-level-list-changed {
+        uses two-level-list;
+    }
+
     rpc put-top {
         input {
             uses two-level-list;
         }
     }
-}
\ No newline at end of file
+
+    rpc get-top {
+        output {
+            uses two-level-list;
+        }
+    }
+}