<p><a href="https://gerrit.osmocom.org/c/libosmo-sccp/+/18503">View Change</a></p><p>1 comment:</p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.osmocom.org/c/libosmo-sccp/+/18503/1/src/sccp_user.c">File src/sccp_user.c:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.osmocom.org/c/libosmo-sccp/+/18503/1/src/sccp_user.c@53">Patch Set #1, Line 53:</a> <code style="font-family:monospace,monospace">     if (osmo_ss7_pc_is_valid(pc)) {</code></p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;">So after this change, if an invalid "pc" is passed, and a matching ssn with a valid pc exists, it wi […]</blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">the logic here got me confused at first, but see:</p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">in this loop it says<br>  osmo_ss7_pc_is_valid(scu->pc) && scu->pc == pc<br>which implies<br>  osmo_ss7_pc_is_valid(pc)</pre><p style="white-space: pre-wrap; word-wrap: break-word;">This patch simply puts that condition above the loop because if the pc is invalid, there is no point in looping.<br>We are still going to match with ssn-only scus below.<br>There should be no functional change.</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmo-sccp/+/18503">change 18503</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/libosmo-sccp/+/18503"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmo-sccp </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I3533a01e29b97bebe4b8f1f6965444519b3bacfe </div>
<div style="display:none"> Gerrit-Change-Number: 18503 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-CC: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Comment-Date: Wed, 27 May 2020 10:16:55 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-Has-Labels: No </div>
<div style="display:none"> Comment-In-Reply-To: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: comment </div>