Implement handover areas in kml
[oam.git] / code / network-generator / network_generation / model / jsonSchema / configuration.schema.json
index 8655d8b..f994c73 100644 (file)
           "required": [
             "sector-count",
             "cell-angle",
-            "cell-scale-factor-for-handover-area",
-            "max-reach"
+            "cellScaleFactorForHandoverArea",
+            "maxReach"
           ],
           "properties": {
             "sector-count": {
               "maximum": 360,
               "exclusiveMinimum": 0
             },
-            "cell-scale-factor-for-handover-area": {
+            "cellScaleFactorForHandoverArea": {
               "description": "A factor to increase the cell polygon for handover areas in procent [%]",
               "type": "integer",
               "minimum": 0,
               "maximum": 50
             },
-            "max-reach": {
+            "maxReach": {
               "description": "The maximal distance a UE can reach the cell in meters. The value also defines the radius around a tower where UEs may select a NRCellDU of an O-RAN-RU mounted at this tower.",
               "type": "integer",
               "minimum": 15,