Update PCU+BSC Configs (neighbours)
Add explicit neighbours and use deprecated Neighbour Address Resolution Service CTRL interface as we are still running osmo-bsc 'latest' release.
This commit is contained in:
parent
9c3ecf812a
commit
030143377e
3 changed files with 11 additions and 5 deletions
|
@ -23,6 +23,11 @@
|
||||||
ipa unit-id 1000 <%= bts["uid"] %>
|
ipa unit-id 1000 <%= bts["uid"] %>
|
||||||
oml ipa stream-id 255 line 0
|
oml ipa stream-id 255 line 0
|
||||||
neighbor-list mode automatic
|
neighbor-list mode automatic
|
||||||
|
<% @bts.each_with_index do |b, i| -%>
|
||||||
|
<% if i != index -%>
|
||||||
|
neighbor bts <%= i %>
|
||||||
|
<% end -%>
|
||||||
|
<% end -%>
|
||||||
codec-support fr amr
|
codec-support fr amr
|
||||||
amr tch-f modes 4 5
|
amr tch-f modes 4 5
|
||||||
amr tch-f threshold ms 32
|
amr tch-f threshold ms 32
|
||||||
|
@ -39,6 +44,7 @@
|
||||||
gprs mode <%= bts["gprs_m"] %>
|
gprs mode <%= bts["gprs_m"] %>
|
||||||
gprs routing area 21
|
gprs routing area 21
|
||||||
gprs network-control-order nc0
|
gprs network-control-order nc0
|
||||||
|
gprs ccn-active 0
|
||||||
gprs cell bvci <%= index+2 %>
|
gprs cell bvci <%= index+2 %>
|
||||||
gprs cell timer blocking-timer 3
|
gprs cell timer blocking-timer 3
|
||||||
gprs cell timer blocking-retries 3
|
gprs cell timer blocking-retries 3
|
||||||
|
@ -67,8 +73,7 @@
|
||||||
gprs nsvc 1 local udp port 0
|
gprs nsvc 1 local udp port 0
|
||||||
gprs nsvc 1 remote udp port 0
|
gprs nsvc 1 remote udp port 0
|
||||||
gprs nsvc 1 remote ip 0.0.0.0
|
gprs nsvc 1 remote ip 0.0.0.0
|
||||||
<% if @repo == 'nightly' && bts["gprs_m"] == "egprs" %> gprs egprs-packet-channel-request
|
gprs egprs-packet-channel-request
|
||||||
<% end -%>
|
|
||||||
no force-combined-si
|
no force-combined-si
|
||||||
bs-power-control
|
bs-power-control
|
||||||
mode static
|
mode static
|
||||||
|
|
|
@ -81,3 +81,4 @@ network
|
||||||
dyn_ts_allow_tch_f 0
|
dyn_ts_allow_tch_f 0
|
||||||
<% end -%>
|
<% end -%>
|
||||||
meas-feed destination 127.0.0.1 8888
|
meas-feed destination 127.0.0.1 8888
|
||||||
|
neighbor-resolution bind 172.16.0.1 4248
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
pcu
|
pcu
|
||||||
<% if @gprs == 'egprs' -%> egprs only
|
|
||||||
<% end -%>
|
|
||||||
flow-control-interval 10
|
flow-control-interval 10
|
||||||
cs 4
|
cs 4
|
||||||
alloc-algorithm dynamic
|
alloc-algorithm dynamic
|
||||||
alpha 0
|
|
||||||
gamma 0
|
gamma 0
|
||||||
|
<% if @osmo_stack == "split" -%>
|
||||||
|
neighbor resolution 172.16.0.1 4248
|
||||||
|
<% end -%>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue