From 7b02ed0f4b7fbe906d294590e7bb1e89d86d0ec6 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 8 Jun 2017 23:08:59 +0200 Subject: osmo-msc: configure HLR address In db59bcf9fcdc5f05fdb9047b905ab497472440bc we added a configured GSUP server address for the osmo-hlr, but the osmo-msc is still trying to connect to 127.0.0.1. In the same way as for mgcpgw, add conf_for_msc() to OsmoHLR, and use that to configure the HLR's address in osmo-msc.cfg. Related: OS#2320 Change-Id: I005aa160c679fc92b248abd762888959bd5b2c55 --- src/osmo_gsm_tester/osmo_hlr.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/osmo_gsm_tester/osmo_hlr.py') diff --git a/src/osmo_gsm_tester/osmo_hlr.py b/src/osmo_gsm_tester/osmo_hlr.py index 354eb1d..3492f06 100644 --- a/src/osmo_gsm_tester/osmo_hlr.py +++ b/src/osmo_gsm_tester/osmo_hlr.py @@ -126,4 +126,7 @@ class OsmoHlr(log.Origin): % (subscriber_id, modem.imsi(), modem.msisdn)) return subscriber_id + def conf_for_msc(self): + return dict(hlr=dict(ip_address=self.ip_address)) + # vim: expandtab tabstop=4 shiftwidth=4 -- cgit v1.2.3