aboutsummaryrefslogtreecommitdiffstats
path: root/mgw/RTP_Endpoint.ttcn
AgeCommit message (Collapse)AuthorFilesLines
2018-07-24Stop tests after failuresDaniel Willmann1-2/+2
Call mtc.stop after setverdict(fail), add reasons to most failures and fail with verdict error for internal errors. Change-Id: I9b618235939fa41160b9be6677b121963d3ec857
2018-05-23Print more self-explanatory error message on bind/connect failuresHarald Welte1-3/+8
When sockets cannot be bound or connected, the existing TTCN-3 code prints the following rather cryptic error messages: "IPA-CTRL-IPA(47)@f70ff1fd5cfd: Dynamic test case error: Using the value of an optional field containing omit. (Transport endpoint is not connected)" The "Transport endpoint is not connected" sort-of gives it away, but let's make it more explicit by introducing explicit checks for the res.connId and manual setverdict(fail) statements with proper error message. Change-Id: Id22a1b5189d81c4fca03d5e7aff60ffdd1ad56bf
2017-11-18mgw: Add sockets for RTP packets + code for bind/connect/send RTPHarald Welte1-0/+156