X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=opendaylight%2Fmd-sal%2Fsal-dom-api%2Fsrc%2Fmain%2Fyang%2Fopendaylight-md-sal-common.yang;fp=opendaylight%2Fmd-sal%2Fsal-dom-api%2Fsrc%2Fmain%2Fyang%2Fopendaylight-md-sal-common.yang;h=0000000000000000000000000000000000000000;hb=477c26a243acacadcff6233bb3787662a3cd3e21;hp=b7a0bc0b99723bfa5849539c05403b9c2bc5e148;hpb=66a6b6f931af3fcd1ce61263c457304cfbdc2bb5;p=controller.git diff --git a/opendaylight/md-sal/sal-dom-api/src/main/yang/opendaylight-md-sal-common.yang b/opendaylight/md-sal/sal-dom-api/src/main/yang/opendaylight-md-sal-common.yang deleted file mode 100644 index b7a0bc0b99..0000000000 --- a/opendaylight/md-sal/sal-dom-api/src/main/yang/opendaylight-md-sal-common.yang +++ /dev/null @@ -1,71 +0,0 @@ -module opendaylight-md-sal-common { - yang-version 1; - namespace "urn:opendaylight:params:xml:ns:yang:controller:md:sal:common"; - prefix "md-sal-common"; - - description - "Common definition for MD-SAL."; - - revision "2013-10-28" { - description - "Initial revision"; - } - - grouping rpc-routing-table { - - leaf routing-context { - type string; - } - list routes { - leaf path { - type string; - } - leaf destination { - type string; - } - } - - } - - grouping rpc-router { - leaf module { - type string; - } - container routing-tables { - list routing-table { - uses rpc-routing-table; - } - } - } - - grouping rpc-state { - list rpc-router { - uses rpc-router; - } - } - - grouping notification-state { - container notifications { - leaf published { - type uint32; - } - } - } - - grouping data-state { - container transactions { - leaf created { - type uint32; - } - leaf submitted { - type uint32; - } - leaf successful { - type uint32; - } - leaf failed { - type uint32; - } - } - } -} \ No newline at end of file