Bug 3863 - Milestone: Add support for netconf notifications in MD-SAL netconf northbound 46/26146/11
authorJMorvay <jmorvay@cisco.com>
Tue, 25 Aug 2015 14:05:32 +0000 (16:05 +0200)
committerJMorvay <jmorvay@cisco.com>
Tue, 29 Sep 2015 07:18:25 +0000 (09:18 +0200)
commitd263d1eea585f301c8e22700c815c4fdc011c989
tree6124a868b02dbdb05a117caa5c581cfe7a30d583
parentaf2a6f0332c76f3fb10d8349b2a2e6bdd8a09d10
Bug 3863 - Milestone: Add support for netconf notifications in MD-SAL netconf northbound

Add support for netconf-capability-change notification.

Change-Id: Ib05f0d57c744275dbf569e3b26821274671f6787
Signed-off-by: JMorvay <jmorvay@cisco.com>
19 files changed:
features/netconf/src/main/resources/features.xml
opendaylight/netconf/mdsal-netconf-notification/pom.xml [new file with mode: 0644]
opendaylight/netconf/mdsal-netconf-notification/src/main/java/org/opendaylight/controller/config/yang/netconf/mdsal/notification/BaseCapabilityChangeNotificationPublisher.java [new file with mode: 0644]
opendaylight/netconf/mdsal-netconf-notification/src/main/java/org/opendaylight/controller/config/yang/netconf/mdsal/notification/NetconfMdsalNotificationMapperModule.java [new file with mode: 0644]
opendaylight/netconf/mdsal-netconf-notification/src/main/java/org/opendaylight/controller/config/yang/netconf/mdsal/notification/NetconfMdsalNotificationMapperModuleFactory.java [new file with mode: 0644]
opendaylight/netconf/mdsal-netconf-notification/src/main/java/org/opendaylight/controller/config/yang/netconf/mdsal/notification/NotificationToMdsalWriter.java [new file with mode: 0644]
opendaylight/netconf/mdsal-netconf-notification/src/main/java/org/opendaylight/netconf/mdsal/notification/NetconfNotificationOperationService.java [new file with mode: 0644]
opendaylight/netconf/mdsal-netconf-notification/src/main/java/org/opendaylight/netconf/mdsal/notification/NetconfNotificationOperationServiceFactory.java [new file with mode: 0644]
opendaylight/netconf/mdsal-netconf-notification/src/main/yang/netconf-mdsal-notification.yang [new file with mode: 0644]
opendaylight/netconf/mdsal-netconf-notification/src/test/java/org.opendaylight.controller.config.yang.netconf.mdsal.notification/BaseCapabilityChangeNotificationPublisherTest.java [new file with mode: 0644]
opendaylight/netconf/mdsal-netconf-notification/src/test/java/org.opendaylight.controller.config.yang.netconf.mdsal.notification/NotificationToMdsalWriterTest.java [new file with mode: 0644]
opendaylight/netconf/netconf-mdsal-config/src/main/resources/initial/08-netconf-mdsal.xml
opendaylight/netconf/netconf-notifications-api/src/main/yang/netconf-northbound-notification.yang [new file with mode: 0644]
opendaylight/netconf/netconf-notifications-impl/pom.xml
opendaylight/netconf/netconf-notifications-impl/src/main/java/org/opendaylight/controller/config/yang/netconf/northbound/notification/impl/NetconfNotificationManagerModule.java [new file with mode: 0644]
opendaylight/netconf/netconf-notifications-impl/src/main/java/org/opendaylight/controller/config/yang/netconf/northbound/notification/impl/NetconfNotificationManagerModuleFactory.java [new file with mode: 0644]
opendaylight/netconf/netconf-notifications-impl/src/main/java/org/opendaylight/netconf/notifications/impl/ops/CreateSubscription.java
opendaylight/netconf/netconf-notifications-impl/src/main/yang/netconf-northbound-notification-impl.yang [new file with mode: 0644]
opendaylight/netconf/pom.xml