From 3debb0d647849db71aa02a4f896b35888c71e25f Mon Sep 17 00:00:00 2001 From: Martin Skorupski Date: Wed, 22 Nov 2023 07:51:39 +0100 Subject: [PATCH] Implement handover areas in kml - update config files according to schema Issue-ID: OAM-393 Change-Id: Iab843d1cc857fa753026b148075273d19c937bca Signed-off-by: Martin Skorupski --- code/network-generator/config.json | 4 ++-- code/network-generator/test_config.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 } } }, -- 2.16.6