WS and comments
This commit is contained in:
parent
8b2e6e6eb3
commit
85b3ab856c
3 changed files with 11 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
const bts_defs = [
|
||||
// Index, Name, ARFCN, BSIC
|
||||
// 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"]%>],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue