aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-09-03Fixing and Refactoring POM'sSingal, Kapil (ks220y)72-1816/+1795
Adding missing xml tag and parent pom referencing Issue-ID: CCSDK-2730 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I2fa6eb3aea80480452122a62b417a2e944732645
2020-09-03Merge "Add version.properties"KAPIL SINGAL1-0/+14
2020-09-03Add version.propertiesecaiyanlinux1-0/+14
ccsdk-oran-maven-docker-stage-master job is failing due to missing version.properties Add version.properties to fix jenkins job Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech> Issue-ID: CCSDK-2699 Change-Id: I5cc8c8f4df1a9b6c49fe8a8b7730f6bfa0cee6d4
2020-09-03Update lifecycle stateDan Timoney1-1/+1
Update lifecycle state to Mature Issue-ID: CCSDK-2660 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I192499b23903f898e2caec259cee0cb615941a6e
2020-09-01Merge "Fixing instable test"Dan Timoney2-14/+35
2020-09-01Remove Sonar issueselinuxhenrik3-167/+103
Change-Id: I237379f7cb8043abaf75870312412a6302c9705a Issue-ID: CCSDK-2604 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2020-09-01Fixing instable testPatrikBuhr2-14/+35
The testcase in question should wait util the available so that the data synchronization does not iterfere. Change-Id: I152bb5db25cb7d55a0c677595027ef72577f84c0 Issue-ID: CCSDK-2502 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
2020-08-31Fixed so that ApplicationTest(s) is run by mvn testPatrikBuhr3-20/+7
For some reason 'mvn test' skips tests in files named ApplicationTestV1 and ApplicationTestV2 They are renamed, and moved to controllers. Change-Id: I9563f1dcc5ffce98be1b744159fd4a75d3992b19 Issue-ID: CCSDK-2502 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
2020-08-27move a1-adapter to actual ccsdk/odlsli 1.0.1-SNAPSHOT dependencieshighstreetherbert1-5/+7
Issue-ID: SDNC-1336 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I71bc5f949914739df2f7696424e3330df278164e Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
2020-08-27Merge "DMAAP Improvements"KAPIL SINGAL6-133/+167
2020-08-27Merge "Some improvements if NBI V2.0"KAPIL SINGAL23-236/+237
2020-08-27DMAAP ImprovementsPatrikBuhr6-133/+167
When a syntactically incorrect DMAAP is receiced, a response is generated to simplify trouble shooting. Change-Id: I949df0c13e056fa5713a4af6dfc870e1b7078c0a Issue-ID: CCSDK-2498 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
2020-08-26Merge "Set SureFire plugin version to make tests work"KAPIL SINGAL1-0/+2
2020-08-26Set SureFire plugin version to make tests workelinuxhenrik1-0/+2
When the SureFire plugin version is not set to 2.22.2 the tests are not started. Change-Id: Iaface367461187ba2a9068b2c8d8bcbca031d404 Issue-ID: CCSDK-2502 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2020-08-25Some improvements if NBI V2.0PatrikBuhr23-236/+237
Improved generated swagger API. Furter alignments to https://opensource.zalando.com/restful-api-guidelines/#118 Improved unitttest for faulty JSON in configuration. Changed names: "NonRT-RIC" to "Non-RT RIC" and "NearRT-RIC" to "Near-RT RIC" Change-Id: I4ca0d45605a770b5c33e34019671e088e3fe979d Issue-ID: CCSDK-2498 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
2020-08-24Added additional log informationLathish4-24/+39
Issue-ID: CCSDK-2604 Change-Id: I3b6e9759a9a31d694bc0ba488cd1d2dfb9bcfdb5 Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
2020-08-24Fix Sonar issueselinuxhenrik2-8/+7
Change-Id: I868d22847853ba7646164c2234b608ec319085ab Issue-ID: CCSDK-2502 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2020-08-24Update parent pom version and clean upelinuxhenrik1-7/+5
Change-Id: Idcc109e431bcf1bdd1f38fbe7939fcc93000ef45 Issue-ID: CCSDK-2502 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2020-08-20Merge "REST Style alignment for A1 Policy Management"Dan Timoney66-274/+4248
2020-08-20REST Style alignment for A1 Policy ManagementPatrikBuhr66-274/+4248
Created a structure for support of different NBI APIs. A version 2 is started, which introduces changes initiated by reviews and aligns to https://opensource.zalando.com/restful-api-guidelines/#118 More alignment will be done in later commits. Issue-ID: CCSDK-2498 Change-Id: I810ecce79b5e2462cc77a1c2e7c638fbc6d54774 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
2020-08-19Update Sli Version to release versionLathish2-5/+20
Set DG response to A1 response Issue-ID: CCSDK-2604 Change-Id: I6b3f5e80e452fd754f8157336b795dbc2d40e586 Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
2020-08-17Add A1 implementationLathish4-184/+633
Issue-ID: CCSDK-2604 Change-Id: Iad40153e7a8a0468c4512ae284de47cf42ee31bd Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
2020-08-13Initial A1 adapter api implmentationLathish17-23/+812
Issue-ID: CCSDK-2604 Change-Id: If946b4f0cc92410e6b903928fd9cb2fd79996dc3 Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
2020-08-04Add seed code for A1 policy management serviceRehanRaza86-1/+11994
Change-Id: I4925a613a85b182aab6d78dafd55ec333acba49d Issue-ID: CCSDK-2617 Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
2020-07-31Merge "Add the A1 Adapter API"Dan Timoney9-2/+530
2020-07-31Add the A1 Adapter APILathish9-2/+530
Restructed the repo's Issue-ID: CCSDK-2581 Change-Id: Idb4062cf32d3e55b9c93829e51f67c83842a125e Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
2020-07-30Add the Policy Management Service APIelinuxhenrik1-0/+842
Change-Id: I1c816846ebc2d459d0619550c6e127735652d076 Issue-ID: CCSDK-2597 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2020-07-28Add component structure + initial pom fileselinuxhenrik3-0/+130
Change-Id: I232d08c675cce1f70343f5d3ec541bf9a2a73f0e Issue-ID: CCSDK-2597 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2020-07-27Merge "Add initial files to repo"Dan Timoney3-0/+60
2020-07-23Add initial files to repoelinuxhenrik3-0/+60
Change-Id: Ib68bedaa653ce898f7f68f89c43518e56996f381 Issue-ID: CCSDK-2595 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2020-07-21Automation adds INFO.yamlLF Jenkins CI1-0/+74
Issue-ID: CIMAN-33 Change-Id: Ibd8b9b9e9ac69434e200a451fbf231fb048aac6b Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2020-07-21Automation adds .gitreviewLF Jenkins CI1-0/+7
Issue-ID: CIMAN-33 Change-Id: I5e8ec8d0888649341c7ffa1c0cdfb7bee73b6957 Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2020-07-21Initial empty repositoryLF Jenkins CI0-0/+0