ORAN A1 Adapter Karaf feature development 79/97879/1
authorSandeep Shah <sandeeplinux1068@gmail.com>
Sat, 2 Nov 2019 10:05:25 +0000 (05:05 -0500)
committerSandeep Shah <sandeeplinux1068@gmail.com>
Sat, 2 Nov 2019 10:05:25 +0000 (05:05 -0500)
commit8ee521ed01b956d1c6939513d617de9cd5e9a68f
treea395544047f73c2a848f8322917180f60a3c1ece
parenta6557cbba03576e7593160fd2a6abe68f0af86b3
ORAN A1 Adapter Karaf feature development

A1 adapter to interface with A1 mediator in ORAN real-time RIC.
This is a karaf feature that will be installed in ODL/CCSDK.
The feature will be supported by corresponding DG's.

Issue-ID: CCSDK-1888
Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com>
Change-Id: Ib462637a013fa454dd65047dda9c85f4d2d4521c
12 files changed:
sdnr/northbound/a1Adapter/feature/pom.xml [new file with mode: 0644]
sdnr/northbound/a1Adapter/installer/pom.xml [new file with mode: 0644]
sdnr/northbound/a1Adapter/installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
sdnr/northbound/a1Adapter/model/pom.xml [new file with mode: 0644]
sdnr/northbound/a1Adapter/model/src/main/yang/A1-ADAPTER-API.yang [new file with mode: 0644]
sdnr/northbound/a1Adapter/pom.xml [new file with mode: 0644]
sdnr/northbound/a1Adapter/provider/pom.xml [new file with mode: 0644]
sdnr/northbound/a1Adapter/provider/src/main/java/org/onap/ccsdk/features/sdnr/northbound/a1Adapter/A1AdapterClient.java [new file with mode: 0644]
sdnr/northbound/a1Adapter/provider/src/main/java/org/onap/ccsdk/features/sdnr/northbound/a1Adapter/A1AdapterProvider.java [new file with mode: 0644]
sdnr/northbound/a1Adapter/provider/src/main/resources/OSGI-INF/blueprint/impl-blueprint.xml [new file with mode: 0644]
sdnr/northbound/a1Adapter/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml [new file with mode: 0644]
sdnr/northbound/pom.xml