blob: c8f86cd05373929b7bc19a0bf72223d286ed05da [file] [log] [blame]
Martin Skorupski740fe8f2023-10-10 16:01:12 +02001{
2 "network": {
3 "name": "o-ran-topology",
4 "pattern": {
5 "tower": {
6 "representation": "hexagon",
7 "cellAngle": 120
8 },
9 "smo": {
10 "five-g-core-count": 1,
11 "near-rt-ric-spiral-radius": 1,
12 "o-could-resource-pool-count": 1
13 },
14 "near-rt-ric": {
15 "o-ran-cu-spiral-radius": 1
16 },
17 "o-ran-cu": {
18 "tower-spiral-radius": 2
19 },
20 "o-ran-du": {
21 "fronthaul-gateway-count": 0,
22 "o-ran-ru-count": 1
23 },
24 "o-ran-ru": {
25 "nr-cell-du-count": 1
26 },
27 "nr-cell-du": {
28 "sector-count": 1
29 }
30 }
31 },
32 "output-folder": "output",
33 "generation-tasks": {
34 "topology": true,
35 "svg": true,
36 "kml": true
37 }
38}