Add cell-scale-factor to jsonschema
[oam.git] / code / network-generator / network_generation / model / jsonSchema / configuration.schema.json
index ee56992..8655d8b 100644 (file)
           "required": [
             "sector-count",
             "cell-angle",
+            "cell-scale-factor-for-handover-area",
             "max-reach"
           ],
           "properties": {
               "type": "integer",
               "minimum": 0,
               "maximum": 360,
-              "exclusiveMinimum": true
+              "exclusiveMinimum": 0
+            },
+            "cell-scale-factor-for-handover-area": {
+              "description": "A factor to increase the cell polygon for handover areas in procent [%]",
+              "type": "integer",
+              "minimum": 0,
+              "maximum": 50
             },
             "max-reach": {
               "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.",