From: Martin Skorupski Date: Fri, 27 Oct 2023 07:38:20 +0000 (+0200) Subject: Move cell configurations to cell level X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=3461ac19f233f610594196267199266dedcf57db;p=oam.git Move cell configurations to cell level - adopt changes in config.json IssueID: OAM-375 Change-Id: I3cc869cd1a807437b865387fb3787a80a26fee03 Signed-off-by: Martin Skorupski --- 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 } } },