Attention is currently required from: laforge, pespin, fixeria.
1 comment:
File src/common/pcu_sock.c:
Patch Set #2, Line 1102: osmo_fd_write_disable(&state->upqueue.bfd);
> I have looked at some of our projects and seen similar code (code that disables the fd before call […]
I had to rebase/review and resolve merge conflicts. While looking at the code again, I found out that the write disable/enable is handled by the osmo write queue code (which also makes more sense, since the list behind the queue is handled inside that code and not inside `osmo-bts/common/pcu_socket.c` anymore), so I removed it from the write function altogether
To view, visit change 31533. To unsubscribe, or for help writing mail filters, visit settings.