Commit aad18340 authored by Lu Xu's avatar Lu Xu 👀

sib file fixup

parent ebbbd8c9
...@@ -128,7 +128,7 @@ md5sum = 6ffb3702e19194bc9d2b533e0f9899f0 ...@@ -128,7 +128,7 @@ md5sum = 6ffb3702e19194bc9d2b533e0f9899f0
[sib23.jinja2.asn] [sib23.jinja2.asn]
filename = config/sib23.jinja2.asn filename = config/sib23.jinja2.asn
md5sum = 461f969691740aaf58cfdf125acc5e6b md5sum = 26932f4c1e5e436e340fceddc2022ff9
[sib4.jinja2.asn] [sib4.jinja2.asn]
filename = config/sib4.jinja2.asn filename = config/sib4.jinja2.asn
...@@ -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 = 77950f6e17c380bd9f51f639eecfc6d5 md5sum = 3fa089ea4c9e940611d240b20d3b655b
[sib6.jinja2.asn] [sib6.jinja2.asn]
filename = config/sib6.jinja2.asn filename = config/sib6.jinja2.asn
......
...@@ -54,13 +54,13 @@ ...@@ -54,13 +54,13 @@
{%- if cell.top_config %} {%- if cell.top_config %}
prach-ConfigIndex 3, /* patched by eNB */ prach-ConfigIndex 3, /* patched by eNB */
zeroCorrelationZoneConfig 12, zeroCorrelationZoneConfig 12,
prach-FreqOffset 17 /* patched by eNB */ prach-FreqOffset 17, /* patched by eNB */
{%- else %} {%- else %}
prach-ConfigIndex 4, /* patched by eNB */ prach-ConfigIndex 4, /* patched by eNB */
zeroCorrelationZoneConfig 11, zeroCorrelationZoneConfig 11,
prach-FreqOffset 4 /* patched by eNB */ prach-FreqOffset 4, /* patched by eNB */
{%- endif %} {%- endif %}
highSpeedFlag FALSE, highSpeedFlag FALSE
} }
}, },
pdsch-ConfigCommon { pdsch-ConfigCommon {
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
cellReselectionPriority {{ top_config[earfcn]['sib5']['cellReselectionPriority'] }}, cellReselectionPriority {{ top_config[earfcn]['sib5']['cellReselectionPriority'] }},
neighCellConfig '01'B, neighCellConfig '01'B,
q-OffsetFreq {{ top_config[earfcn]['sib5']['q-OffsetFreq'] }} q-OffsetFreq {{ top_config[earfcn]['sib5']['q-OffsetFreq'] }}
}, }{{ "," if not loop.last }}
{%- endif %} {%- endif %}
{%- endfor %} {%- endfor %}
} }
......
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