BSC: Fix neighbour config
Fixes a change erroneously commited to last commit.
This commit is contained in:
parent
94ba127039
commit
e116a0e1f8
1 changed files with 2 additions and 2 deletions
|
@ -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 -%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue