X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=code%2Fnetwork-generator%2Ftest_config.json;h=9b70e65f943262de2153f881f443f6b5c9a26470;hb=refs%2Fheads%2Fmaster;hp=914d35972b7a819e7f0dbb1f97bcc7c1760efb3a;hpb=6d25da03b7f4064db33df50469d01019451eb1fc;p=oam.git diff --git a/code/network-generator/test_config.json b/code/network-generator/test_config.json index 914d359..9b70e65 100644 --- a/code/network-generator/test_config.json +++ b/code/network-generator/test_config.json @@ -11,7 +11,7 @@ "representation": "hexagon" }, "smo": { - "fiveCCoreCount": 1, + "fiveGCoreCount": 1, "nearRtRicSpiralRadius": 0, "oCloudResourcePoolCount": 1 }, @@ -39,8 +39,17 @@ }, "outputFolder": "output", "generationTasks": { - "topology": true, - "svg": true, - "kml": true + "topology": { + "enabled": true, + "compressed": true + }, + "svg": { + "enabled": true, + "compressed": true + }, + "kml": { + "enabled": true, + "compressed": true + } } } \ No newline at end of file