Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29658
to look at the new patch set (#2).
Change subject: mgw: Fix f_two_crcx_mdcx_and_rtp_osmux() ......................................................................
mgw: Fix f_two_crcx_mdcx_and_rtp_osmux()
Previously the test was starting to count Osmux packets too early. Now that osmux conn state has been improved in osmo-mgw [1], Osmux Rx packets are not forwarded until the conn is completely configured through MGCP, hence first osmux packets snet by our async emulation are dropped. So we must start counting the transmitted valid osmux packets according to what the test says, when the full conn is set up.
[1] osmo-mgw.git Change-Id I7654ddf51d197a4107e55f4e406053b2e4a02f83.
Related: SYS#5987 Change-Id: I7efd87bbbda2ffa8fd0c5a64658d42edd0f30857 --- M mgw/MGCP_Test.ttcn 1 file changed, 25 insertions(+), 10 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/58/29658/2