5fb51452febceb0aeab7930502cfcde50cba65fe
[oam.git] / code / network-generator / config.json
1 {
2   "network": {
3     "name": "o-ran-network",
4     "center": {
5       "latitude": 52.4996182,
6       "longitude": 13.3289033,
7       "aboveMeanSeaLevel": 50
8     },
9     "pattern": {
10       "tower": {
11         "representation": "hexagon"
12       },
13       "smo": {
14         "five-g-core-count": 1,
15         "near-rt-ric-spiral-radius": 1,
16         "o-could-resource-pool-count": 1
17       },
18       "near-rt-ric": {
19         "o-ran-cu-spiral-radius": 1
20       },
21       "o-ran-cu": {
22         "o-ran-du-spiral-radius": 1
23       },
24       "o-ran-du": {
25         "fronthaul-gateway-count": 0,
26         "tower-spiral-radius": 1,
27         "o-ran-ru-count": 1
28       },
29       "o-ran-ru": {
30         "nr-cell-du-count": 1,
31         "cell-angle": 120,
32         "max-reach": 600
33       },
34       "nr-cell-du": {
35         "sector-count": 1
36       }
37     }
38   },
39   "output-folder": "output",
40   "generation-tasks": {
41     "topology": true,
42     "svg": true,
43     "kml": true
44   }
45 }