BSC: Fix neighbour config

Fixes a change erroneously commited to last commit.
This commit is contained in:
Keith Whyte 2021-12-11 22:22:27 +01:00
parent 94ba127039
commit e116a0e1f8

View file

@ -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 -%>