Attention is currently required from: neels.
pespin has posted comments on this change by neels. ( https://gerrit.osmocom.org/c/osmo-upf/+/37758?usp=email )
Change subject: pfcp-tool: n-sessions [2/4]: generalize function args ......................................................................
Patch Set 3: Code-Review+1
(1 comment)
File src/osmo-pfcp-tool/pfcp_tool.c:
https://gerrit.osmocom.org/c/osmo-upf/+/37758/comment/0eb04876_285ecc2d?usp=... : PS3, Line 182: LOGP(DLPFCP, LOGL_ERROR, "Failed to transmit PFCP: %s\n", strerror(-rc)); since this program is used for load testing and may potentially switch to being multithread, it may be better using reentrant version of the function like strerror_r().