linting ...
[oam.git] / code / network-generator / test_config.json
1 {
2   "network": {
3     "name": "o-ran-network",
4     "center": {
5       "latitude": 40.535,
6       "longitude": -74.447,
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": 0,
16         "o-could-resource-pool-count": 1
17       },
18       "near-rt-ric": {
19         "o-ran-cu-spiral-radius": 0
20       },
21       "o-ran-cu": {
22         "o-ran-du-spiral-radius": 0
23       },
24       "o-ran-du": {
25         "fronthaul-gateway-count": 0,
26         "tower-spiral-radius": 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         "cell-angle": 120,
35         "max-reach": 400
36       }
37     }
38   },
39   "output-folder": "output",
40   "generation-tasks": {
41     "topology": true,
42     "svg": true,
43     "kml": true
44   }
45 }