diff options
author | Pau Espin Pedrol <pespin@sysmocom.de> | 2017-05-31 15:28:16 +0200 |
---|---|---|
committer | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2017-06-03 14:21:09 +0000 |
commit | db59bcf9fcdc5f05fdb9047b905ab497472440bc (patch) | |
tree | 36cbf17f6b83017d6c75ef74d32be2d5e715344a | |
parent | 53e758ae4cfd6e75550ddd10883a91856c9664ed (diff) |
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
-rw-r--r-- | src/osmo_gsm_tester/templates/osmo-hlr.cfg.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/osmo_gsm_tester/templates/osmo-hlr.cfg.tmpl b/src/osmo_gsm_tester/templates/osmo-hlr.cfg.tmpl index fbd6cfc..ccb8224 100644 --- a/src/osmo_gsm_tester/templates/osmo-hlr.cfg.tmpl +++ b/src/osmo_gsm_tester/templates/osmo-hlr.cfg.tmpl @@ -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} |