Attention is currently required from: msuraev. pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-netif/+/29674 )
Change subject: debug: print socket info in log messages ......................................................................
Patch Set 1:
(2 comments)
Patchset:
PS1: Thanks, I wanted to do this for some time now. Some comments though: I'd better enclose the part printing information about the conn into a function or macro, to be able to update/improve the description in the future and simplify it. For instance: LOPGCONNCLI(cli, DLINP, ...)
File src/stream.c:
https://gerrit.osmocom.org/c/libosmo-netif/+/29674/comment/e8ec5fd4_9721d054 PS1, Line 1577: osmo_stream_srv_link_get_sockname(osmo_stream_srv_get_master(conn))); why do you use something different here?