Attention is currently required from: pespin.
arehbein has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/33891 )
Change subject: osmo-bsc (WIP): Have PCU socket connection use osmo_wqueue ......................................................................
Patch Set 1:
(2 comments)
File src/osmo-bsc/pcu_sock.c:
https://gerrit.osmocom.org/c/osmo-bsc/+/33891/comment/960559c1_5a623ca6 PS1, Line 845: return -1;
aren't you leaking msgb here? Or is it freed by the caller?
done by `osmo_wqueue_bfd_cb()`
https://gerrit.osmocom.org/c/osmo-bsc/+/33891/comment/fa21e8dd_d6e43e18 PS1, Line 853: return -1;
aren't you leaking msgb here? Or is it freed by the caller?
Done