From: Martin Skorupski Date: Sat, 21 Sep 2024 15:10:24 +0000 (+0200) Subject: Rename topology in schema and config to SDO ref X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=47397a42899d08c0461671accd7ca10126b8973a;p=oam.git Rename topology in schema and config to SDO ref - adopt config file according to schema Issue-ID: OAM-412 Change-Id: I56ea28a93663569c7b0da02fdf0974ac66e35ea2 Signed-off-by: Martin Skorupski --- diff --git a/code/network-generator/config.json b/code/network-generator/config.json index ff785f7..0a80fb6 100644 --- a/code/network-generator/config.json +++ b/code/network-generator/config.json @@ -39,17 +39,17 @@ }, "outputFolder": "output", "generationTasks": { - "network_dir": { - "enabled": true, + "day0Config": { + "enabled": false, "compressed": false }, - "topology": { + "rfc8345": { "enabled": true, - "compressed": true + "compressed": false }, "svg": { - "enabled": true, - "compressed": true + "enabled": false, + "compressed": false }, "kml": { "enabled": true,