nitb: gen cell ID in config file
This commit is contained in:
parent
4736d7739b
commit
83034c0a4d
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
type <%= bts["type"] %>
|
||||
description <%= bts["name"] %>
|
||||
band <%= bts["band"] %>
|
||||
cell_identity <%= index %>
|
||||
cell_identity <%= bts["trx"][0]["chan"] %><%= index*2 %>
|
||||
location_area_code <%= bts["lac"] %>
|
||||
base_station_id_code <%= bts["bsic"] %>
|
||||
ms max power <%= bts["ms_maxp"] %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue