<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-iuh/+/17543">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">tests/hnb-test-ranap.c: Fix wrong printf format<br><br>Catched by compiler:<br>hnb-test-ranap.c:76:44: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘RANAP_CN_DomainIndicator_t’ {aka ‘long int’} [-Wformat=]<br><br>Change-Id: Ie4cd6a36fd0e9a871a1815d600e8a321a3d2a208<br>---<br>M src/tests/hnb-test-ranap.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-iuh refs/changes/43/17543/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/tests/hnb-test-ranap.c b/src/tests/hnb-test-ranap.c</span><br><span>index e7c9871..517e1a3 100644</span><br><span>--- a/src/tests/hnb-test-ranap.c</span><br><span>+++ b/src/tests/hnb-test-ranap.c</span><br><span>@@ -73,7 +73,7 @@</span><br><span>                                          ranap_msg->msg.pagingIEs.permanentNAS_UE_ID.choice.iMSI.size);</span><br><span>           } else imsi[0] = '\0';</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-              printf("rx Paging: presence=%hx  domain=%d  IMSI=%s\n",</span><br><span style="color: hsl(120, 100%, 40%);">+             printf("rx Paging: presence=%hx  domain=%ld  IMSI=%s\n",</span><br><span>                  ranap_msg->msg.pagingIEs.presenceMask,</span><br><span>                    ranap_msg->msg.pagingIEs.cN_DomainIndicator,</span><br><span>                      imsi</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-iuh/+/17543">change 17543</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-iuh/+/17543"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-iuh </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ie4cd6a36fd0e9a871a1815d600e8a321a3d2a208 </div>
<div style="display:none"> Gerrit-Change-Number: 17543 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>