Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/36180?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed:
Verified+1 by Jenkins Builder
Change subject: Forward failure SWx MAA -> GSUP AuthInfo Error
......................................................................
Forward failure SWx MAA -> GSUP AuthInfo Error
Change-Id: I48066058e601a4ca4d46e239f7a7060bbc20a32b
---
M include/conv.hrl
M src/aaa_diameter_swx_cb.erl
M src/aaa_ue_fsm.erl
M src/conv.erl
M src/epdg_ue_fsm.erl
M src/gsup_server.erl
6 files changed, 104 insertions(+), 35 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/erlang/osmo-epdg refs/changes/80/36180/2
--
To view, visit https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/36180?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: erlang/osmo-epdg
Gerrit-Branch: master
Gerrit-Change-Id: I48066058e601a4ca4d46e239f7a7060bbc20a32b
Gerrit-Change-Number: 36180
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-MessageType: newpatchset
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-sccp/+/35070?usp=email )
Change subject: xua + ipa: Add support for I/O in OSMO_IO mode
......................................................................
Patch Set 9: Code-Review+1
(2 comments)
File src/osmo_ss7_asp.c:
https://gerrit.osmocom.org/c/libosmo-sccp/+/35070/comment/ccf6a228_251a55c8
PS9, Line 867: if (rc < 0) {
How is this supposed to happen now with osmo_io? It's still not clear to me. Scenarario is: we have a server-side SCTP/TCP ASP whose socket suddenly becomes death (eg. tcp timeout).
Where are we getting this notification now? Where are we calling osmo_stream_srv_destroy()?
AFAIU it's done through ss7_asp_xua_srv_conn_closed_cb(), but I don't see osmo_stream_srv_destroy() being called there. Is the call to osmo_stream_srv_destroy() done now automatically from within osmo_stream_srv?
I'm not saying it's wrong, I just want to make sure we have no regressions here.
File src/osmo_ss7_xua_srv.c:
https://gerrit.osmocom.org/c/libosmo-sccp/+/35070/comment/2c49a430_c2bfac37
PS9, Line 83: switch (oxs->cfg.proto) {
(Not to be done now, but we should ideally move some of this logic to a new function in _asp.c since most of this is done on the srv object).
--
To view, visit https://gerrit.osmocom.org/c/libosmo-sccp/+/35070?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: I7d02037990f4af405839309510dc6c04e36c3369
Gerrit-Change-Number: 35070
Gerrit-PatchSet: 9
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-CC: jolly <andreas(a)eversberg.eu>
Gerrit-Comment-Date: Wed, 06 Mar 2024 18:08:18 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment