Commit cedaa0bc authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent a89b89e0
...@@ -15,19 +15,19 @@ ...@@ -15,19 +15,19 @@
"15 MHz", "15 MHz",
"20 MHz" "20 MHz"
], ],
"default": "{{ default_lte_bandwidth }}" "default": "20 MHz"
}, },
"n_antenna_dl": { "n_antenna_dl": {
"title": "Number of DL antennas", "title": "Number of DL antennas",
"description": "1 or 2. Number of DL antennas.", "description": "1 or 2. Number of DL antennas.",
"type": "number", "type": "number",
"default": {{ default_n_antenna_dl }} "default": 2
}, },
"n_antenna_ul": { "n_antenna_ul": {
"title": "Number of UL antennas", "title": "Number of UL antennas",
"description": "1 or 2. Number of UL antennas.", "description": "1 or 2. Number of UL antennas.",
"type": "number", "type": "number",
"default": {{ default_n_antenna_ul }} "default": 2
}, },
{%- if rf_mode == 'tdd' %} {%- if rf_mode == 'tdd' %}
"tdd_ul_dl_config": { "tdd_ul_dl_config": {
...@@ -70,7 +70,6 @@ ...@@ -70,7 +70,6 @@
"type": "number", "type": "number",
"default": 204 "default": 204
}, },
{%- if trx == 'sdr' %}
"tx_gain": { "tx_gain": {
"title": "Tx gain", "title": "Tx gain",
"description": "Tx gain (in dB)", "description": "Tx gain (in dB)",
...@@ -81,7 +80,6 @@ ...@@ -81,7 +80,6 @@
"description": "Rx gain (in dB)", "description": "Rx gain (in dB)",
"type": "number" "type": "number"
}, },
{%- endif %}
"enb_id": { "enb_id": {
"title": "eNB ID", "title": "eNB ID",
"description": "eNB ID", "description": "eNB ID",
...@@ -215,7 +213,7 @@ ...@@ -215,7 +213,7 @@
"title": "Inactivity Timer", "title": "Inactivity Timer",
"description": "Send RRC connection release after this time (in ms) of network inactivity.", "description": "Send RRC connection release after this time (in ms) of network inactivity.",
"type": "number", "type": "number",
"default": {{ default_lte_inactivity_timer }} "default": 10000
}, },
"log_phy_debug": { "log_phy_debug": {
"title": "Physical layer log debug", "title": "Physical layer log debug",
......
...@@ -11,3 +11,7 @@ extends = ...@@ -11,3 +11,7 @@ extends =
# XXX predefine ru/cells from ORS-specific schema, not from shared instances. # XXX predefine ru/cells from ORS-specific schema, not from shared instances.
# XXX set [default-params] ? # XXX set [default-params] ?
# default_n_antenna_dl = 2
# default_n_antenna_ul = 2
# default_lte_bandwidth = 20MHz
# default_lte_inactivity_timer = 10000
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