Attention is currently required from: arehbein, daniel, laforge.
laforge uploaded patch set #3 to this change.
The following approvals got outdated and were removed: Code-Review+1 by arehbein, Code-Review+1 by daniel, Verified-1 by Jenkins Builder
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
To view, visit change 35073. To unsubscribe, or for help writing mail filters, visit settings.