<p>Vadim Yanitskiy has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13878">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">common/oml.c: use proper format specifier for uint16_t<br><br>Change-Id: I8f372a689b3c1cc2cf925654b2db44a0f4ee7603<br>---<br>M src/common/oml.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/osmo-bts refs/changes/78/13878/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/common/oml.c b/src/common/oml.c</span><br><span>index f288078..baf374a 100644</span><br><span>--- a/src/common/oml.c</span><br><span>+++ b/src/common/oml.c</span><br><span>@@ -590,8 +590,7 @@</span><br><span>                     oml_tx_failure_event_rep(&bts->mo, OSMO_EVT_WARN_SW_WARN,</span><br><span>                                              "Given ARFCN %u is not supported",</span><br><span>                                                 arfcn);</span><br><span style="color: hsl(0, 100%, 40%);">-                        /* FIXME: use proper format specifier for uint16_t */</span><br><span style="color: hsl(0, 100%, 40%);">-                   LOGPFOH(DOML, LOGL_ERROR, foh, "Given ARFCN %d is not supported.\n", arfcn);</span><br><span style="color: hsl(120, 100%, 40%);">+                        LOGPFOH(DOML, LOGL_ERROR, foh, "Given ARFCN %u is not supported.\n", arfcn);</span><br><span>                       return oml_fom_ack_nack(msg, NM_NACK_FREQ_NOTAVAIL);</span><br><span>                 }</span><br><span>    }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13878">change 13878</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/13878"/><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-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I8f372a689b3c1cc2cf925654b2db44a0f4ee7603 </div>
<div style="display:none"> Gerrit-Change-Number: 13878 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Vadim Yanitskiy <axilirator@gmail.com> </div>