Attention is currently required from: arehbein, daniel, pespin.
View Change
1 comment:
File src/osmo_ss7_asp.c:
Patch Set #3, Line 904: xua_cli_close_and_reconnect(conn);
Not sure what needs to be done on disconnect, but you'll probably need to `osmo_stream_cli_set_disco […]
yeah, I think the problem is that we are not using the disconnect_cb offered by libosmo-netif here. Likely for historical reasons, as when we did our own read/recv, we'd use the len == 0 indication. But now when transitioning to the osmo_io_fd mode of stream_cli, we should make use of that call-back. @jolly, please have a look into it.
To view, visit change 35070. To unsubscribe, or for help writing mail filters, visit settings.
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: I7d02037990f4af405839309510dc6c04e36c3369
Gerrit-Change-Number: 35070
Gerrit-PatchSet: 8
Gerrit-Owner: laforge <laforge@osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: arehbein <arehbein@sysmocom.de>
Gerrit-Reviewer: daniel <dwillmann@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-Attention: arehbein <arehbein@sysmocom.de>
Gerrit-Attention: pespin <pespin@sysmocom.de>
Gerrit-Attention: daniel <dwillmann@sysmocom.de>
Gerrit-Comment-Date: Tue, 05 Mar 2024 14:50:40 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: daniel <dwillmann@sysmocom.de>
Gerrit-MessageType: comment