From: Martin Skorupski Date: Wed, 22 Nov 2023 06:51:39 +0000 (+0100) Subject: Implement handover areas in kml X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=3debb0d647849db71aa02a4f896b35888c71e25f;p=oam.git Implement handover areas in kml - update config files according to schema Issue-ID: OAM-393 Change-Id: Iab843d1cc857fa753026b148075273d19c937bca Signed-off-by: Martin Skorupski --- diff --git a/code/network-generator/config.json b/code/network-generator/config.json index 2863fe2..2661f46 100644 --- a/code/network-generator/config.json +++ b/code/network-generator/config.json @@ -32,8 +32,8 @@ "nr-cell-du": { "sector-count": 1, "cell-angle": 120, - "cell-scale-factor-for-handover-area": 20, - "max-reach": 400 + "cellScaleFactorForHandoverArea": 20, + "maxReach": 400 } } }, diff --git a/code/network-generator/test_config.json b/code/network-generator/test_config.json index d07cb30..ac8a56d 100644 --- a/code/network-generator/test_config.json +++ b/code/network-generator/test_config.json @@ -32,8 +32,8 @@ "nr-cell-du": { "sector-count": 1, "cell-angle": 120, - "cell-scale-factor-for-handover-area": 20, - "max-reach": 400 + "cellScaleFactorForHandoverArea": 20, + "maxReach": 400 } } },