<p>neels has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-msc/+/18996">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">vty 'show connection': show msc_a->via_cell instead of vsub->cgi<br><br>For 'show subscriber cache', we print vsub->cgi. For 'show connection', it<br>makes more sense to print msc_a->via_cell.<br><br>This is tested by osmo-ttcn3-hacks Ie410714a96353f74a52a104c56fa0a08683e0004.<br><br>Related: OS#4627<br>Change-Id: I194271af2acb37b4f8cc2d106ab2fd2b0d443589<br>---<br>M src/libmsc/msc_vty.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/96/18996/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 29deb5e..c5e93aa 100644</span><br><span>--- a/src/libmsc/msc_vty.c</span><br><span>+++ b/src/libmsc/msc_vty.c</span><br><span>@@ -911,7 +911,7 @@</span><br><span> </span><br><span>        if (vsub) {</span><br><span>          MSC_VTY_DUMP(vty, offset, "LAC / cell ID: %u / %u%s",</span><br><span style="color: hsl(0, 100%, 40%);">-                      vsub->cgi.lai.lac, vsub->cgi.cell_identity,</span><br><span style="color: hsl(120, 100%, 40%);">+                             msc_a->via_cell.lai.lac, msc_a->via_cell.cell_identity,</span><br><span>                        VTY_NEWLINE);</span><br><span>   }</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-msc/+/18996">change 18996</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/+/18996"/><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: I194271af2acb37b4f8cc2d106ab2fd2b0d443589 </div>
<div style="display:none"> Gerrit-Change-Number: 18996 </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>