<p>dexter has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20232">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">MSC_ConnectionHandler: use IPV4 as default<br><br>When the BSC sends a CRCX without an IP address in it, the testcase will<br>automatically assign an IPV6 address in the response. However, this<br>breaks compatibility with older versions of osmo-bsc that do not have<br>IPV6 support.<br><br>Change-Id: I30c77abef63636bb02db12d2f2b2d79ea244b96c<br>---<br>M bsc/MSC_ConnectionHandler.ttcn<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-ttcn3-hacks refs/changes/32/20232/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 c372709..3235ade 100644</span><br><span>--- a/bsc/MSC_ConnectionHandler.ttcn</span><br><span>+++ b/bsc/MSC_ConnectionHandler.ttcn</span><br><span>@@ -279,7 +279,7 @@</span><br><span>         var MgcpOsmuxCID osmux_cid;</span><br><span>  var SDP_Message sdp;</span><br><span>         var integer cid := f_get_free_mgcp_conn();</span><br><span style="color: hsl(0, 100%, 40%);">-      var charstring local_rtp_addr := host_mgw_rtp_v6; /* Use IPv6 by default if no remote addr is provided by client */</span><br><span style="color: hsl(120, 100%, 40%);">+   var charstring local_rtp_addr := host_mgw_rtp_v4; /* Use IPv4 by default if no remote addr is provided by client */</span><br><span>  if (match(mgcp_cmd.line.ep, t_MGCP_EP_wildcard)) {</span><br><span>           if (cid != 0) {</span><br><span>                      Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "MGCP wildcard EP only works in first CRCX");</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20232">change 20232</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/+/20232"/><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: I30c77abef63636bb02db12d2f2b2d79ea244b96c </div>
<div style="display:none"> Gerrit-Change-Number: 20232 </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>