<p>neels has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20620">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">as_handover: fix for signalling channel, without MGCP<br><br>Change-Id: I276f82841c07f8a885ee0659002d4a41e5b180e4<br>---<br>M bsc/MSC_ConnectionHandler.ttcn<br>1 file changed, 5 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/20/20620/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/bsc/MSC_ConnectionHandler.ttcn b/bsc/MSC_ConnectionHandler.ttcn</span><br><span>index 8398acb..633b692 100644</span><br><span>--- a/bsc/MSC_ConnectionHandler.ttcn</span><br><span>+++ b/bsc/MSC_ConnectionHandler.ttcn</span><br><span>@@ -1325,9 +1325,11 @@</span><br><span>                  * time. When we receive the RSL_RF_CHAN_REL command the media negotiation on</span><br><span>                 * IPACC or MGCP level may be still in progress. In order to make sure that</span><br><span>           * we do only stop when we have seen an MDCX on MGCP level and another a CRCX</span><br><span style="color: hsl(0, 100%, 40%);">-            * as well as an MDCX on IPACC level. */</span><br><span style="color: hsl(0, 100%, 40%);">-                if (g_media.mgcp_conn[0].mdcx_seen <= st.mdcx_seen_before_ho or</span><br><span style="color: hsl(0, 100%, 40%);">-                  g_media.bts1.ipa_mdcx_seen == false or g_media.bts1.ipa_crcx_seen == false) {</span><br><span style="color: hsl(120, 100%, 40%);">+              * as well as an MDCX on IPACC level.</span><br><span style="color: hsl(120, 100%, 40%);">+          * If ipa_crcx_seen is false, this is not a voice channel and we need not check MGCP at all.. */</span><br><span style="color: hsl(120, 100%, 40%);">+              if (g_media.bts.ipa_crcx_seen</span><br><span style="color: hsl(120, 100%, 40%);">+             and (g_media.mgcp_conn[0].mdcx_seen <= st.mdcx_seen_before_ho or</span><br><span style="color: hsl(120, 100%, 40%);">+                        g_media.bts1.ipa_mdcx_seen == false or g_media.bts1.ipa_crcx_seen == false)) {</span><br><span>                      repeat;</span><br><span>              } else {</span><br><span>                     st.handover_done := true;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20620">change 20620</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-ttcn3-hacks/+/20620"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I276f82841c07f8a885ee0659002d4a41e5b180e4 </div>
<div style="display:none"> Gerrit-Change-Number: 20620 </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>