Use reserved ip address for osmo-hlr GSUP interface

Otherwise 0.0.0.0 was being used and we want all interfaces for a
specific osmo-hlr instance to use the same IP

Requires osmo-hlr change id I79f7a300480f308b21116dd14d1698be38725afd
otherwise osmo-hlr won't be able to parse the configuration file.

Change-Id: I4e0063abc8de3d739ebd81942b692cc2e75792f1
This commit is contained in:
Pau Espin 2017-05-31 15:28:16 +02:00 committed by Neels Hofmeyr
parent 53e758ae4c
commit db59bcf9fc
1 changed files with 3 additions and 0 deletions

View File

@ -10,3 +10,6 @@ line vty
bind ${hlr.ip_address.addr}
ctrl
bind ${hlr.ip_address.addr}
hlr
gsup
bind ip ${hlr.ip_address.addr}