Eliminate TransportType 70/103770/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 29 Dec 2022 20:35:26 +0000 (21:35 +0100)
committerRobert Varga <nite@hq.sk>
Thu, 29 Dec 2022 21:39:00 +0000 (21:39 +0000)
commitaed9e381ab81ccf59d7d2d43ca879842d8240bfe
treea3d1b7346e1bc22ff92a201428ae0372ae2f7cd6
parent36951f8e33d35fa7e4512b64dc45e43527797ba5
Eliminate TransportType

This enumeration mirrors Protocol.Name we have already modeled in
odl-netconf-device. Reuse the definition, bringing the two plugins
closer together.

Change-Id: Id0b046d44ea14afb82247bdb8bcd08a3bedec4e5
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
netconf/callhome-protocol/pom.xml
netconf/callhome-protocol/src/main/java/org/opendaylight/netconf/callhome/protocol/CallHomeProtocolSessionContext.java
netconf/callhome-protocol/src/main/java/org/opendaylight/netconf/callhome/protocol/CallHomeSessionContext.java
netconf/callhome-protocol/src/main/java/org/opendaylight/netconf/callhome/protocol/TransportType.java [deleted file]
netconf/callhome-protocol/src/main/java/org/opendaylight/netconf/callhome/protocol/tls/CallHomeTlsSessionContext.java
netconf/callhome-provider/src/main/java/org/opendaylight/netconf/callhome/mount/CallHomeMountSessionContext.java
netconf/callhome-provider/src/test/java/org/opendaylight/netconf/callhome/mount/CallHomeMountSessionContextTest.java