Attention is currently required from: osmith.
jolly has posted comments on this change by osmith. ( https://gerrit.osmocom.org/c/erlang/osmo_dia2gsup/+/39856?usp=email )
Change subject: examples/*.config: change diameter_ip to 127.0.0.8
......................................................................
Patch Set 1: Code-Review+1
--
To view, visit https://gerrit.osmocom.org/c/erlang/osmo_dia2gsup/+/39856?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: erlang/osmo_dia2gsup
Gerrit-Branch: master
Gerrit-Change-Id: I252f96a3e8ead8fbf1715b14746b227e9edc62c9
Gerrit-Change-Number: 39856
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: jolly <andreas(a)eversberg.eu>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Comment-Date: Thu, 27 Mar 2025 09:10:19 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/erlang/osmo_dia2gsup/+/39856?usp=email )
Change subject: examples/*.config: change diameter_ip to 127.0.0.8
......................................................................
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/787e55550183a661943d84ab67239c92f0b…
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 https://gerrit.osmocom.org/c/erlang/osmo_dia2gsup/+/39856?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
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(a)sysmocom.de>
Attention is currently required from: pespin.
fixeria has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39850?usp=email )
Change subject: s1gw: add UE multiplex component
......................................................................
Patch Set 2:
(1 comment)
File s1gw/S1GW_UEMux.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39850/comment/9484d780_0146… :
PS2, Line 3: /* UE Multiplexer, runs on top of ConnHdlr component, dispatches S1AP PDUs
> I'm a bit lost on why that's needed here... […]
No, `ConnHdlr` represents a single eNB-MME connection. Several `ConnHdlr` means several S1AP connections, while my goal is to have multiple UEs within one connection.
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39850?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I60e6f5d2b9882c27cecd06a2450bda4909c0532a
Gerrit-Change-Number: 39850
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 26 Mar 2025 12:20:50 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>