Attention is currently required from: jolly.
Patch set 1:Code-Review +1
2 comments:
File mgw/MGCP_Test.ttcn:
Patch Set #1, Line 2309: f_flow_delete(RTPEM[1]);
In TC_two_crcx_and_one_mdcx_rtp_ho we do this the other way around, I don't remember where the catch was, if there was any...
(not critical, keep it like this if it works)
Patch Set #1, Line 2317: setverdict(fail);
the setverdict also supports a string to explain what failed.
like: setverdict(fail, "Received a different amount of RTP packets then sent");
This makes finding faults a lot easier.
To view, visit change 33720. To unsubscribe, or for help writing mail filters, visit settings.