Commit c9fb1527 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 4e64bd85
...@@ -49,13 +49,13 @@ ...@@ -49,13 +49,13 @@
"default": 204 "default": 204
}, },
"ru": { "ru": {
"$ref": "#/$defs/ru-in-cell", "$ref": "#/$defs/ru-of-cell",
"propertyOrder": 9999 "propertyOrder": 9999
} }
} }
}, },
"ru-in-cell": { "ru-of-cell": {
"title": "Radio Unit", "title": "Radio Unit",
"oneOf": [ "oneOf": [
{ {
......
...@@ -50,8 +50,7 @@ ...@@ -50,8 +50,7 @@
"ssb_nr_arfcn": { "ssb_nr_arfcn": {
"title": "SSB NR ARFCN", "title": "SSB NR ARFCN",
"description": "SSB NR Absolute Radio Frequency Channel Number of the cell. If set it must be an element of global synchronization raster. By default a valid frequency nearby dl_nr_arfcn is chosen.", "description": "SSB NR Absolute Radio Frequency Channel Number of the cell. If set it must be an element of global synchronization raster. By default a valid frequency nearby dl_nr_arfcn is chosen.",
"type": ["integer", "null"], "type": "integer"
"default": null
}, },
"ssb_pos_bitmap": { "ssb_pos_bitmap": {
"title": "SSB Position Bitmap", "title": "SSB Position Bitmap",
......
...@@ -15,7 +15,9 @@ ...@@ -15,7 +15,9 @@
"ru_type", "ru_type",
"ru_link_type", "ru_link_type",
"n_antenna_dl", "n_antenna_dl",
"n_antenna_ul" "n_antenna_ul",
"tx_gain",
"rx_gain"
], ],
"properties": { "properties": {
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
}, },
"ru": { "ru": {
"$ref": "../../cell/input-schema.json#/$defs/ru-in-cell", "$ref": "../../cell/input-schema.json#/$defs/ru-of-cell",
"propertyOrder": 9999 "propertyOrder": 9999
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment