<p>Neels Hofmeyr <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/12236">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Pau Espin Pedrol: Looks good to me, approved
  Stefan Sperling: Looks good to me, but someone else must approve
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">vlr_lu_fsm: drop unused out_state INIT -> WAIT_IMEI<br><br>There is no state transition from INIT to WAIT_IMEI, only to WAIT_SUB_PRES.<br><br>If there were code to skip WAIT_SUB_PRES, the allowed state transitions would<br>have to be the same as for WAIT_SUB_PRES, i.e. also WAIT_IMEI_TMSI and<br>WAIT_TMSI_CNF. For now just opt for the status quo.<br><br>Change-Id: I18ef9e8c96b52401d98f49dc410f13681231b533<br>---<br>M src/libvlr/vlr_lu_fsm.c<br>1 file changed, 1 insertion(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/libvlr/vlr_lu_fsm.c b/src/libvlr/vlr_lu_fsm.c</span><br><span>index a0cbcab..5d171d5 100644</span><br><span>--- a/src/libvlr/vlr_lu_fsm.c</span><br><span>+++ b/src/libvlr/vlr_lu_fsm.c</span><br><span>@@ -555,8 +555,7 @@</span><br><span>  [LU_COMPL_VLR_S_INIT] = {</span><br><span>            .in_event_mask = S(LU_COMPL_VLR_E_START),</span><br><span>            .out_state_mask = S(LU_COMPL_VLR_S_DONE) |</span><br><span style="color: hsl(0, 100%, 40%);">-                                S(LU_COMPL_VLR_S_WAIT_SUB_PRES) |</span><br><span style="color: hsl(0, 100%, 40%);">-                               S(LU_COMPL_VLR_S_WAIT_IMEI),</span><br><span style="color: hsl(120, 100%, 40%);">+                                  S(LU_COMPL_VLR_S_WAIT_SUB_PRES),</span><br><span>           .name = OSMO_STRINGIFY(LU_COMPL_VLR_S_INIT),</span><br><span>                 .action = lu_compl_vlr_init,</span><br><span>         },</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12236">change 12236</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/12236"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-msc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I18ef9e8c96b52401d98f49dc410f13681231b533 </div>
<div style="display:none"> Gerrit-Change-Number: 12236 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>
<div style="display:none"> Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Stefan Sperling <stsp@stsp.name> </div>
<div style="display:none"> Gerrit-CC: Max <msuraev@sysmocom.de> </div>