Osmocom configs: Fix compatability with latest release
This commit is contained in:
parent
b1f575ab06
commit
ac03cfe5a4
5 changed files with 8 additions and 6 deletions
|
@ -17,7 +17,6 @@
|
||||||
channel-description bs-pa-mfrms 5
|
channel-description bs-pa-mfrms 5
|
||||||
channel-description bs-ag-blks-res 1
|
channel-description bs-ag-blks-res 1
|
||||||
no access-control-class-ramping
|
no access-control-class-ramping
|
||||||
access-control-class-ramping-step-size 1
|
|
||||||
early-classmark-sending forbidden
|
early-classmark-sending forbidden
|
||||||
early-classmark-sending-3g allowed
|
early-classmark-sending-3g allowed
|
||||||
ipa unit-id 1000 <%= bts["uid"] %>
|
ipa unit-id 1000 <%= bts["uid"] %>
|
||||||
|
@ -67,6 +66,8 @@
|
||||||
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
|
||||||
|
<% end -%>
|
||||||
no force-combined-si
|
no force-combined-si
|
||||||
<% if bts["model"] == "2050S" %> depends-on-bts <%= index-1 %>
|
<% if bts["model"] == "2050S" %> depends-on-bts <%= index-1 %>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
|
|
|
@ -9,7 +9,6 @@ log stderr
|
||||||
logging timestamp 0
|
logging timestamp 0
|
||||||
logging print file 1
|
logging print file 1
|
||||||
logging level rtp notice
|
logging level rtp notice
|
||||||
logging level e1 notice
|
|
||||||
logging level lglobal notice
|
logging level lglobal notice
|
||||||
logging level llapd notice
|
logging level llapd notice
|
||||||
logging level linp notice
|
logging level linp notice
|
||||||
|
|
|
@ -9,7 +9,6 @@ log stderr
|
||||||
logging timestamp 0
|
logging timestamp 0
|
||||||
logging print file 1
|
logging print file 1
|
||||||
logging level rtp notice
|
logging level rtp notice
|
||||||
logging level e1 notice
|
|
||||||
logging level lglobal notice
|
logging level lglobal notice
|
||||||
logging level llapd notice
|
logging level llapd notice
|
||||||
logging level linp notice
|
logging level linp notice
|
||||||
|
@ -36,8 +35,10 @@ line vty
|
||||||
no login
|
no login
|
||||||
bind 127.0.0.2
|
bind 127.0.0.2
|
||||||
!
|
!
|
||||||
|
<% if @repo == 'nightly' -%>
|
||||||
ctrl
|
ctrl
|
||||||
bind 127.0.0.2
|
bind 127.0.0.2
|
||||||
|
<% end -%>
|
||||||
mgcp
|
mgcp
|
||||||
domain mgw
|
domain mgw
|
||||||
bind ip 127.0.0.2
|
bind ip 127.0.0.2
|
||||||
|
|
|
@ -66,13 +66,13 @@ network
|
||||||
rrlp mode none
|
rrlp mode none
|
||||||
mm info 1
|
mm info 1
|
||||||
msc
|
msc
|
||||||
sms-database <%= @sms_db %>
|
<% if @repo == 'nightly' -%> sms-database <%= @sms_db %>
|
||||||
|
<% end -%>
|
||||||
mncc external /tmp/bsc_mncc
|
mncc external /tmp/bsc_mncc
|
||||||
mncc guard-timeout 180
|
mncc guard-timeout 180
|
||||||
ncss guard-timeout 30
|
ncss guard-timeout 30
|
||||||
no assign-tmsi
|
no assign-tmsi
|
||||||
cs7-instance-a 0
|
cs7-instance-a 0
|
||||||
cs7-instance-iu 0
|
|
||||||
auth-tuple-max-reuse-count 3
|
auth-tuple-max-reuse-count 3
|
||||||
auth-tuple-reuse-on-error 1
|
auth-tuple-reuse-on-error 1
|
||||||
check-imei-rqd early
|
check-imei-rqd early
|
||||||
|
|
|
@ -38,5 +38,6 @@ line vty
|
||||||
cs7 instance 0
|
cs7 instance 0
|
||||||
xua rkm routing-key-allocation dynamic-permitted
|
xua rkm routing-key-allocation dynamic-permitted
|
||||||
listen m3ua 2905
|
listen m3ua 2905
|
||||||
local-ip ::
|
<% if @repo == 'nightly' -%> local-ip ::
|
||||||
|
<% end -%>
|
||||||
accept-asp-connections dynamic-permitted
|
accept-asp-connections dynamic-permitted
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue