Move cell configurations to cell level
- adopt changes in config.json
IssueID: OAM-375
Change-Id: I3cc869cd1a807437b865387fb3787a80a26fee03
Signed-off-by: Martin Skorupski <martin.skorupski@highstreet-technologies.com>
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
}
}
},