diff options
author | Niranjana <niranjana.y60@wipro.com> | 2021-08-26 16:34:02 +0000 |
---|---|---|
committer | Niranjana <niranjana.y60@wipro.com> | 2021-08-26 17:36:08 +0000 |
commit | 8e683ffdb67a8c9e254c7f6dafa857b903d7dffb (patch) | |
tree | 77d1cd7d540592f550f3ecd5a2d45acea4a81ed6 /sdnr/northbound/pom.xml | |
parent | d4ccb1d0e0fc5a82d03cccc56dbd3c547eca5ad7 (diff) |
Add new feature to register cmhandle in CPS
Issue-ID: CCSDK-3342
Signed-off-by: Niranjana <niranjana.y60@wipro.com>
Change-Id: If8fd65c090f6396a85b61261e0febd3333b66778
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 4451530c4..6329b12f3 100644 --- a/sdnr/northbound/pom.xml +++ b/sdnr/northbound/pom.xml @@ -39,12 +39,13 @@ <packaging>pom</packaging> <name>ccsdk-features :: ${project.artifactId}</name> - <description>SDN-R RAN, OOF PCI ANR POC, A1 Adapter, CMNotify, RANSlice</description> + <description>SDN-R RAN, OOF PCI ANR POC, A1 Adapter, CMNotify, RANSlice, addCMHandle</description> <modules> <module>oofpcipoc</module> <module>CMNotify</module> <module>ranSlice</module> <module>features</module> + <module>addCMHandle</module> </modules> </project> |