blob: 2774c2442ab0b7d586bdc018403e9939cabcc65c [file] [log] [blame]
Neels Hofmeyr9489a9c2019-11-20 15:03:59 +01001# OsmoHLR example configuration for Distributed GSM (mslookup)
2hlr
3 gsup
4 # For D-GSM roaming, osmo-hlr's GSUP must listen on a public IP:
5 bind ip 10.9.8.7
6 # Each HLR should identify with a distinct name
7 ipa-name hlr-23
8mslookup
9 # Bind mslookup mDNS server and client on default multicast address and port:
10 # 239.192.23.42 port 4266
11 mdns bind
12 # Tell the mslookup server in osmo-hlr which IP+ports to return when a
13 # remote voice call or SMS wants to deliver to a local subscriber:
14 server
15 # local osmo-sip-connector SIP port
16 service sip.voice at 10.9.8.7 5060
17 # local osmo-msc SMPP port
18 service smpp.sms at 10.9.8.7 2775
19 # experimental: SMS-over-GSUP: this HLR's GSUP port
20 service gsup.sms at 10.9.8.7 4222
21 # only required if different from above 'gsup'/'bind ip':
22 #service gsup.hlr at 10.9.8.7 4222