aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/northbound/energysavings/provider/src
AgeCommit message (Collapse)AuthorFilesLines
2021-11-19Fix sonar Security HotspotsLiard Samuel1-4/+3
Issue-ID: CCSDK-3491 Signed-off-by: sliard <samuel.liard@gmail.com> Change-Id: I33787ccca2a8acd8085db6b2a915e8f2ac2511ec Signed-off-by: Dan Timoney <dtimoney@att.com> Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
2020-02-03Adding Copyright to all FilesSingal, Kapil (ks220y)3-64/+81
Reformatting POM Files as per mvn tidy:pom Change-Id: Id90a8b5450d08ee810718cb00d9fb8b6cf38618a Issue-ID: CCSDK-2069 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2019-08-15Update to NeonTimoney, Dan (dt5972)1-0/+40
Apply code updates to port to Neon. Change-Id: I159309494ec64209d9fa23fc515643f1e31fe146 Issue-ID: CCSDK-1389 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-11-06Fix license issueTimoney, Dan (dt5972)1-4/+16
Replaced incorrect license with correct license text Change-Id: Iba6d8e7edf75ab15ea80839526fbf3cd3c16ceea Issue-ID: CCSDK-651 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-07-19Rename package to new ccsdk/features repoCLAPP, GEORGE H (gc731h)3-0/+334
Rename the energysavings package to align with new ccsdk/features repo and update file structure Change-Id: I9404cc2aca5e6f3abe8decd89987478a7d6db295 Issue-ID: CCSDK-350 Signed-off-by: CLAPP, GEORGE H (gc731h) <gc731h@att.com>
2018-07-13First draft Energy Savings POLICY_TO_SDNR handlerCLAPP, GEORGE H (gc731h)3-0/+310
Initial commit of a karaf feature to process a DMaaP topic sent by Policy to SDNR as part of the Energy Savings project. The topic name is POLICY_TO_SDNR, and the content is a large and complex JSON structure. Currently, this feature simply forwards the JSON string to a server and returns the response of the server to Policy in topic SDNR_TO_POLICY. Change-Id: I84cb891c98fb23f5dfe44a9e3ad8ce69afb72405 Issue-ID: CCSDK-350 Signed-off-by: George Clapp <gc731h@att.com>