Generate GeoJSON for topology 63/14263/1
authorMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Fri, 14 Mar 2025 15:19:34 +0000 (16:19 +0100)
committerMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Fri, 14 Mar 2025 15:19:34 +0000 (16:19 +0100)
- more configs

IssueID: OAM-444
Change-Id: Ia1e3bd23186d29bf9c7772db5e4843e64d64a1a1
Signed-off-by: Martin Skorupski <martin.skorupski@highstreet-technologies.com>
code/network-generator/configurations/configA00111.json [new file with mode: 0644]
code/network-generator/configurations/configB00111.json [new file with mode: 0644]
code/network-generator/configurations/configC00111.json [new file with mode: 0644]

diff --git a/code/network-generator/configurations/configA00111.json b/code/network-generator/configurations/configA00111.json
new file mode 100644 (file)
index 0000000..9c3a752
--- /dev/null
@@ -0,0 +1,80 @@
+{
+  "network": {
+    "name": "O-RAN-Network-Operator-A",
+    "host": "to-be-replaced-by-host-fqdn",
+    "version":"v0.0.2",
+    "operationalState": "enabled",
+    "center": {
+      "latitude": 40.545,
+      "longitude": -74.447,
+      "aboveMeanSeaLevel": 51
+    },
+    "disabledResourcesProfile": {
+      "o-ran-sc-network:smo": 0,
+      "o-ran-sc-network:o-cloud": 0,
+      "o-ran-sc-network:tower": 0,
+      "o-ran-sc-network:near-rt-ric": 0,
+      "o-ran-common-identity-refs:o-cu-function": 0,
+      "o-ran-common-identity-refs:o-du-function": 0,
+      "o-ran-common-identity-refs:o-ru-function": 15,
+      "o-ran-sc-network:cell": 0
+    },
+    "pattern": {
+      "tower": {
+        "representation": "hexagon"
+      },
+      "smo": {
+        "fiveGCoreCount": 1,
+        "nearRtRicSpiralRadius": 0,
+        "oCloudResourcePoolCount": 1
+      },
+      "nearRtRic": {
+        "oRanCuSpiralRadius":0
+      },
+      "oRanCu": {
+        "oRanDuSpiralRadius": 1
+      },
+      "oRanDu": {
+        "fronthaulGatewayCount": 0,
+        "towerSpiralRadius": 1,
+        "oRanRuCount": 1
+      },
+      "oRanRu": {
+        "nrCellDuCount": 1
+      },
+      "nrCellDu": {
+        "sectorCount": 1,
+        "cellAngle": 120,
+        "cellScaleFactorForHandoverArea": 20,
+        "maxReach": 400
+      }
+    }
+  },
+  "outputFolder": "output",
+  "generationTasks": {
+    "day0Config": {
+      "enabled": false,
+      "compressed": false
+    },
+    "rfc8345": {
+      "enabled": true,
+      "compressed": false
+    },
+    "svg": {
+      "enabled": false,
+      "compressed": false
+    },
+    "kml": {
+      "enabled": true,
+      "compressed": true
+    },
+    "rfc7946": {
+      "enabled": true,
+      "compressed": false
+    },
+    "teiv": {
+      "enabled": false,
+      "compressed": false
+    }
+  }
+}
\ No newline at end of file
diff --git a/code/network-generator/configurations/configB00111.json b/code/network-generator/configurations/configB00111.json
new file mode 100644 (file)
index 0000000..f511b54
--- /dev/null
@@ -0,0 +1,80 @@
+{
+  "network": {
+    "name": "O-RAN-Network-Operator-B",
+    "host": "to-be-replaced-by-host-fqdn",
+    "version":"v0.0.2",
+    "operationalState": "enabled",
+    "center": {
+      "latitude": 40.535,
+      "longitude": -74.457,
+      "aboveMeanSeaLevel": 52
+    },
+    "disabledResourcesProfile": {
+      "o-ran-sc-network:smo": 0,
+      "o-ran-sc-network:o-cloud": 0,
+      "o-ran-sc-network:tower": 0,
+      "o-ran-sc-network:near-rt-ric": 0,
+      "o-ran-common-identity-refs:o-cu-function": 0,
+      "o-ran-common-identity-refs:o-du-function": 0,
+      "o-ran-common-identity-refs:o-ru-function": 25,
+      "o-ran-sc-network:cell": 0
+    },
+    "pattern": {
+      "tower": {
+        "representation": "hexagon"
+      },
+      "smo": {
+        "fiveGCoreCount": 1,
+        "nearRtRicSpiralRadius": 0,
+        "oCloudResourcePoolCount": 1
+      },
+      "nearRtRic": {
+        "oRanCuSpiralRadius":0
+      },
+      "oRanCu": {
+        "oRanDuSpiralRadius": 1
+      },
+      "oRanDu": {
+        "fronthaulGatewayCount": 0,
+        "towerSpiralRadius": 1,
+        "oRanRuCount": 1
+      },
+      "oRanRu": {
+        "nrCellDuCount": 1
+      },
+      "nrCellDu": {
+        "sectorCount": 1,
+        "cellAngle": 120,
+        "cellScaleFactorForHandoverArea": 20,
+        "maxReach": 400
+      }
+    }
+  },
+  "outputFolder": "output",
+  "generationTasks": {
+    "day0Config": {
+      "enabled": false,
+      "compressed": false
+    },
+    "rfc8345": {
+      "enabled": true,
+      "compressed": false
+    },
+    "svg": {
+      "enabled": false,
+      "compressed": false
+    },
+    "kml": {
+      "enabled": true,
+      "compressed": true
+    },
+    "rfc7946": {
+      "enabled": true,
+      "compressed": false
+    },
+    "teiv": {
+      "enabled": false,
+      "compressed": false
+    }
+  }
+}
\ No newline at end of file
diff --git a/code/network-generator/configurations/configC00111.json b/code/network-generator/configurations/configC00111.json
new file mode 100644 (file)
index 0000000..d2fb25a
--- /dev/null
@@ -0,0 +1,80 @@
+{
+  "network": {
+    "name": "O-RAN-Network-Operator-C",
+    "host": "to-be-replaced-by-host-fqdn",
+    "version":"v0.0.2",
+    "operationalState": "enabled",
+    "center": {
+      "latitude": 40.535,
+      "longitude": -74.447,
+      "aboveMeanSeaLevel": 53
+    },
+    "disabledResourcesProfile": {
+      "o-ran-sc-network:smo": 0,
+      "o-ran-sc-network:o-cloud": 0,
+      "o-ran-sc-network:tower": 0,
+      "o-ran-sc-network:near-rt-ric": 0,
+      "o-ran-common-identity-refs:o-cu-function": 0,
+      "o-ran-common-identity-refs:o-du-function": 0,
+      "o-ran-common-identity-refs:o-ru-function": 20,
+      "o-ran-sc-network:cell": 0
+    },
+    "pattern": {
+      "tower": {
+        "representation": "hexagon"
+      },
+      "smo": {
+        "fiveGCoreCount": 1,
+        "nearRtRicSpiralRadius": 0,
+        "oCloudResourcePoolCount": 1
+      },
+      "nearRtRic": {
+        "oRanCuSpiralRadius": 0
+      },
+      "oRanCu": {
+        "oRanDuSpiralRadius": 1
+      },
+      "oRanDu": {
+        "fronthaulGatewayCount": 0,
+        "towerSpiralRadius": 1,
+        "oRanRuCount": 1
+      },
+      "oRanRu": {
+        "nrCellDuCount": 1
+      },
+      "nrCellDu": {
+        "sectorCount": 1,
+        "cellAngle": 120,
+        "cellScaleFactorForHandoverArea": 20,
+        "maxReach": 400
+      }
+    }
+  },
+  "outputFolder": "output",
+  "generationTasks": {
+    "day0Config": {
+      "enabled": false,
+      "compressed": false
+    },
+    "rfc8345": {
+      "enabled": true,
+      "compressed": false
+    },
+    "svg": {
+      "enabled": false,
+      "compressed": false
+    },
+    "kml": {
+      "enabled": true,
+      "compressed": true
+    },
+    "rfc7946": {
+      "enabled": true,
+      "compressed": false
+    },
+    "teiv": {
+      "enabled": false,
+      "compressed": false
+    }
+  }
+}
\ No newline at end of file