From 2a96cce7f9b1adbcdbc54bcf5a12264b7e06a744 Mon Sep 17 00:00:00 2001 From: Martin Skorupski Date: Sat, 14 Oct 2023 18:01:13 +0200 Subject: [PATCH] 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 --- code/network-generator/config.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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", -- 2.16.6