Attention is currently required from: laforge, pespin.
Hello Jenkins Builder, laforge,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/libosmocore/+/32758
to look at the new patch set (#5).
Change subject: osmo_io: Improve handling and documentation of segmentation_cb ......................................................................
osmo_io: Improve handling and documentation of segmentation_cb
The read length is not needed in the segmentation callback, msgb already has all the necessary information, the parameter previously was just msgb_length(msg).
Also handle negative return values (except -EAGAIN) of the callback as errors which cause the msg to be dropped. -EAGAIN will defer the msg.
Change-Id: I6a0eebb8d4490f09a3cc6eb97d4ff47b4a8fd377 --- M include/osmocom/core/osmo_io.h M src/core/osmo_io.c 2 files changed, 48 insertions(+), 14 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/58/32758/5