<p>neels has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-msc/+/18997">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">propagate Compl L3 Info Cell ID to the VLR subscriber record<br><br>As soon as the subscriber is authenticated, update the VLR entry with the<br>MSC-A's full CGI, including the Cell Id received from the Complete Layer 3<br>Information.<br><br>Thus the Cell Id will be shown by vty 'show subscriber cache' and 'show<br>connection'.<br><br>This is tested by osmo-ttcn3-hacks Ie410714a96353f74a52a104c56fa0a08683e0004.<br><br>Related: OS#4627<br>Change-Id: Iee1781985fb25b21ce27526c6a3768bf70d4dc9a<br>---<br>M src/libmsc/msc_a.c<br>1 file changed, 6 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/97/18997/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/libmsc/msc_a.c b/src/libmsc/msc_a.c</span><br><span>index fd66ad3..76c0f01 100644</span><br><span>--- a/src/libmsc/msc_a.c</span><br><span>+++ b/src/libmsc/msc_a.c</span><br><span>@@ -138,6 +138,12 @@</span><br><span> </span><br><span>     update_counters(fi, conn_accepted);</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+       if (conn_accepted) {</span><br><span style="color: hsl(120, 100%, 40%);">+          /* Record the Cell ID seen in Complete Layer 3 Information in the VLR, so that it also shows in vty</span><br><span style="color: hsl(120, 100%, 40%);">+            * 'show' output. */</span><br><span style="color: hsl(120, 100%, 40%);">+          vsub->cgi = msc_a->via_cell;</span><br><span style="color: hsl(120, 100%, 40%);">+    }</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span>  /* Trigger transactions that we paged for */</span><br><span>         if (msc_a->complete_layer3_type == COMPLETE_LAYER3_PAGING_RESP) {</span><br><span>                 if (conn_accepted)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-msc/+/18997">change 18997</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/+/18997"/><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: Iee1781985fb25b21ce27526c6a3768bf70d4dc9a </div>
<div style="display:none"> Gerrit-Change-Number: 18997 </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>