<p>osmith <strong>uploaded patch set #3</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/13904">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">vlr: fix IMEI length<br><br>Set the length of vlr_subscr->imei to<br> GSM23003_IMEI_NUM_DIGITS_NO_CHK (14)<br>instead of<br>      GSM23003_IMEISV_NUM_DIGITS (16).<br><br>Note that there is also GSM23003_IMEI_NUM_DIGITS (15), which includes<br>an additional checksum digit. This digit is not intended for digital<br>transmission, so we don't need to store it. Also by not storing it, we<br>can simply copy the IMEI-part from the IMEISV to the IMEI without<br>worrying about the checksum (will be done in a follow up patch).<br><br>A good overview of the IMEI/IMEISV structure is here:<br>https://en.wikipedia.org/wiki/International_Mobile_Equipment_Identity#Structure_of_the_IMEI_and_IMEISV_(IMEI_software_version)<br><br>Related: OS#2542<br>Change-Id: Iaf2569c099874b55acbd748b776394726cc5ce54<br>---<br>M include/osmocom/msc/vlr.h<br>M tests/msc_vlr/msc_vlr_test_gsm_authen.c<br>M tests/msc_vlr/msc_vlr_test_gsm_authen.err<br>M tests/msc_vlr/msc_vlr_test_gsm_ciph.c<br>M tests/msc_vlr/msc_vlr_test_gsm_ciph.err<br>M tests/msc_vlr/msc_vlr_test_no_authen.c<br>M tests/msc_vlr/msc_vlr_test_no_authen.err<br>7 files changed, 47 insertions(+), 51 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/04/13904/3</pre><p>To view, visit <a href="https://gerrit.osmocom.org/13904">change 13904</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/13904"/><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: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: Iaf2569c099874b55acbd748b776394726cc5ce54 </div>
<div style="display:none"> Gerrit-Change-Number: 13904 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>