Do not use RpcService in TPCE tapi module 93/108093/3
authorGilles Thouenon <gilles.thouenon@orange.com>
Sun, 1 Oct 2023 15:27:52 +0000 (17:27 +0200)
committerguillaume.lambert <guillaume.lambert@orange.com>
Wed, 11 Oct 2023 12:09:47 +0000 (14:09 +0200)
commit37a539ad2c5ad1006cd0203de63d80350c32b72e
treebf2026c2e7da1f1d0663ef227796bc4acb4bd883
parent7163540eb75ce9968881b470ebf640b7a92f9eaa
Do not use RpcService in TPCE tapi module

- Migrate usage of RpcService to the new style yang.binding.Rpc-based
  implementation for tapi module
- Adapt lighty implementation

JIRA: TRNSPRTPCE-752
Signed-off-by: Gilles Thouenon <gilles.thouenon@orange.com>
Change-Id: Iac5a054c092db47c74782b3bc2980490b88ecfd1
lighty/src/main/java/io/lighty/controllers/tpce/module/TransportPCEImpl.java
tapi/src/main/java/org/opendaylight/transportpce/tapi/connectivity/TapiConnectivityImpl.java
tapi/src/main/java/org/opendaylight/transportpce/tapi/impl/TapiProvider.java
tapi/src/main/java/org/opendaylight/transportpce/tapi/topology/TapiTopologyImpl.java
tapi/src/test/java/org/opendaylight/transportpce/tapi/provider/TapiProviderTest.java