Commit c9fb1527 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 4e64bd85
......@@ -49,13 +49,13 @@
"default": 204
},
"ru": {
"$ref": "#/$defs/ru-in-cell",
"$ref": "#/$defs/ru-of-cell",
"propertyOrder": 9999
}
}
},
"ru-in-cell": {
"ru-of-cell": {
"title": "Radio Unit",
"oneOf": [
{
......
......@@ -50,8 +50,7 @@
"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.",
"type": ["integer", "null"],
"default": null
"type": "integer"
},
"ssb_pos_bitmap": {
"title": "SSB Position Bitmap",
......
......@@ -15,7 +15,9 @@
"ru_type",
"ru_link_type",
"n_antenna_dl",
"n_antenna_ul"
"n_antenna_ul",
"tx_gain",
"rx_gain"
],
"properties": {
......
......@@ -23,7 +23,7 @@
},
"ru": {
"$ref": "../../cell/input-schema.json#/$defs/ru-in-cell",
"$ref": "../../cell/input-schema.json#/$defs/ru-of-cell",
"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