Bug 2578 - Added Binding Adapters for new Notification Broker
[controller.git] / opendaylight / md-sal / sal-test-model / src / main / yang / opendaylight-mdsal-list-test.yang
index 48666e168941423e3fd5bd72125c6738330627f6..d4775afe54e53d416080e35d9d37b5af5d81469a 100644 (file)
@@ -43,9 +43,13 @@ module opendaylight-mdsal-list-test {
         uses two-level-list;
     }
 
         uses two-level-list;
     }
 
+    notification two-level-list-changed {
+        uses two-level-list;
+    }
+
     rpc put-top {
         input {
             uses two-level-list;
         }
     }
     rpc put-top {
         input {
             uses two-level-list;
         }
     }
-}
\ No newline at end of file
+}