<p>osmith <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-msc/+/14899">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">vlr_lu_fsm.c: don't send LU reject twice<br><br>Don't call tx_lu_rej() in the "vlr_lu_compl" FSM. It is always getting<br>called in the parent "lu" FSM and is therefore redundant:<br><br>_vlr_lu_compl_fsm_done(fi, VLR_FSM_RESULT_FAILURE, cause)<br>-> osmo_fsm_inst_state_chg(fi, LU_COMPL_VLR_S_DONE, 0, 0)<br>-> vlr_lu_compl_fsm_dispatch_result()<br>-> lu_fsm_wait_lu_compl()/lu_fsm_wait_lu_compl_standalone()<br>-> lu_fsm_failure()<br>-> lfp->vlr->ops.tx_lu_rej()<br><br>I have noticed the bug with the TTCN3 tests. This patch fixes<br>TC_lu_imsi_auth_tmsi_check_imei_{nack,err} after stricter checking<br>in [1] and also TC_iu_mo_crcx_ran_reject.<br><br>[1] I836f76242463789c4c003feec757714827f2a31b (osmo-ttcn3-hacks)<br>Change-Id: I127b27937613ea0ff29d67991c0414fca6d441d9<br>---<br>M src/libvlr/vlr_lu_fsm.c<br>M tests/msc_vlr/msc_vlr_test_gsm_authen.err<br>2 files changed, 4 insertions(+), 15 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/99/14899/2</pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-msc/+/14899">change 14899</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/+/14899"/><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: I127b27937613ea0ff29d67991c0414fca6d441d9 </div>
<div style="display:none"> Gerrit-Change-Number: 14899 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>