<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/18243">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">libosmogsm: cosmetic: use '%u' instead of PRIu32 for uint32_t<br><br>There is no real need to use PRIu32, '%u' handles uint32_t too.<br><br>Change-Id: I4b6517989030c8e3f6a1bf16c43044e4e9137f40<br>---<br>M src/gsm/gsm0502.c<br>1 file changed, 1 insertion(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/43/18243/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/gsm/gsm0502.c b/src/gsm/gsm0502.c</span><br><span>index 1a71e61..68740dc 100644</span><br><span>--- a/src/gsm/gsm0502.c</span><br><span>+++ b/src/gsm/gsm0502.c</span><br><span>@@ -29,7 +29,6 @@</span><br><span> #include <osmocom/gsm/rsl.h></span><br><span> #include <osmocom/gsm/gsm_utils.h></span><br><span> #include <osmocom/core/logging.h></span><br><span style="color: hsl(0, 100%, 40%);">-#include <inttypes.h></span><br><span> </span><br><span> unsigned int</span><br><span> gsm0502_calc_paging_group(struct gsm48_control_channel_descr *chan_desc, uint64_t imsi)</span><br><span>@@ -193,7 +192,7 @@</span><br><span>        }</span><br><span> </span><br><span>        if (sub == -1) {</span><br><span style="color: hsl(0, 100%, 40%);">-                LOGP(DLGLOBAL, LOGL_ERROR, "could not remap frame number!, fn=%"PRIu32"\n", fn);</span><br><span style="color: hsl(120, 100%, 40%);">+          LOGP(DLGLOBAL, LOGL_ERROR, "could not remap frame number!, fn=%u\n", fn);</span><br><span>          return fn;</span><br><span>   }</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/18243">change 18243</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/libosmocore/+/18243"/><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-Change-Id: I4b6517989030c8e3f6a1bf16c43044e4e9137f40 </div>
<div style="display:none"> Gerrit-Change-Number: 18243 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>