<p>dexter has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-msc/+/15221">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">sgs_iface: do not use SGsAP-MO-CSFB-INDICATION for CSFB return<br><br>When the VLR/MSC receives an SGsAP-MO-CSFB-INDICATION message it sets<br>the RAN type back to SGs. This is wrong, the message<br>SGsAP-MO-CSFB-INDICATION has just an informative character. It informs<br>the VLR that the UE has initiated an MO CSFB call (service request).<br><br>Change-Id: I625574fc42fc915ba483db3bb406922ad6df370d<br>Related: SYS#4624<br>---<br>M src/libmsc/sgs_iface.c<br>1 file changed, 4 insertions(+), 4 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/21/15221/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/libmsc/sgs_iface.c b/src/libmsc/sgs_iface.c</span><br><span>index 53ab853..b12991c 100644</span><br><span>--- a/src/libmsc/sgs_iface.c</span><br><span>+++ b/src/libmsc/sgs_iface.c</span><br><span>@@ -886,9 +886,10 @@</span><br><span> {</span><br><span>    struct vlr_subscr *vsub;</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-    /* The MME informs us with this message that the UE has returned back</span><br><span style="color: hsl(0, 100%, 40%);">-    * to the 4G network, so we use the SGs interface again for further</span><br><span style="color: hsl(0, 100%, 40%);">-      * communication with the UE. */</span><br><span style="color: hsl(120, 100%, 40%);">+      /* The MME informs us with this message that the UE has initiated a</span><br><span style="color: hsl(120, 100%, 40%);">+    * service request for MO CS fallback. There is not much we can do with</span><br><span style="color: hsl(120, 100%, 40%);">+        * this information, however, we can check if the subscriber actually</span><br><span style="color: hsl(120, 100%, 40%);">+  * exists in the VLR and if there are any lingering connections open.*/</span><br><span> </span><br><span>  vsub = vlr_subscr_find_by_imsi(gsm_network->vlr, imsi, __func__);</span><br><span>         if (!vsub)</span><br><span>@@ -897,7 +898,6 @@</span><br><span>     /* Check for lingering connections */</span><br><span>        subscr_conn_toss(vsub);</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-     vsub->cs.attached_via_ran = OSMO_RAT_EUTRAN_SGS;</span><br><span>  vlr_subscr_put(vsub, __func__);</span><br><span>      return 0;</span><br><span> }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-msc/+/15221">change 15221</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/+/15221"/><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: I625574fc42fc915ba483db3bb406922ad6df370d </div>
<div style="display:none"> Gerrit-Change-Number: 15221 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>