Attention is currently required from: neels.
pespin has posted comments on this change by neels. ( https://gerrit.osmocom.org/c/osmo-upf/+/37761?usp=email )
Change subject: pfcp_tool: add 'date' ......................................................................
Patch Set 4:
(1 comment)
File src/osmo-pfcp-tool/pfcp_tool_vty.c:
https://gerrit.osmocom.org/c/osmo-upf/+/37761/comment/73f3f978_877e0163?usp=... : PS4, Line 144: osmo_gettimeofday(&tv, NULL); This is affected by wall clock system changes. IMHO you should at least provide an option to print CLOCK_MONOTONIC instead (I actually thik this should always be CLOCK_MONOTONIC). The user can then subtract 2 values to get the execution time.