WS and comments

This commit is contained in:
Keith Whyte 2020-05-22 04:20:28 +02:00
parent 8b2e6e6eb3
commit 85b3ab856c
3 changed files with 11 additions and 8 deletions

View file

@ -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"]%>],