<p>dexter has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/12343">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">msc_vty: also show IMEI and IMEISV<br><br>When the VLR subscriber information is shown on the VTY it shows IMSI<br>and TMSI, but not IMEI and IMEISV. Since in some cases this information<br>might be helpful, lets display it as well.<br><br>Change-Id: Iedd75dbb9850388ec1fedb984ed0b8bf4c62e780<br>---<br>M src/libmsc/msc_vty.c<br>1 file changed, 4 insertions(+), 0 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/43/12343/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/libmsc/msc_vty.c b/src/libmsc/msc_vty.c</span><br><span>index 87adc82..adcf1b1 100644</span><br><span>--- a/src/libmsc/msc_vty.c</span><br><span>+++ b/src/libmsc/msc_vty.c</span><br><span>@@ -639,6 +639,10 @@</span><br><span>      if (vsub->tmsi_new != GSM_RESERVED_TMSI)</span><br><span>          vty_out(vty, "    new TMSI: %08X%s", vsub->tmsi_new,</span><br><span>                    VTY_NEWLINE);</span><br><span style="color: hsl(120, 100%, 40%);">+ if (strlen(vsub->imei))</span><br><span style="color: hsl(120, 100%, 40%);">+            vty_out(vty, "    IMEI: %s%s", vsub->imei, VTY_NEWLINE);</span><br><span style="color: hsl(120, 100%, 40%);">+ if (strlen(vsub->imeisv))</span><br><span style="color: hsl(120, 100%, 40%);">+          vty_out(vty, "    IMEISV: %s%s", vsub->imeisv, VTY_NEWLINE);</span><br><span> </span><br><span> #if 0</span><br><span>       /* TODO: add this to vlr_subscr? */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12343">change 12343</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/12343"/><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: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Iedd75dbb9850388ec1fedb984ed0b8bf4c62e780 </div>
<div style="display:none"> Gerrit-Change-Number: 12343 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>