From e116a0e1f85bafef176893c0e703bbab5457024e Mon Sep 17 00:00:00 2001 From: Keith Whyte Date: Sat, 11 Dec 2021 22:22:27 +0100 Subject: [PATCH] BSC: Fix neighbour config Fixes a change erroneously commited to last commit. --- modules/rhizo_base/templates/osmo-bsc-bts.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -%>