diff options
author | Sandeep Shah <sandeeplinux1068@gmail.com> | 2020-03-02 10:31:48 -0600 |
---|---|---|
committer | Sandeep Shah <sandeeplinux1068@gmail.com> | 2020-03-02 10:31:48 -0600 |
commit | 4fdab1fe391c2ecf3ea8bcb0fefb563ba8af042c (patch) | |
tree | 5f82e1a690f6600023a400ef899c49e47ea87016 /sdnr/northbound/pom.xml | |
parent | c6f4d650f2652a30aa4d951459e294e37394c559 (diff) |
ORAN CMNotify Karaf Feature Development
CMNotify Karaf feature development as part of SDNR
meta-feature. This feature relates to receiving
VES message for nbrListChangeNotification via
DMAAP and making updates to RuntimeDB/ConfigDB
Issue-ID: CCSDK-2130
Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com>
Change-Id: Iad5f0bfe855986a202a264b50e1a0591c7015fce
Diffstat (limited to 'sdnr/northbound/pom.xml')
-rw-r--r-- | sdnr/northbound/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sdnr/northbound/pom.xml b/sdnr/northbound/pom.xml index d57aedc44..b12c6c376 100644 --- a/sdnr/northbound/pom.xml +++ b/sdnr/northbound/pom.xml @@ -39,11 +39,12 @@ <packaging>pom</packaging> <name>ccsdk-features :: ${project.artifactId}</name> - <description>SDN-R RAN, OOF PCI ANR POC, A1 Adapter</description> + <description>SDN-R RAN, OOF PCI ANR POC, A1 Adapter, CMNotify</description> <modules> <module>oofpcipoc</module> <module>a1Adapter</module> + <module>CMNotify</module> <module>features</module> </modules> </project> |