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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue