osmo-ttcn3-hacks/msc
Philipp Maier 8e07a4a8d6 MSC_Tests: Make sure only sgsap related tests use the SGs interface
At the moment the SGs interface is started and connected in all tests in
the testsuite. This may be a problem because the IUT may lack the SGs
support. In this case all tests would fail because of the missing SGs
interface.

Lets initalize and connect the SGs interface only for SGs related tests
to prevent unrelated test failures.

Change-Id: I8e012e3599ad00db2e132b6463499f8a4a2307f1
Related: OS#3614
2019-02-14 18:23:28 +01:00
..
BSC_ConnectionHandler.ttcn MSC_Tests: make sgsap interface optional 2019-01-07 18:37:47 +01:00
MSC_Tests.cfg add MSC test for an invalid CIPHER MODE COMPLETE command 2018-12-18 10:58:57 +00:00
MSC_Tests.default detect VTY TELNET port connection failures (attempt #2) 2018-07-27 17:20:38 +02:00
MSC_Tests.ttcn MSC_Tests: Make sure only sgsap related tests use the SGs interface 2019-02-14 18:23:28 +01:00
README.md Add README.md file for several suites 2018-06-14 18:55:36 +02:00
expected-results.xml MSC_Tests.ttcn: introduce TC_gsup_mo_mt_sms_rp_mr 2019-02-01 18:55:29 +00:00
gen_links.sh WIP: MSC_Tests: Add SGs testcases 2019-01-07 15:48:28 +00:00
osmo-msc.cfg MSC: match default expectation with config 2018-12-13 16:29:37 +01:00
osmo-stp.cfg ensure well-formed config files 2018-09-25 18:51:28 +00:00
regen_makefile.sh WIP: MSC_Tests: Add SGs testcases 2019-01-07 15:48:28 +00: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"]; } %}