Modifications to Split Stack Config

Setup params needed for dGSM
This commit is contained in:
Keith Whyte 2021-03-01 12:09:43 +01:00
parent 1176683f7c
commit f14e2c7a04
6 changed files with 38 additions and 3 deletions

View file

@ -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