osmith has uploaded this change for review.

View Change

examples/*.config: change diameter_ip to 127.0.0.8

Change the default diameter_ip from 127.0.0.4 to 127.0.0.8. This is the
IP that open5gs MME expects the HSS to be running at, so it will work
out of the box. With 127.0.0.4 we get a conflict with the SMF.

The default has already been changed like this in 9ff2e8 ("diameter:
Change default bind IP to 127.0.0.8"). But only for the case when
running without a config - in the default config it was still set to
127.0.0.4.

Related: SYS#7413
Related: https://github.com/open5gs/open5gs/blob/787e55550183a661943d84ab67239c92f0be698c/configs/freeDiameter/mme.conf.in#L264
Change-Id: I252f96a3e8ead8fbf1715b14746b227e9edc62c9
---
M examples/dev.config
M examples/sys.config
2 files changed, 2 insertions(+), 2 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/erlang/osmo_dia2gsup refs/changes/56/39856/1
diff --git a/examples/dev.config b/examples/dev.config
index 3951069..979e41c 100644
--- a/examples/dev.config
+++ b/examples/dev.config
@@ -2,7 +2,7 @@
{hlr_ip, "127.0.0.1"},
{hlr_port, 4222},

- {diameter_ip, "127.0.0.4"},
+ {diameter_ip, "127.0.0.8"},
{diameter_port, 3868},
{diameter_proto, sctp},

diff --git a/examples/sys.config b/examples/sys.config
index aee90cb..333e6fb 100644
--- a/examples/sys.config
+++ b/examples/sys.config
@@ -2,7 +2,7 @@
{hlr_ip, "127.0.0.1"},
{hlr_port, 4222},

- {diameter_ip, "127.0.0.4"},
+ {diameter_ip, "127.0.0.8"},
{diameter_port, 3868},
{diameter_proto, sctp},


To view, visit change 39856. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: erlang/osmo_dia2gsup
Gerrit-Branch: master
Gerrit-Change-Id: I252f96a3e8ead8fbf1715b14746b227e9edc62c9
Gerrit-Change-Number: 39856
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>