osmo-ttcn3-hacks/msc
Daniel Willmann 9abd2221ee Stop tests after failures
Call mtc.stop after setverdict(fail), add reasons to most failures and
fail with verdict error for internal errors.

Change-Id: I9b618235939fa41160b9be6677b121963d3ec857
2018-07-24 09:57:46 +02:00
..
BSC_ConnectionHandler.ttcn Stop tests after failures 2018-07-24 09:57:46 +02:00
MSC_Tests.cfg MSC_Tests: Add support for multiple BSC 2018-03-28 12:34:54 +02:00
MSC_Tests.default *.default: change logging filemask from ERROR | WARNING to += PARALLEL | VERDICTOP 2018-06-12 13:51:14 +02:00
MSC_Tests.ttcn Stop tests after failures 2018-07-24 09:57:46 +02:00
README.md Add README.md file for several suites 2018-06-14 18:55:36 +02:00
USSD_Helpers.ttcn USSD_Helpers.ttcn: add f_USSD_FACILITY_IE_RETURN_ERROR 2018-06-06 10:59:11 +00:00
expected-results.xml msc/USSD: use more informative names for test cases 2018-06-21 22:06:45 +07:00
gen_links.sh msc: introduce USSD helper functions 2018-06-02 04:55:18 +07:00
osmo-msc.cfg sync TTCN3 MSC test config with docker-playground 2018-06-01 16:37:13 +00:00
osmo-stp.cfg sync TTCN3 MSC test config with docker-playground 2018-06-01 16:37:13 +00:00
regen_makefile.sh msc: import GSM 7-bit coding functions 2018-06-02 04:55:18 +07:00

README.md

MSC_Tests.ttcn

  • external interfaces
    • A: BSSAP/SCCP/M3UA (emulates BSC-side)
    • MNCC: MNCC/unix-domain (emulates ext. MNCC side)
    • MGW: MGCP (emulates MGW side)
    • GSUP (impllements HLR side)

{% dot msc_tests.svg digraph G { rankdir=LR; MSC [label="IUT\nosmo-msc",shape="box"]; ATS [label="ATS\nMSC_Tests.ttcn"];

ATS -> MSC [label="MNCC"]; ATS -> MSC [label="SMPP",style="dashed"]; ATS -> MSC [label="CTRL"]; ATS -> MSC [label="VTY"]; MSC -> ATS [label="GSUP"]; ATS -> STP [label="A BSSAP\nSCCP/M3UA"]; MSC -> STP [label="A BSSAP\nSCCP/M3UA"]; } %}