Commit d9e9c31d authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 10b9faef
{# XXX ORS -> provide defaults for: cell_list #}
{#- XXX ORS -> provide defaults for: slave_instance_list -#}
{%- import 'lte.jinja2' as lte %}
{%- import 'lte.jinja2' as lte -%}
{# return value is json-encoded to workaround jinja2 macro-ret limitation. #}
{# XXX macro return json -> start from j #}
......
{# Package lte provides helpers for configuring LTE cells. #}
{#- Package lte provides helpers for configuring LTE cells. -#}
{# cell_tdd_config returns tdd_config for an LTE cell. #}
{%- macro cell_tdd_config(cell) %}
{#- cell_tdd_config returns tdd_config for an LTE cell. -#}
{%- macro cell_tdd_config(cell) -%}
{%- set _ = {'[Configuration 2] 5ms 2UL 6DL (default)': 2,
'[Configuration 6] 5ms 5UL 3DL (maximum uplink)': 6} %}
{{ _[cell.get('tdd_ul_dl_config', '[Configuration 2] 5ms 2UL 6DL (default)')] }}
......
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