linting ...
- create test config file
Issue-ID: OAM-388
Change-Id: I9bb4b395044d2de7fd5d1654fc0838c40a9b3ba9
Signed-off-by: Martin Skorupski <martin.skorupski@highstreet-technologies.com>
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