<p>neels has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-msc/+/15315">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">vlr_lu_fsm: ignore ID_IMEISV during VLR_ULA_S_WAIT_HLR_UPD<br><br>Change-Id: I2ea4f46efa013671d93892cb07bf830393289150<br>---<br>M src/libvlr/vlr_lu_fsm.c<br>M tests/msc_vlr/msc_vlr_test_gsm_ciph.err<br>2 files changed, 7 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/15/15315/1</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 454709f..2db5711 100644</span><br><span>--- a/src/libvlr/vlr_lu_fsm.c</span><br><span>+++ b/src/libvlr/vlr_lu_fsm.c</span><br><span>@@ -1234,6 +1234,10 @@</span><br><span>                   }</span><br><span>            }</span><br><span>            break;</span><br><span style="color: hsl(120, 100%, 40%);">+        case VLR_ULA_E_ID_IMEI:</span><br><span style="color: hsl(120, 100%, 40%);">+       case VLR_ULA_E_ID_IMEISV:</span><br><span style="color: hsl(120, 100%, 40%);">+             /* Got the IMEI from ME, nothing to do right now though. */</span><br><span style="color: hsl(120, 100%, 40%);">+           break;</span><br><span>       default:</span><br><span>             OSMO_ASSERT(0);</span><br><span>              break;</span><br><span>@@ -1400,7 +1404,9 @@</span><br><span>       },</span><br><span>   [VLR_ULA_S_WAIT_HLR_UPD] = {</span><br><span>                 .in_event_mask = S(VLR_ULA_E_HLR_LU_RES) |</span><br><span style="color: hsl(0, 100%, 40%);">-                               S(VLR_ULA_E_UPD_HLR_COMPL),</span><br><span style="color: hsl(120, 100%, 40%);">+                           S(VLR_ULA_E_UPD_HLR_COMPL) |</span><br><span style="color: hsl(120, 100%, 40%);">+                          S(VLR_ULA_E_ID_IMEI) |</span><br><span style="color: hsl(120, 100%, 40%);">+                                S(VLR_ULA_E_ID_IMEISV),</span><br><span>             .out_state_mask = S(VLR_ULA_S_WAIT_LU_COMPL) |</span><br><span>                                 S(VLR_ULA_S_WAIT_LU_COMPL_STANDALONE) |</span><br><span>                              S(VLR_ULA_S_DONE),</span><br><span>diff --git a/tests/msc_vlr/msc_vlr_test_gsm_ciph.err b/tests/msc_vlr/msc_vlr_test_gsm_ciph.err</span><br><span>index 893203e..7b9970d 100644</span><br><span>--- a/tests/msc_vlr/msc_vlr_test_gsm_ciph.err</span><br><span>+++ b/tests/msc_vlr/msc_vlr_test_gsm_ciph.err</span><br><span>@@ -1789,7 +1789,6 @@</span><br><span> DVLR set IMEISV on subscriber; IMSI=901700000004620 IMEISV=4234234234234275</span><br><span> DVLR set IMEI on subscriber; IMSI=901700000004620 IMEI=42342342342342</span><br><span> DVLR vlr_lu_fsm(IMSI-901700000004620:GERAN-A:LU){VLR_ULA_S_WAIT_HLR_UPD}: Received Event VLR_ULA_E_ID_IMEISV</span><br><span style="color: hsl(0, 100%, 40%);">-DVLR vlr_lu_fsm(IMSI-901700000004620:GERAN-A:LU){VLR_ULA_S_WAIT_HLR_UPD}: Event VLR_ULA_E_ID_IMEISV not permitted</span><br><span> DREF msc_a(IMSI-901700000004620:GERAN-A:LU){MSC_A_ST_AUTH_CIPH}: - ms_sends_ciphering_mode_complete: now used by 1 (lu)</span><br><span>   lu_result_sent == 0</span><br><span> - Subscriber has the IMEISV</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-msc/+/15315">change 15315</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-msc/+/15315"/><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-Change-Id: I2ea4f46efa013671d93892cb07bf830393289150 </div>
<div style="display:none"> Gerrit-Change-Number: 15315 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>