NETCONF southbound requires notifications.yang model to be present on the device 08/89908/1
authorvladyslav.marchenko <Vladyslav.Marchenko@pantheon.tech>
Mon, 23 Mar 2020 15:05:23 +0000 (17:05 +0200)
committerJamo Luhrsen <jluhrsen@gmail.com>
Thu, 21 May 2020 18:12:26 +0000 (11:12 -0700)
commit63ac8a64a4a641a7ca2c2332c4cfc91938199ac6
treeca55c5495efec06f5b8e26154bf3c59108ef1995
parent05eae039e64f7a5903b21f1eabc8f6aa6c4d88e1
NETCONF southbound requires notifications.yang model to be present on the device

There is no standardized YANG model for NETCONF notifications simply
because RFC5277 predates YANG and has not been updated. The presence
of the notification capability is enough for notifications to work –
the SchemaContext assembly code supplies the model internally based
on the capability.

JIRA: NETCONF-338
Signed-off-by: vladyslav.marchenko <Vladyslav.Marchenko@pantheon.tech>
Signed-off-by: Jamo Luhrsen <jluhrsen@gmail.com>
Change-Id: Iaec5eab02f8d43f752d90a3fd0ecbc0a57e9e75f
netconf/netconf-impl/src/main/java/org/opendaylight/netconf/impl/NetconfServerSessionNegotiatorFactory.java
netconf/sal-netconf-connector/src/main/java/org/opendaylight/netconf/sal/connect/netconf/NetconfDevice.java
netconf/sal-netconf-connector/src/test/java/org/opendaylight/netconf/sal/connect/netconf/NetconfDeviceTest.java