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

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">nacc_fsm: Remove NACC_EV_RX_SI from in_event_mask of some states<br><br>We don't care about those messages anymore if we already transitioned<br>further than NACC_ST_WAIT_REQUEST_SI. Furthermore, RIM code dispatching<br>the event to the FSM is only doing it in the mentioned state above.<br><br>Related: SYS#4909<br>Change-Id: If420b49e437ff02073669522408763e5e84fe477<br>---<br>M src/nacc_fsm.c<br>1 file changed, 0 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/nacc_fsm.c b/src/nacc_fsm.c</span><br><span>index f9dea98..99c8164 100644</span><br><span>--- a/src/nacc_fsm.c</span><br><span>+++ b/src/nacc_fsm.c</span><br><span>@@ -610,7 +610,6 @@</span><br><span>   [NACC_ST_TX_NEIGHBOUR_DATA] = {</span><br><span>              .in_event_mask =</span><br><span>                     X(NACC_EV_RX_CELL_CHG_NOTIFICATION) |</span><br><span style="color: hsl(0, 100%, 40%);">-                   X(NACC_EV_RX_SI) |</span><br><span>                   X(NACC_EV_CREATE_RLCMAC_MSG),</span><br><span>                .out_state_mask =</span><br><span>                    X(NACC_ST_TX_CELL_CHG_CONTINUE),</span><br><span>@@ -620,7 +619,6 @@</span><br><span>       [NACC_ST_TX_CELL_CHG_CONTINUE] = {</span><br><span>           .in_event_mask =</span><br><span>                     X(NACC_EV_RX_CELL_CHG_NOTIFICATION) |</span><br><span style="color: hsl(0, 100%, 40%);">-                   X(NACC_EV_RX_SI) |</span><br><span>                   X(NACC_EV_CREATE_RLCMAC_MSG),</span><br><span>                .out_state_mask =</span><br><span>                    X(NACC_ST_WAIT_CELL_CHG_CONTINUE_ACK),</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-pcu/+/22847">change 22847</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-pcu/+/22847"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-pcu </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: If420b49e437ff02073669522408763e5e84fe477 </div>
<div style="display:none"> Gerrit-Change-Number: 22847 </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-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>