X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-test-model%2Fsrc%2Fmain%2Fyang%2Fopendaylight-mdsal-list-test.yang;h=8f9ed866636af466a812be851a1eaa22cb2d9e72;hb=HEAD;hp=48666e168941423e3fd5bd72125c6738330627f6;hpb=56978581354ce79ffadaa4544302e71c5169f37c;p=controller.git diff --git a/opendaylight/md-sal/sal-test-model/src/main/yang/opendaylight-mdsal-list-test.yang b/opendaylight/md-sal/sal-test-model/src/main/yang/opendaylight-mdsal-list-test.yang index 48666e1689..8f9ed86663 100644 --- a/opendaylight/md-sal/sal-test-model/src/main/yang/opendaylight-mdsal-list-test.yang +++ b/opendaylight/md-sal/sal-test-model/src/main/yang/opendaylight-mdsal-list-test.yang @@ -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; + } + } +}