Attention is currently required from: jolly.
1 comment:
File src/stream_cli.c:
Patch Set #1, Line 500: if (res == -EAGAIN) {
The res = -EAGAIN is more like "historical reasons" imho (I wrote further support there afterwards), you should better check the flags (set in stream_sctp_recvmsg_trailer()):
if (msgb_sctp_msg_flags(msg) & OSMO_STREAM_SCTP_MSG_FLAGS_NOTIFICATION)
See for instance: libosmo-sccp/src/osmo_ss7_asp.c:824 or line 998.
To view, visit change 36568. To unsubscribe, or for help writing mail filters, visit settings.