<p>laforge <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/libosmo-sccp/+/15986">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;">xua: Fix private function name<br><br>The function clearly does stuff the other way as its name used to<br>describe.<br><br>Change-Id: Ib65a0f2706e2eefe2446d3c9a6bdd19cf9cb81f2<br>---<br>M src/xua_as_fsm.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/xua_as_fsm.c b/src/xua_as_fsm.c</span><br><span>index 97a2107..ab98da8 100644</span><br><span>--- a/src/xua_as_fsm.c</span><br><span>+++ b/src/xua_as_fsm.c</span><br><span>@@ -35,7 +35,7 @@</span><br><span>   return msg;</span><br><span> }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-static int asp_notify_all_as(struct osmo_ss7_as *as, struct osmo_xlm_prim_notify *npar)</span><br><span style="color: hsl(120, 100%, 40%);">+static int as_notify_all_asp(struct osmo_ss7_as *as, struct osmo_xlm_prim_notify *npar)</span><br><span> {</span><br><span>    struct msgb *msg;</span><br><span>    unsigned int i, sent = 0;</span><br><span>@@ -264,7 +264,7 @@</span><br><span> </span><br><span>  /* TODO: ASP-Id of ASP triggering this state change */</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-      asp_notify_all_as(xafp->as, &npar);</span><br><span style="color: hsl(120, 100%, 40%);">+    as_notify_all_asp(xafp->as, &npar);</span><br><span> };</span><br><span> </span><br><span> static void xua_as_fsm_inactive(struct osmo_fsm_inst *fi, uint32_t event, void *data)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmo-sccp/+/15986">change 15986</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/+/15986"/><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: Ib65a0f2706e2eefe2446d3c9a6bdd19cf9cb81f2 </div>
<div style="display:none"> Gerrit-Change-Number: 15986 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </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>