Attention is currently required from: arehbein, daniel, pespin.
laforge 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 8:
(1 comment)
File src/osmo_ss7_asp.c:
https://gerrit.osmocom.org/c/libosmo-sccp/+/35070/comment/889c673a_a1c81d2e PS3, 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.