meas: Add Slot Counts to the bts defs
This commit is contained in:
parent
d60394b898
commit
9cb70fde3d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ const bts_defs = [
|
|||
// Index, TRX, Name, ARFCN, BSIC
|
||||
<% @bts.each_with_index do |bts, index| -%>
|
||||
<% bts["trx"].each_with_index do |trx, trx_i| -%>
|
||||
[<%= index %>, <%= trx_i %>, "<%= bts["name"] %>", <%= trx["chan"]%>, <%= bts["bsic"]%>],
|
||||
[<%= index %>, <%= trx_i %>, "<%= bts["name"] %>", <%= trx["chan"]%>, <%= bts["bsic"]%>, <%=(bts["sdcch"]==nil) ? '8' : bts["sdcch"]%>, <%=(bts["tch"]==nil) ? '12' : bts["tch"]%>],
|
||||
<% end -%>
|
||||
<% end -%>
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue