From 9d6cf9dc122d8c980e1bc96b86b5c0233c372fd0 Mon Sep 17 00:00:00 2001 From: decheng zhang Date: Tue, 23 Aug 2022 18:02:28 -0400 Subject: [SLICEANALYSIS] Enhance BandwidthEvaluator to listen on user's bandwidth threshold Put bandwidth evaluation into seperated evaluationStrategy; minor enhance to bandwidth evalution and adjustment; adding ratelimiter for each network function calling. Issue-ID: DCAEGEN2-3239 Issue-ID: DCAEGEN2-3195 Signed-off-by: decheng zhang Change-Id: Id5e64fea0a03b0b41054840911ea6a7336956415 Signed-off-by: decheng zhang --- components/slice-analysis-ms/src/test/resources/config_all.json | 1 + 1 file changed, 1 insertion(+) (limited to 'components/slice-analysis-ms/src/test/resources/config_all.json') diff --git a/components/slice-analysis-ms/src/test/resources/config_all.json b/components/slice-analysis-ms/src/test/resources/config_all.json index c24c1f6f..f37e438c 100644 --- a/components/slice-analysis-ms/src/test/resources/config_all.json +++ b/components/slice-analysis-ms/src/test/resources/config_all.json @@ -110,6 +110,7 @@ "sliceanalysisms.ccvpnEvalPrecision": 100.0, "sliceanalysisms.ccvpnEvalPeriodicCheckOn": true, "sliceanalysisms.ccvpnEvalOnDemandCheckOn": true, + "sliceanalysisms.ccvpnEvalStrategy": "FixedUpperBoundStrategy", "service_calls": { "policy-req": [] }, -- cgit 1.2.3-korg