diff --git a/modules/rhizo_base/templates/osmo-bsc-bts.erb b/modules/rhizo_base/templates/osmo-bsc-bts.erb index 3d1fbac..177fc8d 100644 --- a/modules/rhizo_base/templates/osmo-bsc-bts.erb +++ b/modules/rhizo_base/templates/osmo-bsc-bts.erb @@ -22,9 +22,9 @@ early-classmark-sending-3g allowed ipa unit-id 1000 <%= bts["uid"] %> oml ipa stream-id 255 line 0 - neighbor-list mode automatic + neighbor-list mode manual <% @bts.each_with_index do |b, i| -%> -<% if i < index -%> +<% if i != index -%> neighbor bts <%= i %> <% end -%> <% end -%>