SDNR OOF PCI/ANR POC Feature Implementation 29/84429/1
authorSandeep Shah <sandeep.shah2@techmahindra.com>
Sat, 6 Apr 2019 23:53:15 +0000 (18:53 -0500)
committerSandeep Shah <sandeep.shah2@techmahindra.com>
Sat, 6 Apr 2019 23:53:15 +0000 (18:53 -0500)
commit3da6a9ea28f94ab6e33e52a72ca8af86f38ed8e7
treec553fd4ea73b8762e05b82d568bef8f906209ba5
parentd693378eaecbe21675c89688ef89353949254350
SDNR OOF PCI/ANR POC Feature Implementation

OOF PCI/ANR POC use case implemented as a Karaf feature, leveraging
CCSDK framework.

Change-Id: Idb5d9987826234888a1ab94ce8bf2a63e8c6d205
Issue-ID: CCSDK-1203
Signed-off-by: SandeepLinux <sandeep.shah2@techmahindra.com>
13 files changed:
sdnr/northbound/features/ccsdk-features-sdnr-northbound-all/pom.xml [new file with mode: 0644]
sdnr/northbound/features/installer/pom.xml [new file with mode: 0644]
sdnr/northbound/features/installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
sdnr/northbound/features/pom.xml [new file with mode: 0644]
sdnr/northbound/oofpcipoc/feature/pom.xml [new file with mode: 0644]
sdnr/northbound/oofpcipoc/installer/pom.xml [new file with mode: 0644]
sdnr/northbound/oofpcipoc/installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
sdnr/northbound/oofpcipoc/model/pom.xml
sdnr/northbound/oofpcipoc/pom.xml [new file with mode: 0644]
sdnr/northbound/oofpcipoc/provider/pom.xml [new file with mode: 0644]
sdnr/northbound/oofpcipoc/provider/src/main/java/org/onap/ccsdk/features/sdnr/northbound/oofpcipoc/OofpcipocClient.java [new file with mode: 0644]
sdnr/northbound/oofpcipoc/provider/src/main/java/org/onap/ccsdk/features/sdnr/northbound/oofpcipoc/OofpcipocProvider.java [new file with mode: 0644]
sdnr/northbound/oofpcipoc/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml [new file with mode: 0644]