You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
osmo-ttcn3-hacks/msc
Neels Hofmeyr c47ce855c1
msc: detect RTP to CN failure in call tests
1 week ago
..
BSC_ConnectionHandler.ttcn msc: detect RTP to CN failure in call tests 1 week ago
MSC_Tests.cfg msc: add MSC_Tests_Iu.control to MSC_Tests.cfg 8 months ago
MSC_Tests.default msc: Add RANAP to msc tests 4 years ago
MSC_Tests.ttcn msc: detect RTP to CN failure in call tests 1 week ago
MSC_Tests_Iu.ttcn msc: add tests for SMS and voice call while Paging 3 years ago
README.md Update README.md of several TTCN3 test suites 3 years ago
expected-results.xml update various expected-results.xml 7 months ago
gen_links.sh msc: add first a5/4 tests 2 years ago
osmo-msc.cfg msc/osmo-{msc,stp}.cfg: enable extended timestamp in logging 1 year ago
osmo-stp.cfg msc/osmo-{msc,stp}.cfg: enable extended timestamp in logging 1 year ago
regen_makefile.sh regen_makefile.sh: set executable name explicitly 1 year ago

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"]; } %}