<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/25715">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">nm_bts_fsm: Reset si_valid bitmask when BTS is shut down<br><br>Otherwise after reconnecting some SI are still marked as valid despite<br>the new BSC conn didn't set them.<br><br>Change-Id: I71e2a5cdf4e2e287db7b05df1a165a1e32c958ca<br>---<br>M src/common/nm_bts_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-bts refs/changes/15/25715/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/common/nm_bts_fsm.c b/src/common/nm_bts_fsm.c</span><br><span>index 0ad7655..d2c48fb 100644</span><br><span>--- a/src/common/nm_bts_fsm.c</span><br><span>+++ b/src/common/nm_bts_fsm.c</span><br><span>@@ -150,6 +150,8 @@</span><br><span>  case NM_EV_SHUTDOWN_FINISH:</span><br><span>          /* Propagate event to children: */</span><br><span>           ev_dispatch_children(bts, event);</span><br><span style="color: hsl(120, 100%, 40%);">+             /* Reset state: */</span><br><span style="color: hsl(120, 100%, 40%);">+            bts->si_valid = 0;</span><br><span>                nm_bts_fsm_state_chg(fi, NM_BTS_ST_OP_DISABLED_NOTINSTALLED);</span><br><span>                break;</span><br><span>       default:</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/25715">change 25715</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-bts/+/25715"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bts </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I71e2a5cdf4e2e287db7b05df1a165a1e32c958ca </div>
<div style="display:none"> Gerrit-Change-Number: 25715 </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>