From 83034c0a4d68b9a374bc51a4c100cd1787b0ae8f Mon Sep 17 00:00:00 2001 From: Monocots Date: Wed, 9 Jun 2021 02:47:57 +0000 Subject: [PATCH] nitb: gen cell ID in config file --- modules/rhizo_base/templates/osmo-nitb-bts.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rhizo_base/templates/osmo-nitb-bts.erb b/modules/rhizo_base/templates/osmo-nitb-bts.erb index 15cc2fc..69a771d 100644 --- a/modules/rhizo_base/templates/osmo-nitb-bts.erb +++ b/modules/rhizo_base/templates/osmo-nitb-bts.erb @@ -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"] %>