From 3461ac19f233f610594196267199266dedcf57db Mon Sep 17 00:00:00 2001 From: Martin Skorupski Date: Fri, 27 Oct 2023 09:38:20 +0200 Subject: [PATCH] Move cell configurations to cell level - adopt changes in config.json IssueID: OAM-375 Change-Id: I3cc869cd1a807437b865387fb3787a80a26fee03 Signed-off-by: Martin Skorupski --- code/network-generator/config.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/code/network-generator/config.json b/code/network-generator/config.json index 5fb5145..73c1e80 100644 --- a/code/network-generator/config.json +++ b/code/network-generator/config.json @@ -2,8 +2,8 @@ "network": { "name": "o-ran-network", "center": { - "latitude": 52.4996182, - "longitude": 13.3289033, + "latitude": 40.535, + "longitude": -74.447, "aboveMeanSeaLevel": 50 }, "pattern": { @@ -27,12 +27,12 @@ "o-ran-ru-count": 1 }, "o-ran-ru": { - "nr-cell-du-count": 1, - "cell-angle": 120, - "max-reach": 600 + "nr-cell-du-count": 1 }, "nr-cell-du": { - "sector-count": 1 + "sector-count": 1, + "cell-angle": 120, + "max-reach": 400 } } }, -- 2.16.6