Update default TCH SS to 10

This commit is contained in:
Keith Whyte 2021-10-17 02:00:12 +02:00
parent 9cb70fde3d
commit 87713ca071

View file

@ -2,7 +2,7 @@ const bts_defs = [
// Index, TRX, Name, ARFCN, BSIC // Index, TRX, Name, ARFCN, BSIC
<% @bts.each_with_index do |bts, index| -%> <% @bts.each_with_index do |bts, index| -%>
<% bts["trx"].each_with_index do |trx, trx_i| -%> <% bts["trx"].each_with_index do |trx, trx_i| -%>
[<%= index %>, <%= trx_i %>, "<%= bts["name"] %>", <%= trx["chan"]%>, <%= bts["bsic"]%>, <%=(bts["sdcch"]==nil) ? '8' : bts["sdcch"]%>, <%=(bts["tch"]==nil) ? '12' : bts["tch"]%>], [<%= index %>, <%= trx_i %>, "<%= bts["name"] %>", <%= trx["chan"]%>, <%= bts["bsic"]%>, <%=(bts["sdcch"]==nil) ? '8' : bts["sdcch"]%>, <%=(bts["tch"]==nil) ? '10' : bts["tch"]%>],
<% end -%> <% end -%>
<% end -%> <% end -%>
] ]