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