osmo-ttcn3-hacks/mgw
Neels Hofmeyr 929b406940 update expected results
Change-Id: Icb534a2b00fc48c3ead009a620e6061e595cb581
2020-10-01 06:48:55 +02:00
..
MGCP_Test.cfg MGCP_Test: fix config file include path 2018-03-16 13:46:40 +01:00
MGCP_Test.default mgw: Rename IP address module parameter specifying IP version 2020-09-09 13:54:42 +00:00
MGCP_Test.ttcn mgw: Introduce test TC_crcx_osmo_ign 2020-09-22 19:32:11 +00:00
README.md Update README.md of several TTCN3 test suites 2019-11-15 18:49:09 +00:00
RTP_Endpoint.ttcn Stop tests after failures 2018-07-24 14:19:42 +02:00
expected-results.xml update expected results 2020-10-01 06:48:55 +02:00
gen_links.sh mgw: use library version of RTP_CodecPort_CtrlFunct 2020-04-01 10:18:12 +00:00
osmo-mgw.cfg mgw: Test IPv6 addresses in MGCP messages 2020-09-09 13:54:42 +00:00
regen_makefile.sh Add Osmux support and tests for MGW 2019-05-27 09:56:51 +00:00

README.md

MGW_Test.ttcn

  • external interfaces
    • MGCP (emulates call agent)
    • RTP (stream source/sink)
    • Osmux (stream source/sink)
    • VTY

{% dot mgw_tests.svg digraph G { rankdir=LR; MGW [label="IUT\nosmo-mgw",shape="box"]; ATS [label="ATS\nMGCP_Test.ttcn"];

ATS -> MGW [label="RTP", dir="both"]; ATS -> MGW [label="Osmux", dir="both"]; ATS -> MGW [label="MGCP"]; ATS -> MGW [label="VTY"]; } %}