diff --git a/modules/rhizo_base/templates/localnet.json.erb b/modules/rhizo_base/templates/localnet.json.erb index 5541e42..19c1b53 100644 --- a/modules/rhizo_base/templates/localnet.json.erb +++ b/modules/rhizo_base/templates/localnet.json.erb @@ -1,5 +1,6 @@ [ - <% @bts.each_with_index do |bts, index| %> + <% @bts.each_with_index do |bts, index| -%> + <% if bts["model"] != "2050S" %> { "type": "bts", "ip": "<%= bts["ip"] %>", @@ -8,6 +9,7 @@ <%= @bts_geo[2*index+2] %> ] }, + <% end -%> <% end -%> <% if @link1_ip_address -%>