Commit e08b829e authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent e564070f
......@@ -88,7 +88,7 @@ md5sum = e71b1d10676e5ffa5dc96db88d6f5bae
[template-ors-enb]
_update_hash_filename_ = instance-ors-enb.jinja2.cfg
md5sum = bf3e7f0301c1422b596a83c2cc031390
md5sum = 4bb17d80367dc0f12f46245e15cab5be
[template-ors-gnb]
_update_hash_filename_ = instance-ors-gnb.jinja2.cfg
......
......@@ -32,7 +32,7 @@
{%- endfor %}
{%- do ishared_list.append({
'slave_title': '%s_RU' % 'XXX',
'slave_title': '%s_RU' % slap_configuration['slap-computer-partition-id'],
'_': {
'ru_type': 'sdr',
'ru_link_type': 'sdr',
......@@ -41,13 +41,13 @@
'n_antenna_ul': slapparameter_dict.n_antenna_ul,
'tx_gain': ors_version['current-tx-gain'],
'rx_gain': ors_version['current-rx-gain'],
'txrx_active': 'XXX',
'txrx_active': 'ACTIVE',
} |tojson
})
%}
{%- do ishared_list.append({
'slave_title': '%s_CELL' % 'XXX',
'slave_title': '%s_CELL' % slap_configuration['slap-computer-partition-id'],
'_': {
'cell_type': 'lte',
'rf_mode': slapparameter_dict.rf_mode,
......@@ -67,6 +67,7 @@
})
%}
{%- do assert(False, ishared_list) %}
{%- 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