Commit 804b29b2 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent e08b829e
...@@ -88,7 +88,7 @@ md5sum = e71b1d10676e5ffa5dc96db88d6f5bae ...@@ -88,7 +88,7 @@ md5sum = e71b1d10676e5ffa5dc96db88d6f5bae
[template-ors-enb] [template-ors-enb]
_update_hash_filename_ = instance-ors-enb.jinja2.cfg _update_hash_filename_ = instance-ors-enb.jinja2.cfg
md5sum = 4bb17d80367dc0f12f46245e15cab5be md5sum = 14f7c57a82e79f8e8ea7e545707e173c
[template-ors-gnb] [template-ors-gnb]
_update_hash_filename_ = instance-ors-gnb.jinja2.cfg _update_hash_filename_ = instance-ors-gnb.jinja2.cfg
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
"[Configuration 2] 5ms 2UL 6DL (default)", "[Configuration 2] 5ms 2UL 6DL (default)",
"[Configuration 6] 5ms 5UL 3DL (maximum uplink)" "[Configuration 6] 5ms 5UL 3DL (maximum uplink)"
], ],
"default": "5ms 2UL 7DL 4/6 (default)", "default": "[Configuration 2] 5ms 2UL 6DL (default)",
"options": { "options": {
"dependencies": { "dependencies": {
"rf_mode": "tdd" "rf_mode": "tdd"
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"n_antenna_dl": 2, "n_antenna_dl": 2,
"n_antenna_ul": 2, "n_antenna_ul": 2,
"rf_mode": "tdd", "rf_mode": "tdd",
"tdd_ul_dl_config": "5ms 2UL 7DL 4/6 (default)", "tdd_ul_dl_config": "[Configuration 2] 5ms 2UL 6DL (default)",
"pci": 1, "pci": 1,
"cell_id": "0x01", "cell_id": "0x01",
"tac": "0x0001", "tac": "0x0001",
...@@ -32,7 +32,8 @@ ...@@ -32,7 +32,8 @@
{%- endfor %} {%- endfor %}
{%- do ishared_list.append({ {%- do ishared_list.append({
'slave_title': '%s_RU' % slap_configuration['slap-computer-partition-id'], 'slave_title': '%s_RU' % slap_configuration['slap-computer-partition-id'],
'slave_reference': 'XXX',
'_': { '_': {
'ru_type': 'sdr', 'ru_type': 'sdr',
'ru_link_type': 'sdr', 'ru_link_type': 'sdr',
...@@ -47,7 +48,8 @@ ...@@ -47,7 +48,8 @@
%} %}
{%- do ishared_list.append({ {%- do ishared_list.append({
'slave_title': '%s_CELL' % slap_configuration['slap-computer-partition-id'], 'slave_title': '%s_CELL' % slap_configuration['slap-computer-partition-id'],
'slave_reference': 'XXX',
'_': { '_': {
'cell_type': 'lte', 'cell_type': 'lte',
'rf_mode': slapparameter_dict.rf_mode, 'rf_mode': slapparameter_dict.rf_mode,
...@@ -58,7 +60,6 @@ ...@@ -58,7 +60,6 @@
'ru_type': 'ru_ref', 'ru_type': 'ru_ref',
'ru_ref': 'RU', 'ru_ref': 'RU',
}, },
'tdd_ul_dl_config': slapparameter_dict.tdd_ul_dl_config, 'tdd_ul_dl_config': slapparameter_dict.tdd_ul_dl_config,
'bandwidth': slapparameter_dict.bandwidth, 'bandwidth': slapparameter_dict.bandwidth,
'dl_earfcn': ors_version['current-earfcn'], 'dl_earfcn': ors_version['current-earfcn'],
...@@ -67,7 +68,6 @@ ...@@ -67,7 +68,6 @@
}) })
%} %}
{%- do assert(False, ishared_list) %}
{%- include 'instance-enb-base.jinja2.cfg' %} {%- 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