<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/24955">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">lchan_fsm: Allow rx LCHAN_EV_RLL_REL_IND in state BORKEN<br><br>As seen in osmo-bsc log:<br>DCHAN ERROR abis_rsl.c:2287 lchan(12-0-2-TCH_H-1){BORKEN}: Event LCHAN_EV_RLL_REL_IND not permitted<br><br>Related: SYS#5523<br>Change-Id: Idc7796d41f3483c89559746d9a00fdf32bf67c57<br>---<br>M src/osmo-bsc/lchan_fsm.c<br>1 file changed, 2 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/55/24955/1</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 c9222c2..aa616d0 100644</span><br><span>--- a/src/osmo-bsc/lchan_fsm.c</span><br><span>+++ b/src/osmo-bsc/lchan_fsm.c</span><br><span>@@ -1458,6 +1458,7 @@</span><br><span> </span><br><span>    case LCHAN_EV_RTP_RELEASED:</span><br><span>  case LCHAN_EV_RTP_ERROR:</span><br><span style="color: hsl(120, 100%, 40%);">+      case LCHAN_EV_RLL_REL_IND:</span><br><span>           return;</span><br><span> </span><br><span>  default:</span><br><span>@@ -1647,6 +1648,7 @@</span><br><span>                     | S(LCHAN_EV_RSL_RF_CHAN_REL_ACK)</span><br><span>                    | S(LCHAN_EV_RTP_ERROR)</span><br><span>                      | S(LCHAN_EV_RTP_RELEASED)</span><br><span style="color: hsl(120, 100%, 40%);">+                    | S(LCHAN_EV_RLL_REL_IND)</span><br><span>                    ,</span><br><span>            .out_state_mask = 0</span><br><span>                  | S(LCHAN_ST_WAIT_RF_RELEASE_ACK)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bsc/+/24955">change 24955</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/+/24955"/><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: Idc7796d41f3483c89559746d9a00fdf32bf67c57 </div>
<div style="display:none"> Gerrit-Change-Number: 24955 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>