Add uint24.yang 97/86697/4
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 4 Jan 2020 10:40:52 +0000 (11:40 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 4 Jan 2020 14:23:30 +0000 (15:23 +0100)
commit28d302faed8b6f57263991257163414ac073a37f
treeaa3888f994b3c55e5ad3e51922bd0002b49c1f3a
parent4bd9634334ddf2ab59cd68ef43cbee195daa76a7
Add uint24.yang

uint24 is used in a variety of binary protocols (rsvp,lisp,bgp),
this adds a common definition of this type and the corresponding
netty utilities.

JIRA: MDSAL-507
Change-Id: I5170c2bb9ed65d25bada3a85aca6c22f9ba4696b
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
14 files changed:
artifacts/pom.xml
common/mdsal-uint24-netty/pom.xml [new file with mode: 0644]
common/mdsal-uint24-netty/src/main/java/org/opendaylight/mdsal/uint24/netty/Uint24ByteBufUtils.java [new file with mode: 0644]
common/mdsal-uint24-netty/src/test/java/org/opendaylight/mdsal/uint24/netty/Uint24ByteBufUtilsTest.java [new file with mode: 0644]
common/pom.xml
docs/pom.xml
features/features-mdsal/pom.xml
features/odl-mdsal-model-odl-uint24/pom.xml [new file with mode: 0644]
features/odl-mdsal-uint24-netty/pom.xml [new file with mode: 0644]
features/odl-mdsal-uint24-netty/src/main/feature/feature.xml [new file with mode: 0644]
features/pom.xml
model/odl-uint24/pom.xml [new file with mode: 0644]
model/odl-uint24/src/main/yang/uint24.yang [new file with mode: 0644]
model/pom.xml