Commit 7d1f6b39 authored by Joanne Hugé's avatar Joanne Hugé

wip

parent 85c4a014
...@@ -112,7 +112,7 @@ md5sum = 3b901e8733e6afff8940c6c318da4493 ...@@ -112,7 +112,7 @@ md5sum = 3b901e8733e6afff8940c6c318da4493
[enb.jinja2.cfg] [enb.jinja2.cfg]
filename = config/enb.jinja2.cfg filename = config/enb.jinja2.cfg
md5sum = 0a47d207495a436f1f723cdc7bd28d14 md5sum = 936a89fa76754f613c37400323056001
[drb_lte.jinja2.cfg] [drb_lte.jinja2.cfg]
filename = config/drb_lte.jinja2.cfg filename = config/drb_lte.jinja2.cfg
...@@ -136,7 +136,7 @@ md5sum = 07d28915a58a983ebd7d019ac8196462 ...@@ -136,7 +136,7 @@ md5sum = 07d28915a58a983ebd7d019ac8196462
[sib5.jinja2.asn] [sib5.jinja2.asn]
filename = config/sib5.jinja2.asn filename = config/sib5.jinja2.asn
md5sum = 75acb5fe004f4c7b62840afb0cb778ae md5sum = 7fc4631c27d015cfb0f7daf493459493
[sib6.jinja2.asn] [sib6.jinja2.asn]
filename = config/sib6.jinja2.asn filename = config/sib6.jinja2.asn
......
...@@ -8,9 +8,9 @@ ...@@ -8,9 +8,9 @@
{#- for standalone testing via slapos-render-config.py {#- for standalone testing via slapos-render-config.py
NOTE: keep in sync with instance-enb.jinja2.cfg and ru/libinstance.jinja2.cfg #} NOTE: keep in sync with instance-enb.jinja2.cfg and ru/libinstance.jinja2.cfg #}
{%- if _standalone is defined %} {%- if _standalone is defined %}
{%- set iru_dict = {} %} {%- set iru_dict = {} %}
{%- set icell_dict = {} %} {%- set icell_dict = {} %}
{%- set ipeer_dict = {} %} {%- set ipeer_dict = {} %}
{%- set ipeercell_dict = {} %} {%- set ipeercell_dict = {} %}
{%- do slaplte.load_iru_and_icell(iru_dict, icell_dict, icell_kind='enb') %} {%- do slaplte.load_iru_and_icell(iru_dict, icell_dict, icell_kind='enb') %}
{%- do slaplte.load_ipeer(ipeer_dict) %} {%- do slaplte.load_ipeer(ipeer_dict) %}
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
{%- do slaplte.check_loaded_everything() %} {%- do slaplte.check_loaded_everything() %}
{%- endif %} {%- endif %}
{%- set custom_config = slaplte.custom_config %}
{#- do_lte/do_nr indicate whether we have LTE and/or NR cells {#- do_lte/do_nr indicate whether we have LTE and/or NR cells
icell_dict_lte/icell_dict_nr keep LTE/NR parts of icell_dict registry #} icell_dict_lte/icell_dict_nr keep LTE/NR parts of icell_dict registry #}
......
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
sf-Medium oDot25, sf-Medium oDot25,
sf-High oDot25 sf-High oDot25
}, },
threshX-High {{ cell['sib5']['threshX-High'] }}, threshX-High {{ custom_config[earfcn]['sib5']['threshX-High'] }},
threshX-Low {{ cell['sib5']['threshX-Low'] }}, threshX-Low {{ custom_config[earfcn]['sib5']['threshX-Low'] }},
allowedMeasBandwidth {{ cell['sib5']['allowedMeasBandwidth'] }}, allowedMeasBandwidth {{ cell['sib5']['allowedMeasBandwidth'] }},
presenceAntennaPort1 TRUE, presenceAntennaPort1 TRUE,
cellReselectionPriority {{ cell['sib5']['cellReselectionPriority'] }}, cellReselectionPriority {{ cell['sib5']['cellReselectionPriority'] }},
......
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