<p>neels <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/18170">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  pespin: Looks good to me, but someone else must approve
  neels: Looks good to me, approved
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">lchan: Allow transition from BORKEN state to WAIT_RF_RELEASE_ACK<br><br>In the lchan_fsm_borken() we request to change the state to<br>LCHAN_ST_WAIT_RF_RELEASE_ACK in response to a late<br>LCHAN_EV_RSL_CHAN_ACTIV_ACK event but this transition is prohibited<br>by the FSM definition, so the channels stay in the BORKEN state<br>forever. :(<br><br>Change-Id: I17a9b935a116eb842fd0239ef53d73bef35e6511<br>---<br>M src/osmo-bsc/lchan_fsm.c<br>1 file changed, 1 insertion(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bsc/lchan_fsm.c b/src/osmo-bsc/lchan_fsm.c</span><br><span>index f55fbf9..fc8cd3f 100644</span><br><span>--- a/src/osmo-bsc/lchan_fsm.c</span><br><span>+++ b/src/osmo-bsc/lchan_fsm.c</span><br><span>@@ -1268,6 +1268,7 @@</span><br><span>                        | S(LCHAN_EV_RTP_RELEASED)</span><br><span>                   ,</span><br><span>            .out_state_mask = 0</span><br><span style="color: hsl(120, 100%, 40%);">+                   | S(LCHAN_ST_WAIT_RF_RELEASE_ACK)</span><br><span>                    | S(LCHAN_ST_UNUSED)</span><br><span>                         | S(LCHAN_ST_WAIT_AFTER_ERROR)</span><br><span>                       ,</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bsc/+/18170">change 18170</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-bsc/+/18170"/><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-Change-Id: I17a9b935a116eb842fd0239ef53d73bef35e6511 </div>
<div style="display:none"> Gerrit-Change-Number: 18170 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: ipse <Alexander.Chemeris@gmail.com> </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-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>