osmo-ttcn3-hacks/msc
Neels Hofmeyr b0f823422e msc: f_tc_sgsap_mt_sms_and_nothing: also do f_sgsap_bssmap_screening
The only reason to omit f_sgsap_bssmap_screening() in this was the still
pending SMS in the database. Since SMS are now removed,
f_sgsap_bssmap_screening() will succeed.

Change-Id: Ibea1e1fb33e0dde7e8bf51ff226d5e57c5a5d763
2019-03-19 13:30:32 +00:00
..
BSC_ConnectionHandler.ttcn msc: for mo and mt call, interleave MGCP and Assignment 2019-03-17 14:39:58 +00: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: f_tc_sgsap_mt_sms_and_nothing: also do f_sgsap_bssmap_screening 2019-03-19 13:30:32 +00:00
README.md Add README.md file for several suites 2018-06-14 18:55:36 +02:00
expected-results.xml msc: update expected results 2019-02-22 21:26:58 +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"]; } %}