summaryrefslogtreecommitdiffstats
path: root/sdnr/northbound
AgeCommit message (Collapse)AuthorFilesLines
2021-04-16Use RC2 version of parent pomDan Timoney25-25/+25
Use RC2 version of parent pom in order to pick up sli fix for SDNC-1515 Issue-ID: CCSDK-3263 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I8391036884148a38ee942f8c00df741970908a42
2021-04-06Release version 1.1.3 and roll versionDan Timoney20-20/+20
Release version 1.1.3 (license fix) and roll to next snapshot version Issue-ID: SDNC-1503 Issue-ID: CCSDK-3216 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I524910a2256a2ec3460dda6c61e86d8852ab883d
2021-03-25Release version 1.1.2 and roll versionDan Timoney20-20/+20
Release version 1.1.2 and roll to next snapshot version Issue-ID: CCSDK-3237 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I0d09f094da5dd46fb749b0b5abfcc787bd202b40
2021-03-24Update parent versionDan Timoney25-25/+25
Update parent version to pick up sli fix Issue-ID: CCSDK-3237 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Iaab8666da26a545509ac692e1466dfb1ccc6f090
2021-02-23Release version 1.1.1 of ccsdk/featuresDan Timoney25-45/+45
Release version 1.1.1 of ccsdk/features and roll to next snapshot version. Issue-ID: CCSDK-3179 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Iceb1c8391efdffc1563946b79d71e77760b40f34
2021-02-05Adapt SDNR northbound to AluminiumRavi Pendurty45-1066/+803
Adapt SDNR northbound to Aluminium Issue-ID: CCSDK-3128 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: Id2dc38d4f2573d5c6aeedfb42349433f22aa86f5 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2020-12-18Indenting POM's and running mvn tidy:pomSingal, Kapil (ks220y)2-12/+10
Issue-ID: CCSDK-3058 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I34da02e3dbfde1008b3dd0526ed402201b445484
2020-11-30Release version 1.1.0 of featuresDan Timoney25-50/+50
Release initial Honolulu version of ccsdk/features and roll version to next snapshot Issue-ID: CCSDK-3002 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I1b65869fe2d27a3ea1367b3d48fab73f6181a11e
2020-11-06Model updates for RANSlice YANGSandeep Shah1-19/+20
Changed mandatory fields to optional and corrected definition for gNBId in gNBCUUPFnGrp Issue-ID: CCSDK-2969 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: Ic1b5584809f06139303efb410166976e93d542ea
2020-10-08Fix dependency sli-provider-baseDan Timoney1-0/+1
The dependency sli-provider-base should specify scope as provided so that the ODL code that generates the feature.xml does not incorrectly add sli-provider-base and its dependencies. Doing so causes an incorrect entry for tomcat-jdbc, missing the option needed to locate the mariadb jdbc driver. Issue-ID: SDNC-1373 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I111512d9f45bba66b61f16392e506ab422cfe543
2020-10-01YANG Model update to RANSlice southoboundSandeep Shah1-1/+1
Minor update to YANG model for soutbound RANSlice to accommodate how Policy/SO sending sNSSAI in the DMAAP message. Chnaged type from uint32 to string. Issue-ID: CCSDK-2863 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I4a00dc6257d3198c20bdf3b1ee6fac9955f7b8fa
2020-09-22Merge "RNASlice Southbound YANG Model Updates"Dan Timoney1-10/+142
2020-09-21Bug fix in SDNR Northbound features POM fileSandeep Shah2-1/+8
Include dependency for RANSlice feature in the ccsdk-features-sdnr-northbound-all POM file Issue-ID: CCSDK-2847 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I4d16fca9f63322dc54a593fac2d2eeef2b5cd71d
2020-09-21RNASlice Southbound YANG Model UpdatesSandeep Shah1-10/+142
Southbound YANG model updated to include RRMPolicy related nodes Issue-ID: CCSDK-2845 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: If3976127984c017d335f50091198cfc9c62e153e
2020-09-10Roll to initial Honolulu release versionDan Timoney25-45/+45
Roll master branch to initial Honolulu release version Issue-ID: CCSDK-2742 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I7b00234f93bba5f10f590f0da11f0974f6099b82
2020-09-08Updates to southbound ranSlice YANG modelSandeep Shah2-51/+183
Based on further use case developments, model updates for ranSlice southbound configuration YANG model Issue-ID: CCSDK-2724 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: Ia82af9e113bbabc000366566308907af6a245916
2020-08-26Deprecate the SDNR A1 AdapterLathish13-914/+0
Issue-ID: CCSDK-2694 Change-Id: I9ef2975b08a551cc8d739ba7507530f80ad31eec Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
2020-08-17RAN Slice YANG Model and Associated Feature codeSandeep Shah31-0/+4361
This includes YANG models to be used for RAN Slice use case/POC in Gulian, and associated ranSlice Karaf feature code. Issue-ID: CCSDK-2661 SIgned-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I75ab8860c67bd25b7fdbcb5da734d705bfdce1b6
2020-08-12Refactoring POMSSingal, Kapil (ks220y)11-49/+0
running mvn tidy:pom and removing few duplicate dependencies Change-Id: I73144605f24c2d9cb524ab8bcdd6aebb5f0ec682 Issue-ID: CCSDK-2647 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2020-08-07Roll to next snapshotDan Timoney25-45/+45
Roll to snapshot version 1.0.1-SNAPSHOT Issue-ID: CCSDK-2635 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I657f559c5f1891f7b9e279eb68ccb872c4388e67
2020-07-20Updated A1 Yang modelLathish4-2645/+90
Issue-ID: CCSDK-2581 Change-Id: I816cac765c2cf09c3d0911b98b3361ef8cb3696f Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
2020-05-13Remove A1 adaptor from sdnr-northbound-all aggregatorDan Timoney1-7/+0
Remove A1 adaptor from sdnr-northbound-all feature aggregator so that it can be optionally installed separately. Issue-ID: CCSDK-2371 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ie06aa1652b3b498a6b2c60896e102e55fb98d560
2020-04-23Fixed sdnr sli dependenciesDan Timoney4-16/+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 Timoney4-6/+7
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-09Fixing package naming to fix MANIFEST.MFSingal, Kapil (ks220y)7-90/+87
Reafactoring POM Files Change-Id: Ib2eaaca2ee81d8354ccff4de10f7d6f77c8a82bf Issue-ID: CCSDK-2166 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2020-03-06Roll master to GuilinDan Timoney25-50/+50
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 Timoney25-31/+26
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-03-02Include CMNotify feature in SDNRSandeep Shah1-0/+7
Integration of CMNotify feature in ccsdk-features- sdnr-northbound-all meta feature Issue-ID: CCSDK-2148 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I52d4729e009e9f4abfed4514c5911c51c037f1c2
2020-03-02ORAN CMNotify Karaf Feature DevelopmentSandeep Shah14-1/+1227
CMNotify Karaf feature development as part of SDNR meta-feature. This feature relates to receiving VES message for nbrListChangeNotification via DMAAP and making updates to RuntimeDB/ConfigDB Issue-ID: CCSDK-2130 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: Iad5f0bfe855986a202a264b50e1a0591c7015fce
2020-02-24Fix dblib dependency scopeDan Timoney1-0/+2
Scope of dependency on dblib must be provided to avoid conflicting definition of embedded tomcat dependency in derived feature.xml Change-Id: Ib2da967427c80701525a8ba4c3432a9f9844a5f9 Issue-ID: CCSDK-2117 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-02-18JUNIT tests for SDNR OOFPCIPOCSandeep Shah3-56/+232
JUNIT test cases for provider classes of OOFPCIPOC SDNR feature Issue-ID: CCSDK-2105 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I6d1e79d47198bf145b5f880a73ea32a5b8b5b23c
2020-02-03Adding Copyright to all FilesSingal, Kapil (ks220y)42-472/+1160
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 Timoney20-40/+40
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 Timoney20-20/+20
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 Timoney2-2/+2
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)20-24/+42
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)20-913/+894
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)20-20/+20
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)3-0/+13
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 Timoney2-0/+95
2019-11-13Use 1.5.0 parent pomTimoney, Dan (dt5972)20-167/+166
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 Shah2-0/+95
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 Shah12-1/+2206
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
2019-09-11Specify sli scope as providedTimoney, Dan (dt5972)1-115/+115
Specify scope of sli dependency as provided to avoid issue in generated feature.xml Change-Id: I104c4e9b276b68faf1e63f5dd642e3740c2a2962 Issue-ID: CCSDK-1445 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>