Updates to Osmo Split Stack Config

This commit is contained in:
Keith Whyte 2021-02-26 04:58:45 +01:00
parent 67df350f1b
commit fcda7401f4
6 changed files with 35 additions and 14 deletions

View file

@ -79,25 +79,25 @@
max_power_red <%= bts["red"] %>
rsl e1 tei 0
timeslot 0
phys_chan_config CCCH+SDCCH4
phys_chan_config <%= @ts0_phys_chan %>
hopping enabled 0
timeslot 1
phys_chan_config <%= @phys_chan %>
phys_chan_config <%= @ts1_phys_chan %>
hopping enabled 0
timeslot 2
phys_chan_config <%= @phys_chan %>
hopping enabled 0
timeslot 3
phys_chan_config <%= @phys_chan %>
phys_chan_config TCH/F_TCH/H_PDCH
hopping enabled 0
timeslot 4
phys_chan_config <%= @phys_chan %>
phys_chan_config TCH/F_TCH/H_PDCH
hopping enabled 0
timeslot 5
phys_chan_config <%= @phys_chan %>
phys_chan_config TCH/F_TCH/H_PDCH
hopping enabled 0
timeslot 6
phys_chan_config <%= @phys_chan %>
phys_chan_config TCH/F_TCH/H_PDCH
hopping enabled 0
timeslot 7
phys_chan_config PDCH

View file

@ -44,7 +44,17 @@ ctrl
hlr
subscriber-create-on-demand 5 cs
store-imei
database <%= @hlr_db %>
gsup
bind ip 127.0.0.1
bind ip <%= @vpn_ip_address %>
ipa-name <%= @hlr_name %>
ussd route prefix *#100# internal own-msisdn
ussd route prefix *#101# internal own-imsi
mslookup
server
mdns bind 239.192.23.42 4266
service sip.voice at <%= @vpn_ip_address %> 5060
service smpp.sms at <%= @vpn_ip_address %> 2775
client
mdns bind 239.192.23.42 4266
end

View file

@ -77,8 +77,8 @@ msc
auth-tuple-reuse-on-error 1
check-imei-rqd early
mgw local-port 2728
mgw remote-ip 127.0.0.2
mgw remote-port 2428
mgw remote-ip 127.0.0.1
mgw remote-port 2427
mncc-int
default-codec tch-f amr
default-codec tch-h amr
@ -96,7 +96,7 @@ smpp
esme NOTIFY
password <%= @smpp_password %>
hlr
remote-ip 127.0.0.1
remote-ip <%= @vpn_ip_address %>
remote-port 4222
sgs
local-port 29118

View file

@ -20,7 +20,7 @@ sgsn
ggsn 0 gtp-version 1
ggsn 0 echo-interval 60
auth-policy accept-all
gsup remote-ip 127.0.0.1
gsup remote-ip <%= @vpn_ip_address %>
gsup remote-port 4222
authentication optional
!
@ -32,8 +32,9 @@ ns
timer tns-test 30
timer tns-alive 3
timer tns-alive-retries 10
encapsulation udp local-port 23000
encapsulation framerelay-gre enabled 0
bind udp local
listen 172.16.0.1 23000
accept-ipaccess
!
bssgp
!

View file

@ -10,7 +10,6 @@ log stderr
logging timestamp 1
logging print level 1
logging print file 1
logging level set-all notice
logging level sip info
logging level mncc info
logging level app notice
@ -33,6 +32,7 @@ log stderr
logging level lm3ua notice
logging level lmgcp notice
logging level ljibuf notice
logging level set-all notice
!
stats interval 5
!