WIP: Switch to RXONLY before deleting the flow

Change-Id: I859e4b876eb64f11710dfb450412619fd4ebff32
This commit is contained in:
Daniel Willmann 2018-12-13 17:06:31 +01:00
parent 193ab3d875
commit 87fbd3d24c
1 changed files with 5 additions and 0 deletions

View File

@ -1039,6 +1039,11 @@ module MGCP_Test {
f_sleep(1.0);
/* Disable sending so we don't accidentally receive RTP
* packets on disabled ports during teardown */
f_rtpem_mode(RTPEM[0], RTPEM_MODE_RXONLY);
f_rtpem_mode(RTPEM[1], RTPEM_MODE_RXONLY);
f_flow_delete(RTPEM[1]);
f_flow_delete(RTPEM[0], ep, call_id);