Use Uint16 for path binding type 80/85980/3
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 26 Nov 2019 15:25:33 +0000 (16:25 +0100)
committerRobert Varga <nite@hq.sk>
Fri, 29 Nov 2019 14:41:33 +0000 (14:41 +0000)
commit64d077adbaa3e33041f123864caeb27426055505
tree4c66e9c0f82167835e3c269e23519d67b0c1439f
parent76b41741f63455ebce2f79828962da76e7e7464f
Use Uint16 for path binding type

Bindings have a set domain of unsigned shorts, there is little
reason to use Integers in their stead. This switches lookups and
parsing/serialization to operate on Uint16 instead.

Change-Id: I9db97c39599b2f78406e4a38aacb087cd3dbf864
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
pcep/ietf-stateful07/src/main/java/org/opendaylight/protocol/pcep/ietf/stateful07/PathBindingTlvParser.java