<p>dexter <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/25676">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">assignment_fsm: Check for conn->lchan<br><br>When the SDCCH gets released while the TCH still beeing activated, then<br>the ChanActivACK that is received after the TCH is activated will trigger<br>a segmentation fault in the assignment_fsm. The reason for this is that<br>conn->lchan, which holds the SDCCH at that point in time, is now NULL.<br><br>To prevent osmo-bsc from crashing, the FSM should check for the presence<br>of conn->lchan first. If it does not exist, the FSM should terminate.<br>(Assignment failed)<br><br>Change-Id: I3b1cd88bea62ef0032f6c035bac95d3df9fdca7a<br>Related: SYS#5627<br>---<br>M src/osmo-bsc/assignment_fsm.c<br>1 file changed, 9 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/76/25676/2</pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bsc/+/25676">change 25676</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/+/25676"/><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: I3b1cd88bea62ef0032f6c035bac95d3df9fdca7a </div>
<div style="display:none"> Gerrit-Change-Number: 25676 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-CC: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>