Do not reference SchemaNode.getPath() for operation results 99/100199/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 21 Mar 2022 11:21:58 +0000 (12:21 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 21 Mar 2022 11:24:11 +0000 (12:24 +0100)
commit83d92194e60065f41629b6b8742b067bd7ef2e60
tree04bd4f2379659d6d30d8adfb6e082648de8221c5
parent55afd11ec80ec27bb9a279441f10ce786626c495
Do not reference SchemaNode.getPath() for operation results

The request is either an RPC or an action. We have the path for the
latter readily-available and construct it for the former. Update the
dispatch and clean up the source code a bit as well.

JIRA: NETCONF-817
Change-Id: Ie4e273e0eb499498c0d6b833fb11e4ca115ca989
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
netconf/sal-netconf-connector/src/main/java/org/opendaylight/netconf/sal/connect/netconf/schema/mapping/NetconfMessageTransformer.java