X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fsal%2Fyang-prototype%2Fsal%2Fmodel%2Fmodel-flow-statistics%2Fsrc%2Fmain%2Fyang%2Fstatistics-types.yang;fp=opendaylight%2Fsal%2Fyang-prototype%2Fsal%2Fmodel%2Fmodel-flow-statistics%2Fsrc%2Fmain%2Fyang%2Fstatistics-types.yang;h=0000000000000000000000000000000000000000;hb=fe024ad74b8656c3ee61b9ddff6009a779aa2189;hp=47c4c9369e2ded77a471de29928e58e1fbef82df;hpb=437c1bdb967072319e81774bdcf570b2fb0f7b89;p=controller.git diff --git a/opendaylight/sal/yang-prototype/sal/model/model-flow-statistics/src/main/yang/statistics-types.yang b/opendaylight/sal/yang-prototype/sal/model/model-flow-statistics/src/main/yang/statistics-types.yang deleted file mode 100644 index 47c4c9369e..0000000000 --- a/opendaylight/sal/yang-prototype/sal/model/model-flow-statistics/src/main/yang/statistics-types.yang +++ /dev/null @@ -1,56 +0,0 @@ -module opendaylight-statistics-types { - namespace "urn:opendaylight:model:statistics:types"; - prefix stat-types; - - import opendaylight-inventory {prefix inv;} - - - revision "2013-08-19" { - description "Initial revision of flow service"; - } - - - - grouping node-connector-statistics { - container packets { - leaf received { - type uint64; - } - leaf transmitted { - type uint64; - } - } - container bytes { - leaf received { - type uint64; - } - leaf transmitted { - type uint64; - } - } - leaf receive-drops { - type uint64; - } - leaf transmit-drops { - type uint64; - } - leaf receive-errors { - type uint64; - } - leaf transmit-errors { - type uint64; - } - leaf receive-frame-error { - type uint64; - } - leaf receive-over-run-error { - type uint64; - } - leaf receive-crc-error { - type uint64; - } - leaf collision-count { - type uint64; - } - } -} \ No newline at end of file