<p>lynxis lazus has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/18822">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">measurement: replace u_int64_t with uint64_t<br><br>Be consistent and use everywhere uint64_t.<br><br>Change-Id: Id6b5df7f5045901109fe1007a5ad54e2f95b95f8<br>---<br>M src/common/measurement.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/22/18822/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/common/measurement.c b/src/common/measurement.c</span><br><span>index 3170e4a..17169ca 100644</span><br><span>--- a/src/common/measurement.c</span><br><span>+++ b/src/common/measurement.c</span><br><span>@@ -470,7 +470,7 @@</span><br><span> </span><br><span>    /* each measurement is an int32_t, so the squared difference value must fit in 32bits */</span><br><span>     /* the sum of the squared values (each up to 32bit) can very easily exceed 32 bits */</span><br><span style="color: hsl(0, 100%, 40%);">-   u_int64_t sq_diff_sum = 0;</span><br><span style="color: hsl(120, 100%, 40%);">+    uint64_t sq_diff_sum = 0;</span><br><span> </span><br><span>        /* In case we do not have any measurement values collected there is no</span><br><span>        * computation possible. We just skip the whole computation here, the</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/18822">change 18822</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/c/osmo-bts/+/18822"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bts </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Id6b5df7f5045901109fe1007a5ad54e2f95b95f8 </div>
<div style="display:none"> Gerrit-Change-Number: 18822 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: lynxis lazus <lynxis@fe80.eu> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>