From 3bcc2ea0b963df3dfb17b6d634abdc0144a80c33 Mon Sep 17 00:00:00 2001 From: Martin Skorupski Date: Sun, 12 Nov 2023 18:12:28 +0100 Subject: [PATCH] linting ... - create test config file Issue-ID: OAM-388 Change-Id: I9bb4b395044d2de7fd5d1654fc0838c40a9b3ba9 Signed-off-by: Martin Skorupski --- code/network-generator/test_config.json | 45 +++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 code/network-generator/test_config.json diff --git a/code/network-generator/test_config.json b/code/network-generator/test_config.json new file mode 100644 index 0000000..b9fe710 --- /dev/null +++ b/code/network-generator/test_config.json @@ -0,0 +1,45 @@ +{ + "network": { + "name": "o-ran-network", + "center": { + "latitude": 40.535, + "longitude": -74.447, + "aboveMeanSeaLevel": 50 + }, + "pattern": { + "tower": { + "representation": "hexagon" + }, + "smo": { + "five-g-core-count": 1, + "near-rt-ric-spiral-radius": 0, + "o-could-resource-pool-count": 1 + }, + "near-rt-ric": { + "o-ran-cu-spiral-radius": 0 + }, + "o-ran-cu": { + "o-ran-du-spiral-radius": 0 + }, + "o-ran-du": { + "fronthaul-gateway-count": 0, + "tower-spiral-radius": 0, + "o-ran-ru-count": 1 + }, + "o-ran-ru": { + "nr-cell-du-count": 1 + }, + "nr-cell-du": { + "sector-count": 1, + "cell-angle": 120, + "max-reach": 400 + } + } + }, + "output-folder": "output", + "generation-tasks": { + "topology": true, + "svg": true, + "kml": true + } +} \ No newline at end of file -- 2.16.6