Modifications to Split Stack Config
Setup params needed for dGSM
This commit is contained in:
parent
1176683f7c
commit
f14e2c7a04
6 changed files with 38 additions and 3 deletions
|
@ -88,7 +88,7 @@
|
|||
phys_chan_config <%= @phys_chan %>
|
||||
hopping enabled 0
|
||||
timeslot 3
|
||||
phys_chan_config TCH/F_TCH/H_PDCH
|
||||
phys_chan_config <%= @phys_chan %>
|
||||
hopping enabled 0
|
||||
timeslot 4
|
||||
phys_chan_config TCH/F_TCH/H_PDCH
|
||||
|
|
|
@ -47,7 +47,7 @@ hlr
|
|||
database <%= @hlr_db %>
|
||||
gsup
|
||||
bind ip <%= @vpn_ip_address %>
|
||||
ipa-name <%= @hlr_name %>
|
||||
ipa-name HLR-<%= @ipa_name %>
|
||||
ussd route prefix *#100# internal own-msisdn
|
||||
ussd route prefix *#101# internal own-imsi
|
||||
mslookup
|
||||
|
@ -57,4 +57,9 @@ mslookup
|
|||
service smpp.sms at <%= @vpn_ip_address %> 2775
|
||||
client
|
||||
mdns bind 239.192.23.42 4266
|
||||
!
|
||||
! Can't have create on demand and client at
|
||||
! same time, so we turn off client here.
|
||||
!!
|
||||
no client
|
||||
end
|
||||
|
|
|
@ -98,6 +98,7 @@ smpp
|
|||
hlr
|
||||
remote-ip <%= @vpn_ip_address %>
|
||||
remote-port 4222
|
||||
ipa-name MSC-<%= @ipa_name %>
|
||||
sgs
|
||||
local-port 29118
|
||||
local-ip 0.0.0.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue