<p>laforge <strong>uploaded patch set #4</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/21829">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">abis_om2000: keep OM2K FSMs around, don't terminate<br><br>The existing code uses short-lived FSMs which are allocated straight<br>before START, and which are free'd after DONE state is reached.<br><br>While that works, it makes state introspection a bit hard, as one<br>cannot show the FSM states, etc.<br><br>Let's change to a different model where the per-OM2k-MO FSMs are<br>always around (in state INIT after object creation).  While at it,<br>also introduce a RESET event that can reset each FSM instance back<br>to INIT state, i.e. in case of OML link failure.<br><br>Change-Id: Ia37cffff5c451e1d79a52ccae41ab5718b4661d4<br>---<br>M include/osmocom/bsc/abis_om2000.h<br>M include/osmocom/bsc/bts.h<br>M include/osmocom/bsc/bts_trx.h<br>M src/osmo-bsc/abis_om2000.c<br>M src/osmo-bsc/bts_ericsson_rbs2000.c<br>5 files changed, 241 insertions(+), 74 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/29/21829/4</pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bsc/+/21829">change 21829</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/+/21829"/><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: Ia37cffff5c451e1d79a52ccae41ab5718b4661d4 </div>
<div style="display:none"> Gerrit-Change-Number: 21829 </div>
<div style="display:none"> Gerrit-PatchSet: 4 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-CC: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>