Commit b8613905 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 1ebc0bad
...@@ -84,14 +84,14 @@ ...@@ -84,14 +84,14 @@
{%- endmacro %} {%- endmacro %}
{#- cell_tdd_config returns tdd_config for an LTE cell. #} {#- cell_tdd_config returns tdd_config for LTE cell. #}
{%- macro cell_tdd_config(cell) %} {%- macro cell_tdd_config(cell) %}
{%- set _ = {'[Configuration 2] 5ms 2UL 6DL (default)': 2, {%- set _ = {'[Configuration 2] 5ms 2UL 6DL (default)': 2,
'[Configuration 6] 5ms 5UL 3DL (maximum uplink)': 6} %} '[Configuration 6] 5ms 5UL 3DL (maximum uplink)': 6} %}
{{- _[cell.tdd_ul_dl_config] }} {{- _[cell.tdd_ul_dl_config] }}
{%- endmacro -%} {%- endmacro -%}
{#- XXX doc, naming ok ? #} {#- nr_cell_tdd_config returns tdd_config for NR cell. #}
{%- macro nr_cell_tdd_config(cell) %} {%- macro nr_cell_tdd_config(cell) %}
{%- set _ = {'5ms 2UL 7DL 4/6 (default)': 1, {%- set _ = {'5ms 2UL 7DL 4/6 (default)': 1,
'2.5ms 1UL 3DL 2/10': 2, '2.5ms 1UL 3DL 2/10': 2,
......
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