Attention is currently required from: fixeria. pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/29424 )
Change subject: osmux: Log sendto() error ......................................................................
Patch Set 1:
(1 comment)
File src/common/osmux.c:
https://gerrit.osmocom.org/c/osmo-bts/+/29424/comment/48e15b14_1bfdb466 PS1, Line 96: strerror_r
Why not just using strerror()? osmo-bts is single-thread, and (I hope) will unlikely be multi-thread […]
There's nothing wrong with using strerror_r, and provides more robustness in case somebody wishes to move to multithread or reuse the code somewhere else.