arehbein has uploaded this change for review.

View Change

osmo_io: Fix sending msgb structures

Fix by adding 'write enable' to osmo_iofd_write_msgb()

Related: OS#5751, OS#5753
Change-Id: Ie2a9c93f820fa372a1d527c805fd0fe2cff0eb49
---
M src/core/osmo_io.c
1 file changed, 13 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/04/32904/1
diff --git a/src/core/osmo_io.c b/src/core/osmo_io.c
index 9960fb4..3b90d7f 100644
--- a/src/core/osmo_io.c
+++ b/src/core/osmo_io.c
@@ -321,6 +321,7 @@
LOGPIO(iofd, LOGL_ERROR, "enqueueing message failed (%d). Rejecting msgb\n", rc);
return rc;
}
+ osmo_iofd_write_enable(iofd);

return 0;
}

To view, visit change 32904. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libosmocore
Gerrit-Branch: arehbein/osmo_io_ipa
Gerrit-Change-Id: Ie2a9c93f820fa372a1d527c805fd0fe2cff0eb49
Gerrit-Change-Number: 32904
Gerrit-PatchSet: 1
Gerrit-Owner: arehbein <arehbein@sysmocom.de>
Gerrit-MessageType: newchange