Attention is currently required from: Timur Davydov, pespin.
laforge has posted comments on this change by Timur Davydov. ( https://gerrit.osmocom.org/c/libosmo-netif/+/41952?usp=email )
Change subject: stream: Fix build with --disable-libsctp ......................................................................
Patch Set 4: Code-Review+1
(3 comments)
File src/stream.c:
https://gerrit.osmocom.org/c/libosmo-netif/+/41952/comment/24e87422_3f978e4c... : PS1, Line 53: #include <osmocom/netif/sctp.h>
Done, moved it inside the `#ifdef HAVE_LIBSCTP` as suggested.
Done
File src/stream_cli.c:
https://gerrit.osmocom.org/c/libosmo-netif/+/41952/comment/960ebc64_ae34fbf2... : PS1, Line 1273: local_addrcnt = cli->local_addrcnt;
Done, refactored as suggested to reduce the `#ifdef HAVE_LIBSCTP` block.
Done
File src/stream_srv.c:
https://gerrit.osmocom.org/c/libosmo-netif/+/41952/comment/1f12c4f8_f52ff4d3... : PS1, Line 1050: #ifdef HAVE_LIBSCTP
Done, refactored as suggested.
Done