<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20036">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mgw: Fix using incorrect IP version in TC_one_crcx_receive_only_rtp<br><br>Send the remote address to MGW so it knows which IP version to return<br>during CRCX ACK. This actually better suits the test, since there's less<br>point in checking whether we receive something if we never pass the<br>IP/port to MGW. In any case, the "recvonly" should still tell MGW to<br>refrain from sending stuff to us, so we are really testing that here.<br><br>Change-Id: Id3452cecf7fb281e5e46471f7f53983c08c6bfdf<br>---<br>M mgw/MGCP_Test.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/36/20036/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/mgw/MGCP_Test.ttcn b/mgw/MGCP_Test.ttcn</span><br><span>index c6fe15b..47a7690 100644</span><br><span>--- a/mgw/MGCP_Test.ttcn</span><br><span>+++ b/mgw/MGCP_Test.ttcn</span><br><span>@@ -1593,7 +1593,7 @@</span><br><span>              f_init(ep);</span><br><span>          flow := valueof(t_RtpFlow(mp_local_ip, mp_remote_ip, 112, "AMR/8000/1"));</span><br><span>          flow.em.portnr := 10000;</span><br><span style="color: hsl(0, 100%, 40%);">-                f_flow_create(RTPEM[0], ep, call_id, "recvonly", flow, false);</span><br><span style="color: hsl(120, 100%, 40%);">+              f_flow_create(RTPEM[0], ep, call_id, "recvonly", flow, true);</span><br><span> </span><br><span>          f_rtpem_mode(RTPEM[0], RTPEM_MODE_TXONLY);</span><br><span>           f_sleep(1.0);</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20036">change 20036</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/+/20036"/><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: Id3452cecf7fb281e5e46471f7f53983c08c6bfdf </div>
<div style="display:none"> Gerrit-Change-Number: 20036 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>