Move cell configurations to cell level 82/11982/1
authorMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Fri, 27 Oct 2023 07:38:20 +0000 (09:38 +0200)
committerMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Fri, 27 Oct 2023 07:38:26 +0000 (09:38 +0200)
- adopt changes in config.json

IssueID: OAM-375
Change-Id: I3cc869cd1a807437b865387fb3787a80a26fee03
Signed-off-by: Martin Skorupski <martin.skorupski@highstreet-technologies.com>
code/network-generator/config.json

index 5fb5145..73c1e80 100644 (file)
@@ -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": {
         "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
       }
     }
   },