<p>Patch set 6:<span style="border-radius: 3px; display: inline-block; margin: 0 2px; padding: 4px;background-color: #ffd4d4;">Code-Review -1</span></p><p><a href="https://gerrit.osmocom.org/5103">View Change</a></p><p>2 comments:</p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.osmocom.org/#/c/5103/6/src/timer.c">File src/timer.c:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.osmocom.org/#/c/5103/6/src/timer.c@207">Patch Set #6, Line 207:</a> <code style="font-family:monospace,monospace">  ns = t_diff_nsec(&t_now, from);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">these functions are really not needed. Drop them and instead include <osmocom/core/timer_compat.h> and use timersub().</p></li></ul></li><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.osmocom.org/#/c/5103/6/tests/timer/timer_test.c">File tests/timer/timer_test.c:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.osmocom.org/#/c/5103/6/tests/timer/timer_test.c@198">Patch Set #6, Line 198:</a> <code style="font-family:monospace,monospace">     if (osmo_clock_gettime(CLOCK_MONOTONIC, &t_start) != 0)</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">that's a bit weird. Getting a time after enabling override but not setting an initial time before? Same later, you are adding time without setting it before in here.</p><p style="white-space: pre-wrap; word-wrap: break-word;">Probably override time is 0,0 by default due to being static memory? Still it's clearer if you set it to 0,0 explicitly.</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.osmocom.org/5103">change 5103</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/5103"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: comment </div>
<div style="display:none"> Gerrit-Change-Id: I83d865ff633a7ebda2c943477205fd31aceda277 </div>
<div style="display:none"> Gerrit-Change-Number: 5103 </div>
<div style="display:none"> Gerrit-PatchSet: 6 </div>
<div style="display:none"> Gerrit-Owner: Max <msuraev@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>
<div style="display:none"> Gerrit-Reviewer: Max <msuraev@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Vadim Yanitskiy <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Comment-Date: Sun, 30 Dec 2018 23:37:37 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-HasLabels: Yes </div>