summaryrefslogtreecommitdiffstats
path: root/sdnr/northbound/a1Adapter
AgeCommit message (Collapse)AuthorFilesLines
2020-04-23Fixed sdnr sli dependenciesDan Timoney1-4/+0
Updated sdnr pom files to use sli version defined in parent pom instead of overriding with version 0.7.1 Change-Id: Ifbfac82c798de8493fddf746de44183e6b323d6f Issue-ID: CCSDK-2334 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-10Update to specify SLI versionDan Timoney1-1/+2
Update to specify SLI version different from ccsdk/features version Change-Id: I75afb786f3dd82306ceb7684c8f33e3925234fe6 Issue-ID: CCSDK-2166 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-06Roll master to GuilinDan Timoney5-10/+10
Roll master to new versions for early Guilin developent Change-Id: I072f4657e16d5ad5b3fe81978f407c631a0048ed Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-04Use released 1.5.2 CCSDK parentDan Timoney5-5/+5
Use released Frankfurt M4 version of CCSDK parent poms Change-Id: I05de5b17ca00463c0d5e772d4995870df5ff0fc1 Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-02-03Adding Copyright to all FilesSingal, Kapil (ks220y)8-103/+238
Reformatting POM Files as per mvn tidy:pom Change-Id: Id90a8b5450d08ee810718cb00d9fb8b6cf38618a Issue-ID: CCSDK-2069 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2020-01-31Merge "ORAN A1 Adapter YANG Model Update"Dan Timoney1-4/+3
2020-01-30Roll to next snapshotDan Timoney5-10/+10
Roll to snapshot 0.7.1-SNAPSHOT version Change-Id: I9b48334b6d91d249b8b8b1ba6fc61fe0ef3730b8 Issue-ID: CCSDK-1963 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-01-28ORAN A1 Adapter YANG Model UpdateSandeep Shah1-4/+3
Minor YANG model updated needed for RPC definition for notifyPolicyEnforcementUpdate Issue-ID: CCSDK-2043 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: If321f34bdd387482bef860a2ae89ccf9faf94536
2020-01-23Use released parent pomDan Timoney5-5/+5
Use released version of ccsdk/parent poms Change-Id: I4e8285f98fd9921375bf4bd4168a2508e5cd10f8 Issue-ID: CCSDK-1963 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-01-22Fixed the Response code to Response MessageLathish2-25/+24
Issue-ID: CCSDK-1888 Change-Id: I2b5cc38ccf755a03dfa94337601f14888fa0b108 Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
2020-01-16Fix installers for a1Adapter and oofpcipocDan Timoney1-1/+1
Fixed typo in pom.xml for a1Adapter and oofpcipoc that was preventing karaf features file from being included in installation bundle. Change-Id: I162356cf3d3f32a79c7c7f7b2218fed35a09ff73 Issue-ID: CCSDK-2027 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-01-14Added Unit test case for A1 AdapterLathish4-1348/+2174
Issue-ID: CCSDK-1888 Change-Id: Ic1d4af5ada0d8c9573fce3e88366357840a88efd Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
2019-12-17Merge "YANG Model update for A1 Adapter"Dan Timoney3-3/+229
2019-12-17YANG Model update for A1 AdapterSandeep Shah3-3/+229
YANG model update to address policy type and poliy instance creation as well as notification for policy enforcement update Issue-ID: CCSDK-1996 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I4dc4fdf1fadd996d7f32ff370b2b1edd853823df
2019-12-16Refactoring multiple pluginsSingal, Kapil (ks220y)5-6/+10
Refactoring below plugins in sdnr/wt/common/pom.xml : 1) org.codehaus.mojo : exec-maven-plugin -> changing executable to bash so that it can run on windows too 2) com.github.alexcojocaru : elasticsearch-maven-plugin -> skip if tests are skipped during maven build Adding create dir step in es-intit.sh : sdnr/wt/data-provider/database/src/main/resources/es-init.sh -> cmd_initfile() -> mkdir -p $( dirname $INITFILENAME ) Change-Id: I78516406101659f802dad2fb68ca349f63a4dd2e Issue-ID: CCSDK-1994 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2019-12-13Refactoring POM as per tidy:pomSingal, Kapil (ks220y)5-174/+169
Removing sli version property declared as project.version, and it should inherit from parent pom Change-Id: I24dc1849e2183560f4c571319be0c490c772a95e Issue-ID: CCSDK-1993 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2019-12-02Use 1.5.1-SNAPSHOT version of parent pomTimoney, Dan (dt5972)5-5/+5
Fixed version of parent pom to use snapshot version Change-Id: Ia43d59fcdc3d85302ea1d043defa261b9007ca3e Issue-ID: CCSDK-1935 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-11-21Override sli core versionTimoney, Dan (dt5972)1-0/+4
Override ccsdk.sli.core.version with project.version to allow snapshot builds to use snapshot version of sli core Change-Id: I58e5aa4c3c11c46f0794be4fe877aa4a48579709 Issue-ID: CCSDK-1944 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-11-18Merge "Inclusion of A1 adapter in SDNR meta karaf feature"Dan Timoney1-0/+88
2019-11-13Use 1.5.0 parent pomTimoney, Dan (dt5972)5-7/+6
Use released 1.5.0 version of parent pom Change-Id: Ie4cf2559a486f0e98e4955ffadfc5ca138e9b833 Issue-ID: CCSDK-1920 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-11-12Inclusion of A1 adapter in SDNR meta karaf featureSandeep Shah1-0/+88
The feature to be included after successful merge of A1 adapter feature JAR files and updated POM file in CCSDK distribution. Also included additional payload logs in provider code Issue-ID: CCSDK-1895 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I4818d5330cb670ae54166c470126d29c39c7b573
2019-11-02ORAN A1 Adapter Karaf feature developmentSandeep Shah11-0/+2204
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