Attention is currently required from: arehbein, daniel, laforge.
Hello Jenkins Builder, arehbein, daniel,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/libosmo-sccp/+/35073?usp=email
to look at the new patch set (#3).
The following approvals got outdated and were removed: Code-Review+1 by arehbein, Code-Review+1 by daniel, Verified-1 by Jenkins Builder
Change subject: port from osmo_stream_*_get_ofd() to osmo_stream_srv_get_fd() ......................................................................
port from osmo_stream_*_get_ofd() to osmo_stream_srv_get_fd()
The existing/old osmo_stream_{srv,cli}_get_ofd() API functions are only compatible with OSMO_FD mode of libosmo-netif/stream. In the OSMO_IO mode, there is no osmo_fd involved, and hence those functions are illegal to call.
Let's instead migrate over to the new osmo_stream_{srv,cli}_get_fd() which directly return the file descriptor integer value.
Change-Id: I12c66badfb4bdfdfe71f1716de960d353d3548b1 Related: OS#5752 --- M TODO-RELEASE M src/osmo_ss7_asp.c M src/osmo_ss7_vty.c M src/xua_asp_fsm.c 4 files changed, 74 insertions(+), 34 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/73/35073/3