pespin has uploaded this change for review.

View Change

mgw: Fix sporadic failure in TC_one_crcx_loopback_rtp

Change-Id: I29d8d376e343975e3dfeb018bdfda8350bdfc58a
---
M mgw/MGCP_Test.ttcn
1 file changed, 3 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/96/42196/1
diff --git a/mgw/MGCP_Test.ttcn b/mgw/MGCP_Test.ttcn
index 36cd94c..98d63d3 100644
--- a/mgw/MGCP_Test.ttcn
+++ b/mgw/MGCP_Test.ttcn
@@ -1928,6 +1928,9 @@

f_rtpem_mode(RTPEM[0], RTPEM_MODE_BIDIR);
f_sleep(1.0);
+ /* Now move to RXONLY for a while to wait for in-flight packets to reach back to us: */
+ f_rtpem_mode(RTPEM[0], RTPEM_MODE_RXONLY);
+ f_sleep(1.0);
f_flow_delete(RTPEM[0], ep, call_id);

stats := f_rtpem_stats_get(RTPEM[0]);

To view, visit change 42196. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I29d8d376e343975e3dfeb018bdfda8350bdfc58a
Gerrit-Change-Number: 42196
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>