summaryrefslogtreecommitdiffstats
path: root/components/slice-analysis-ms/src/main/java/org/onap/slice/analysis/ms/dmaap/VesNotificationCallback.java
AgeCommit message (Collapse)AuthorFilesLines
2022-09-27[SLICEMS]Fix bug that config thread hang up when cbs policy is emptyqingshuting1-2/+1
Fix bug for config thread Issue-ID: DCAEGEN2-3273 Signed-off-by: qingshuting <qingshuting1@huawei.com> Change-Id: I3de62d62b5dc91ada70060c0820b0b4b701df728
2022-09-20[SLICEMS] Add bw decrease logics and enhance runtime config featureqingshuting1-2/+15
Add closed loop assurance decrease bw logics. Add a thread transfers latest data from cbs client configs to corresponding value. Add runtime configuration function. Fix the bug that cll service info didn't get updated when a cll service is deleted. Issue-ID: DCAEGEN2-3240 Issue-ID: DCAEGEN2-3264 Issue-ID: DCAEGEN2-3255 Issue-ID: DCAEGEN2-3238 Signed-off-by: qingshuting <qingshuting1@huawei.com> Change-Id: Id611d10973fca1e1715e9e220819dfcf51bbd1ba
2022-08-03Revert "Fix bug in handleNotification function and improve test code coverage"Shuting Qing1-4/+3
This reverts commit f7371ed8b15bd23d5b63ca4808da7d1673bac46a. Reason for revert: @Autowired instance does not need to be created manually. Issue-ID: DCAEGEN2-3208 Change-Id: Iba33e54241925189c5abbb0590452c47d29b0e11 Signed-off-by: qingshuting <qingshuting1@huawei.com>
2022-07-18Fix bug in handleNotification function and improve test code coverageqingshuting1-3/+4
Issue-ID: DCAEGEN2-3208 Change-Id: I5edc573b169ef45735951d2f691e4e80a00f33df Signed-off-by: qingshuting <qingshuting1@huawei.com>
2022-04-15[SLICEANALYSIS] Bugfix1.1.1-slice-analysis-msdecheng zhang1-0/+2
- Add two attributes in policy payload: modelInvariantUuid and modelUuid - Fix MrTopicParams builder bug - Fix aai-subscriber server configuration and AAI-EVENT topic name - Add safeguard for processing network-policy-list - Fix AAI-EVENT entity format changes - Add debug log lines - Turn on scan in logback setting Issue-ID: DCAEGEN2-3141 Signed-off-by: decheng zhang <decheng.zhang@huawei.com> Change-Id: I0885035d85c55a6bff985b13f534c9db99e8fd09 Signed-off-by: decheng zhang <decheng.zhang@huawei.com>
2022-03-18Jakarta changes in slice-analysis-ms for IBN Cloud leased line update and ↵1.1.0-slice-analysis-msdecheng zhang1-0/+112
CCVPN closed-loop. This commit contains work in sub-task: 1) AAI monitor thread; 2) bandwidth evaluator; 3) policy notification code. Issue-ID: DCAEGEN2-3063 Signed-off-by: decheng zhang <decheng.zhang@huawei.com> Change-Id: I9029ffd7563e65be59f7fd76adc2a749ff624172 Signed-off-by: decheng zhang <decheng.zhang@huawei.com>