aboutsummaryrefslogtreecommitdiffstats
path: root/library/Osmocom_CTRL_Functions.ttcn
AgeCommit message (Collapse)AuthorFilesLines
2018-07-24library: Ensure setverdict(fail) is followed by mtc.stopDaniel Willmann1-0/+7
This will prevent subsequent failures from overwriting the verdict so we can easily see the root cause of the test failure. Using testcase.stop instead for errors internal to our test infrastructure to mark them as test errors instead of failed. Change-Id: Idc6819aaf0b01e70c38fad828dd44dcec6bdd778
2018-01-03Add comments with short module description on top of each fileHarald Welte1-0/+21
Change-Id: Id934d7a763b619d52cbec7de439b3708225b81f3
2017-12-10Osmocom_CTRL: Fix matching on incoming trap; avoid generating error verdicts ↵Harald Welte1-2/+7
in functions
2017-12-09Osmocom_CTRL_Fucntions: Add f_ctrl_get_ratectr_abs and ↵Harald Welte1-0/+19
f_ctrl_get_exp_ratectr_abs
2017-12-09Osmocom_CTRL_Functions: Add f_ctrl_get_exp() function to GET + match expectedHarald Welte1-0/+11
2017-12-09Osmocom_CTRL_Functions: Make TRAP resistant (ignore TRAPs)Harald Welte1-0/+2
2017-12-09IPA_Emulation: Send ASP_IPA_EVENT_UP even in client modeHarald Welte1-0/+60