Make osmo-bsc config more like current defaults

Just helps to see any difference if write is used from the vty.
This commit is contained in:
Keith Whyte 2023-08-31 05:51:16 +02:00
parent c1e043fdd2
commit 01ceebd641
2 changed files with 21 additions and 5 deletions

View file

@ -10,9 +10,12 @@
cell reselection hysteresis 4
rxlev access min 0
radio-link-timeout 32
channel allocator ascending
channel allocator mode chan-req ascending
channel allocator mode assignment ascending
channel allocator mode handover ascending
rach tx integer 9
rach max transmission 7
rach max-delay 63
channel-description attach 1
channel-description bs-pa-mfrms 5
channel-description bs-ag-blks-res 1
@ -22,6 +25,7 @@
early-classmark-sending-3g allowed
ipa unit-id 1000 <%= bts["uid"] %>
oml ipa stream-id 255 line 0
neighbor-list mode automatic
<% @bts.each_with_index do |b, i| -%>
<% if i != index -%>
neighbor bts <%= i %>
@ -59,6 +63,7 @@
gprs routing area 21
gprs network-control-order nc0
gprs ccn-active 0
gprs power-control alpha 0
gprs cell bvci <%= index+2 %>
gprs cell timer blocking-timer 3
gprs cell timer blocking-retries 3
@ -81,12 +86,12 @@
gprs ns timer tns-alive-retries 10
gprs nsvc 0 nsvci 10<%= index+2 %>
gprs nsvc 0 local udp port 23<%= index+Integer(bts["lac"]) %>
gprs nsvc 0 remote udp port 23000
gprs nsvc 0 remote ip <%= @sgsn_ip_address %>
gprs nsvc 0 remote udp port 23000
gprs nsvc 1 nsvci 0
gprs nsvc 1 local udp port 0
gprs nsvc 1 remote udp port 0
gprs nsvc 1 remote ip 0.0.0.0
gprs nsvc 1 remote udp port 0
<% if bts["gprs_m"] == "egprs" -%>
gprs egprs-packet-channel-request
<% end -%>
@ -95,6 +100,7 @@
mode static
ms-power-control
mode dyn-bts
ctrl-interval 2
step-size inc 4 red 2
<% if bts["UL_tgt"] -%>
rxlev-thresh lower <%= bts["UL_tgt"]+107 %> upper <%= bts["UL_tgt"]+113 %>