From 7bbcdbb841d81217e6a341a6eeaa8c6fda8daf46 Mon Sep 17 00:00:00 2001 From: Sandeep Shah Date: Tue, 2 Jul 2019 15:28:49 -0500 Subject: Netconf Notification support for SDNR OOFPCI Feature enhancement to support Netconf notification from RAN simulator. Netconf notification will trigger consumer to update ConfigDB database and publish DMAAP message. This commit relates to Netconf notification indicating neighbor list change and consumer code Issue-ID: CCSDK-1396 Signed-off-by: SandeepLinux Change-Id: I5773fcc2dab9baefcec3788038add10047fc828e --- .../org/opendaylight/blueprint/impl-blueprint.xml | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 sdnr/northbound/oofpcipoc/consumer/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml (limited to 'sdnr/northbound/oofpcipoc/consumer/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml') diff --git a/sdnr/northbound/oofpcipoc/consumer/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml b/sdnr/northbound/oofpcipoc/consumer/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml new file mode 100644 index 000000000..6bb5e3833 --- /dev/null +++ b/sdnr/northbound/oofpcipoc/consumer/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg