Commit 19d5fa79 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 5c268fbf
......@@ -88,7 +88,7 @@ md5sum = 27e765b00d7ed13a75f87101922a53ea
[template-ors-enb]
_update_hash_filename_ = instance-ors-enb.jinja2.cfg
md5sum = 9f8ed13fc0ba0cfaa821c45c12ec2ac2
md5sum = d69f3c0d334522c1b893177f9142a67e
[template-ors-gnb]
_update_hash_filename_ = instance-ors-gnb.jinja2.cfg
......
......@@ -6,27 +6,30 @@
'sdr_dev_list': [0],
'n_antenna_dl': 'XXX',
'n_antenna_ul': 'XXX',
'tx_gain': {{ ors_version['current-tx-gain'] }},
'rx_gain': {{ ors_version['current-rx-gain'] }},
'tx_gain': ors_version['current-tx-gain'],
'rx_gain': ors_version['current-rx-gain'],
'txrx_active': 'XXX',
}
%}
} %}
{%- set ors_icell_dict = {
'CELL': {
cell_type = lte
rf_mode = ...
pci = ...
cell_id = ...
root_sequence_index = ...
ru = ...
tdd_ul_dl_config = ...
bandwidth = ...
dl_earfcn = ...
tac = ...
'cell_type': 'lte',
'rf_mode': 'XXX',
'pci': 'XXX',
'cell_id': 'XXX',
'root_sequence_index': 'XXX',
'ru': {
'ru_type': 'ru_ref',
'ru_ref': 'RU',
},
'tdd_ul_dl_config': 'XXX',
'bandwidth': 'XXX',
'dl_earfcn': 'XXX',
'tac': 'XXX',
}
%}
} %}
{%- include 'instance-enb-base.jinja2.cfg' %}
......
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