NETCONF-656 Use RFC7895/RFC8525 for schema monitoring
[netconf.git] / netconf / mdsal-netconf-notification / src / main / resources / OSGI-INF / blueprint / mdsal-netconf-notification.xml
index 2effa174197e95978804cffaf0f6bafa7864e8dd..d2b774cb1310fb40e71d884eee399b878375709f 100644 (file)
         <argument ref="dataBroker"/>
     </bean>
 
+    <bean id="yangLibraryNotificationProducer"
+          class="org.opendaylight.netconf.mdsal.notification.impl.YangLibraryNotificationProducer"
+          destroy-method="close">
+        <argument ref="netconfNotificationManager"/>
+        <argument ref="dataBroker"/>
+    </bean>
+
     <bean id="sessionNotificationProducer"
           class="org.opendaylight.netconf.mdsal.notification.impl.SessionNotificationProducer"
           destroy-method="close">