<p>Stefan Sperling has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/12232">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">detach cancelled subscribers from VLR<br><br>When a subscriber is cancelled, fake an IMSI detach to<br>ensure that the subscriber gets removed from the VLR.<br><br>I am not entirely sure if this change is correct but<br>it does make TTCN3 test MSC_Tests.TC_gsup_cancel pass.<br><br>Change-Id: I5918106e4a94ba2e6c61bcd7b90d3bf0565513cc<br>Related: OS#2886<br>---<br>M src/libvlr/vlr.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/32/12232/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/libvlr/vlr.c b/src/libvlr/vlr.c</span><br><span>index 76c84de..3369914 100644</span><br><span>--- a/src/libvlr/vlr.c</span><br><span>+++ b/src/libvlr/vlr.c</span><br><span>@@ -970,6 +970,8 @@</span><br><span>  gmm_cause_to_fsm_and_mm_cause(gsup_msg->cause, &fsm_cause, &gsm48_rej);</span><br><span>   vlr_subscr_cancel_attach_fsm(vsub, fsm_cause, gsm48_rej);</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+ vlr_subscr_rx_imsi_detach(vsub);</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span>   return rc;</span><br><span> }</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12232">change 12232</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/12232"/><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: I5918106e4a94ba2e6c61bcd7b90d3bf0565513cc </div>
<div style="display:none"> Gerrit-Change-Number: 12232 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Stefan Sperling <stsp@stsp.name> </div>