<p>dexter has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/12345">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">msc_vty: display current RAN type<br><br>When a subscriber is displayed the RAN type is not included in the<br>overview. Meanwhile the MSC supports multiple different ran types it<br>becomes important to see in which RAN the subscriber is currently<br>active.<br><br>Change-Id: I000cafd5e41b9951d51b6bd6672ee68a224b8212<br>Related: OS#3615<br>---<br>M src/libmsc/msc_vty.c<br>1 file changed, 2 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/45/12345/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 7e30165..4cd1c18 100644</span><br><span>--- a/src/libmsc/msc_vty.c</span><br><span>+++ b/src/libmsc/msc_vty.c</span><br><span>@@ -632,6 +632,8 @@</span><br><span>                    VTY_NEWLINE);</span><br><span>        vty_out(vty, "    LAC: %d/0x%x%s",</span><br><span>                 vsub->lac, vsub->lac, VTY_NEWLINE);</span><br><span style="color: hsl(120, 100%, 40%);">+     vty_out(vty, "    RAN: %s%s",</span><br><span style="color: hsl(120, 100%, 40%);">+               ran_type_name(vsub->cs.attached_via_ran), VTY_NEWLINE);</span><br><span>   vty_out(vty, "    IMSI: %s%s", vsub->imsi, VTY_NEWLINE);</span><br><span>        if (vsub->tmsi != GSM_RESERVED_TMSI)</span><br><span>              vty_out(vty, "    TMSI: %08X%s", vsub->tmsi,</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12345">change 12345</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/12345"/><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: I000cafd5e41b9951d51b6bd6672ee68a224b8212 </div>
<div style="display:none"> Gerrit-Change-Number: 12345 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>