<p>Neels Hofmeyr <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/11669">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  Pau Espin Pedrol: Looks good to me, approved
  Harald Welte: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">cosmetic: abis_rsl.c: drop uneccesary braces<br><br>Change-Id: I20a7b160321cf86179cdcece71c8158e76ba4a1b<br>---<br>M src/osmo-bsc/abis_rsl.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/osmo-bsc/abis_rsl.c b/src/osmo-bsc/abis_rsl.c</span><br><span>index c16f044..6e8d078 100644</span><br><span>--- a/src/osmo-bsc/abis_rsl.c</span><br><span>+++ b/src/osmo-bsc/abis_rsl.c</span><br><span>@@ -895,9 +895,9 @@</span><br><span>        /* If the lchan is associated with a conn, we shall notify the MSC of the RSL Conn Failure, and</span><br><span>       * the connection will presumably be torn down and lead to an lchan release. During initial</span><br><span>   * Channel Request from the MS, an lchan has no conn yet, so in that case release now. */</span><br><span style="color: hsl(0, 100%, 40%);">-       if (!lchan->conn) {</span><br><span style="color: hsl(120, 100%, 40%);">+        if (!lchan->conn)</span><br><span>                 lchan_release(lchan, false, true, *cause_p);</span><br><span style="color: hsl(0, 100%, 40%);">-    } else</span><br><span style="color: hsl(120, 100%, 40%);">+        else</span><br><span>                 osmo_fsm_inst_dispatch(lchan->conn->fi, GSCON_EV_RSL_CONN_FAIL, (void*)cause_p);</span><br><span> </span><br><span>   return 0;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/11669">change 11669</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/11669"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bsc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I20a7b160321cf86179cdcece71c8158e76ba4a1b </div>
<div style="display:none"> Gerrit-Change-Number: 11669 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>
<div style="display:none"> Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Pau Espin Pedrol <pespin@sysmocom.de> </div>