Attention is currently required from: daniel. laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/30936 )
Change subject: gpsr_ns2_udp: Use osmo_io_fd instead of osmo_fd ......................................................................
Patch Set 3:
(2 comments)
File src/gb/gprs_ns2_udp.c:
https://gerrit.osmocom.org/c/libosmocore/+/30936/comment/85f27c3d_58e01baf PS3, Line 50: struct might be worth renaming the struct member from fd to iofd or io_fd to make the code more obvious
https://gerrit.osmocom.org/c/libosmocore/+/30936/comment/c5ab51fc_967ec21c PS3, Line 153: rc = you can do away with the rc variable as there are no local users here anymore. just return osmo_iofd_sendto_msgb()?