From: Martin Skorupski Date: Sat, 14 Oct 2023 16:01:13 +0000 (+0200) Subject: Update the config.json accordantly X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=2a96cce7f9b1adbcdbc54bcf5a12264b7e06a744;p=oam.git Update the config.json accordantly - attribute 'center' added to 'network' of type 'geoLocation' Issue-ID: OAM-362 Change-Id: I4b19f05f09dc61f703558aced8e4dd73d8ff7991 Signed-off-by: Martin Skorupski --- diff --git a/code/network-generator/config.json b/code/network-generator/config.json index c8f86cd..020e2d1 100644 --- a/code/network-generator/config.json +++ b/code/network-generator/config.json @@ -1,6 +1,11 @@ { "network": { - "name": "o-ran-topology", + "name": "o-ran-network", + "center": { + "latitude": 52.26937, + "longitude": 13.01366, + "aboveMeanSeaLevel": 50 + }, "pattern": { "tower": { "representation": "hexagon",