X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=code%2Fnetwork-generator%2Fnetwork_generation%2Fmodel%2FjsonSchema%2Fconfiguration.schema.json;fp=code%2Fnetwork-generator%2Fnetwork_generation%2Fmodel%2FjsonSchema%2Fconfiguration.schema.json;h=8655d8b4e1fbb0218ca113df2c2101959600407f;hb=8d6fca09fdc1bae46b4dc5b7e029cf5a1c8997cc;hp=ee569927b6c7b1006220c07d60f2a742619b083b;hpb=c55c6dd77a4a206ec792ab6ad1a4cc53b916a3e0;p=oam.git diff --git a/code/network-generator/network_generation/model/jsonSchema/configuration.schema.json b/code/network-generator/network_generation/model/jsonSchema/configuration.schema.json index ee56992..8655d8b 100644 --- a/code/network-generator/network_generation/model/jsonSchema/configuration.schema.json +++ b/code/network-generator/network_generation/model/jsonSchema/configuration.schema.json @@ -238,6 +238,7 @@ "required": [ "sector-count", "cell-angle", + "cell-scale-factor-for-handover-area", "max-reach" ], "properties": { @@ -254,7 +255,13 @@ "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.",