Implement handover areas in kml 72/12072/1
authorMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Wed, 22 Nov 2023 06:51:01 +0000 (07:51 +0100)
committerMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Wed, 22 Nov 2023 06:51:14 +0000 (07:51 +0100)
- update schema

Issue-ID: OAM-393
Change-Id: Ic71acb1af477fcfad50418ea7c1d509e62666e78
Signed-off-by: Martin Skorupski <martin.skorupski@highstreet-technologies.com>
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,