osmo-ttcn3-hacks/msc
Vadim Yanitskiy f4ba2252de msc: expect TC_attached_imsi_lu_unknown_tmsi to pass
The "VLR evil twin" problem has been fixed in osmo-msc.git:

https://gerrit.osmocom.org/c/osmo-msc/+/36452
https://cgit.osmocom.org/osmo-msc/commit/?id=2fd69e15d36d5a8e87029741ad66632c57d24cd4

And the testcase is finally passing now.

Change-Id: I57a277fa7e6e0d10ff38e23f416ace87472e6602
Related: OS#4721
2024-04-15 15:18:28 +00:00
..
BSC_ConnectionHandler.ttcn msc: add mi arg to f_perform_lu() 2024-04-15 15:18:28 +00:00
MSC_Tests.cfg msc/MSC_Tests.cfg: remove commented out testcase list 2024-02-28 15:30:10 +07:00
MSC_Tests.default msc: Add RANAP to msc tests 2019-04-30 19:07:47 +02:00
MSC_Tests.ttcn msc: expand TC_lu_tmsi_noauth_notmsi 2024-04-15 15:18:28 +00:00
MSC_Tests_ASCI.ttcn ASCI: Correctly confirm talker, so originator can be identified 2024-01-10 16:06:13 +00:00
MSC_Tests_Iu.ttcn msc: add tests for SMS and voice call while Paging 2020-05-11 17:33:05 +00:00
README.md Update README.md of several TTCN3 test suites 2019-11-15 18:49:09 +00:00
expected-results.xml msc: expect TC_attached_imsi_lu_unknown_tmsi to pass 2024-04-15 15:18:28 +00:00
gen_links.sh Move SDP templates to its own SDP_Templates.ttcn file 2024-03-22 11:28:51 +01:00
osmo-msc.cfg msc: osmo-msc.cfg: move MGW params to 'mgw' node 2024-03-25 17:35:32 +00:00
osmo-stp.cfg */osmo-stp.cfg: Explicitly define role & sctp-role 2023-07-11 11:48:41 +00:00
regen_makefile.sh regen_makefile.sh: set executable name explicitly 2021-10-13 11:12:22 +02:00

README.md

MSC_Tests.ttcn

  • external interfaces
    • A: BSSAP/SCCP/M3UA (emulates BSC-side)
    • IuCS: RANAP/SCCP/M3UA (emulates HNBGW-side)
    • MNCC: MNCC/unix-domain (emulates ext. MNCC side)
    • MGW: MGCP (emulates MGW side)
    • GSUP (emulates HLR side)
    • SMPP (emulates ESME side)
    • VTY
    • CTRL

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

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