Commit cd5bcf7d authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 714ecfdb
...@@ -8,17 +8,17 @@ ...@@ -8,17 +8,17 @@
"default": "20 MHz" "default": "20 MHz"
}, },
"n_antenna_dl": { "n_antenna_dl": {
"$ref": "ru/input-schema.json#/$defs/ru-common/properties/n_antenna_dl", "$ref": "ru/common.json#/properties/n_antenna_dl",
"enum": [1, 2], "enum": [1, 2],
"default": 2 "default": 2
}, },
"n_antenna_ul": { "n_antenna_ul": {
"$ref": "ru/input-schema.json#/$defs/ru-common/properties/n_antenna_ul", "$ref": "ru/common.json#/properties/n_antenna_ul",
"enum": [1, 2], "enum": [1, 2],
"default": 2 "default": 2
}, },
"rf_mode": { "rf_mode": {
"$ref": "cell/input-schema.json#/$defs/cell-common/properties/rf_mode", "$ref": "cell/common.json#/properties/rf_mode",
"default": "tdd" "default": "tdd"
}, },
"tdd_ul_dl_config": { "tdd_ul_dl_config": {
...@@ -28,11 +28,11 @@ ...@@ -28,11 +28,11 @@
"$ref": "cell/lte/input-schema.json#/properties/dl_earfcn" "$ref": "cell/lte/input-schema.json#/properties/dl_earfcn"
}, },
"pci": { "pci": {
"$ref": "cell/input-schema.json#/$defs/cell-common/properties/pci", "$ref": "cell/common.json#/properties/pci",
"default": 1 "default": 1
}, },
"cell_id": { "cell_id": {
"$ref": "cell/input-schema.json#/$defs/cell-common/properties/cell_id", "$ref": "cell/common.json#/properties/cell_id",
"default": "0x01" "default": "0x01"
}, },
"tac": { "tac": {
...@@ -40,14 +40,14 @@ ...@@ -40,14 +40,14 @@
"default": "0x0001" "default": "0x0001"
}, },
"root_sequence_index": { "root_sequence_index": {
"$ref": "cell/input-schema.json#/$defs/cell-common/properties/root_sequence_index", "$ref": "cell/common.json#/properties/root_sequence_index",
"default": 204 "default": 204
}, },
"tx_gain": { "tx_gain": {
"$ref": "ru/input-schema.json#/$defs/ru-common/properties/tx_gain" "$ref": "ru/common.json#/properties/tx_gain"
}, },
"rx_gain": { "rx_gain": {
"$ref": "ru/input-schema.json#/$defs/ru-common/properties/rx_gain" "$ref": "ru/common.json#/properties/rx_gain"
}, },
"enb_id": { "enb_id": {
"$ref": "instance-enb-input-schema.json#/properties/enb_id", "$ref": "instance-enb-input-schema.json#/properties/enb_id",
......
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