Build Absolute schema node identifier along with YangInstanceIdentifier 09/100209/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 21 Mar 2022 16:29:03 +0000 (17:29 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 21 Mar 2022 16:35:54 +0000 (17:35 +0100)
commitfa5c6323b73fb6dc90e4374caec85d1bf000dfc9
tree13f3ac432d6d9ef20cae6105cfb4e35afcf8933c
parentc93903958e1131a85e71c3c0bdc8716a38369fdb
Build Absolute schema node identifier along with YangInstanceIdentifier

The nested notification transformation algorithm is rather lacking -- it
does not really deal with anything but 'container' and 'list'. This
makes it borderline-trivial to eliminate the use of SchemaNode.getPath()
by keeping a List<QName> which is a companion to
YangInstanceIdentifierBuilder.

JIRA: NETCONF-817
Change-Id: I95290d7399ae1d729bb68e76e3bf902a930add4f
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