aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/northbound/oofpcipoc/installer
diff options
context:
space:
mode:
authorSandeep Shah <sandeeplinux1068@gmail.com>2019-07-02 15:28:49 -0500
committerSandeep Shah <sandeeplinux1068@gmail.com>2019-07-02 15:47:58 -0500
commit7bbcdbb841d81217e6a341a6eeaa8c6fda8daf46 (patch)
tree05492f99c2f1d37ea3e003a2ea59b4b1cb2c5036 /sdnr/northbound/oofpcipoc/installer
parent8af66e885a492465d94399b9198487ce8550fa96 (diff)
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 <sandeeplinux1068@gmail.com> Change-Id: I5773fcc2dab9baefcec3788038add10047fc828e
Diffstat (limited to 'sdnr/northbound/oofpcipoc/installer')
-rw-r--r--sdnr/northbound/oofpcipoc/installer/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnr/northbound/oofpcipoc/installer/pom.xml b/sdnr/northbound/oofpcipoc/installer/pom.xml
index e12dfdfc9..048995445 100644
--- a/sdnr/northbound/oofpcipoc/installer/pom.xml
+++ b/sdnr/northbound/oofpcipoc/installer/pom.xml
@@ -87,7 +87,7 @@
<useRepositoryLayout>true</useRepositoryLayout>
<addParentPoms>false</addParentPoms>
<copyPom>false</copyPom>
- <includeArtifactIds>oofpcipoc-model,oofpcipoc-provider,sdnr-oofpcipoc</includeArtifactIds>
+ <includeArtifactIds>oofpcipoc-model,oofpcipoc-provider,oofpcipoc-consumer,sdnr-oofpcipoc</includeArtifactIds>
<scope>provided</scope>
</configuration>
</execution>