<p>laforge <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-iuh/+/22837">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">ranap_msg_factory: Fix LOGP statements<br><br>The related compiler warnings were overlooked as due to the<br>asn1c-generated code there always are tons of warnings printed compiling<br>this project :(<br><br>Change-Id: I40b1265ba696501cc72e674f3ef4146c47aacf1b<br>---<br>M src/ranap_msg_factory.c<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/ranap_msg_factory.c b/src/ranap_msg_factory.c</span><br><span>index 121514c..f93a2ab 100644</span><br><span>--- a/src/ranap_msg_factory.c</span><br><span>+++ b/src/ranap_msg_factory.c</span><br><span>@@ -232,7 +232,7 @@</span><br><span>                    ialg = RANAP_IntegrityProtectionAlgorithm_standard_UMTS_integrity_algorithm_UIA2;</span><br><span>                    break;</span><br><span>               default:</span><br><span style="color: hsl(0, 100%, 40%);">-                        LOGP(DRANAP, "Unsupported UIA algorithm UIA%d specified\n", i);</span><br><span style="color: hsl(120, 100%, 40%);">+                     LOGP(DRANAP, LOGL_ERROR, "Unsupported UIA algorithm UIA%d specified\n", i);</span><br><span>                        return NULL;</span><br><span>                 }</span><br><span> </span><br><span>@@ -259,7 +259,7 @@</span><br><span>                          ealg = RANAP_EncryptionAlgorithm_standard_UMTS_encryption_algorithm_UEA2;</span><br><span>                            break;</span><br><span>                       default:</span><br><span style="color: hsl(0, 100%, 40%);">-                                LOGP(DRANAP, "Unsupported UEA algorithm UEA%d specified\n", i);</span><br><span style="color: hsl(120, 100%, 40%);">+                             LOGP(DRANAP, LOGL_ERROR, "Unsupported UEA algorithm UEA%d specified\n", i);</span><br><span>                                asn_set_empty(&ies.integrityProtectionInformation.permittedAlgorithms);</span><br><span>                          return NULL;</span><br><span>                         }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-iuh/+/22837">change 22837</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/+/22837"/><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: I40b1265ba696501cc72e674f3ef4146c47aacf1b </div>
<div style="display:none"> Gerrit-Change-Number: 22837 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>