aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/devicemanager-oran/provider/src/main
AgeCommit message (Collapse)AuthorFilesLines
2021-04-20Reorganization of devicemanager directory structureRavi Pendurty31-6630/+0
Organized into core, onap and o-ran-sc directories Issue-ID: CCSDK-3242 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I3c23710f990a2d96ba01104c97315fc8c6b1921b Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
2021-04-08update websocketmanagerMichael DÜrre2-11/+244
update complete notification flow Issue-ID: CCSDK-3252 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I87ba00f615707b942471fcace57bcda50ce37e61
2021-04-06Callhome to VES PNF RegistrationRavi Pendurty2-2/+151
Callhome to VES PNF Registration Issue-ID: CCSDK-3160 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: Ic5503ff7bb5bb77af3d5b4ad3ba6b09ccd10d87e Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2021-03-29Map ORAN alarm-notif to VES faultRavi Pendurty10-855/+436
O-RAN (FrontHaul) deviceManager: o-ran-fm.yang/alarm-notif to VES:fault Issue-ID: CCSDK-3161 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I3c0854ac3096160119220c341a2d8f2010facd8b Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2021-02-23ORAN Devicemanager null exceptionRavi Pendurty2-12/+43
optional field uuid should not be used as key Issue-ID: CCSDK-3159 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I55d561dacb5892b3539eb06681bde820d0e83973 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2021-02-05Migrate devicemanager-oran mountpoint-registrar and mountpoint-state-providerRavi Pendurty6-32/+44
Migrate devicemanager-oran mountpoint-registrar and mountpoint-state-provider to Aluminium Issue-ID: CCSDK-3135 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I6f9ebcf9b41157e04f6a82cbdc01cd1a32331cf6 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2020-12-08Support of several NetConf notification streamsRavi Pendurty9-20/+979
Support of several NetConf notification streams Issue-ID: SDNC-1369 Change-Id: I75b9ba06aed159992444cce3e60384a1cdb91625 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2020-12-01SDN-R Server provide GUI cut through for ODLUXRavi Pendurty3-8/+27
SDN-R Server provide GUI cut through for ODLUX Issue-ID: SDNC-1396 Change-Id: I9f510a03dcc07ab0efb84522611fc17e546da93f Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2020-10-16ORAN DevicemanagerRavi Pendurty26-0/+5646
ORAN Devicemanager Issue-ID: SDNC-1378 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I9e0eac3dc5a9aa1fec9723de938af706135cf87e Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2020-08-20Remove devicemanager-oranRavi Pendurty27-5743/+0
devicemanager-oran is now part of the o-ran-sc repository Issue-ID: CCSDK-2670 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I8a4c3cb1fc12212018f0859b49e7028891c82590 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2020-07-10Reformat sdnr devicemanager-oran to ONAP code stylehighstreetherbert11-46/+47
Reformat to ONAP code style Issue-ID: SDNC-1279 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I83c61a94855ce4640651c45ac97157566d805028 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
2020-02-28Update devicemanager componentsherbert6-12/+12
Adjust license and add Issue-ID: SDNC-1091 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: Ic0eb5ff731c6c9cc982b9867d6731a9e470a9597
2020-02-14Add Unit test casesRavi Pendurty13-1/+1984
Add Unit tests to provide Code coverage for compliance Issue-ID: SDNC-1072 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I496623ce12591b87119ff21198213a0944f09ef6
2020-02-03Adding Copyright to all FilesSingal, Kapil (ks220y)2-30/+54
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-02-01SDN-R add updated devicemanagerherbert15-0/+3735
add updated devicemanager and specific devicemanagers Issue-ID: SDNC-1039 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I16f4c8d78da95ab12dbb50e50dfb561a85e8d6a2 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com>
2020-01-30SDN-R update commonherbert15-3725/+0
update common and remove all dependent bundles Issue-ID: SDNC-1025 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I0cebe27eff0489f9b221ee7451be9250e362a827
2019-12-16add new devicemanagerherbert15-0/+3725
v2 add disaggregated devicemanager bundled Issue-ID: SDNC-1007 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: Ibb65f7f21deade7b3cef62c53b439519a931e301 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com>