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 <martin.skorupski@highstreet-technologies.com>
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",