osmo-ttcn3-hacks/mgw
Neels Hofmeyr 954b681a75 mgw: add TC_crcx_iufp_sendrecv and _recvonly
Test creating a conn in different MGCP ConnectionModes.

Related: Related: SYS#6974 SYS#6907
Related: osmo-mgw Ic089485543c5c97a35c7ae24fe0f622bf57d1976
Change-Id: I00fd854f058f7f53e2f579e8481ca2b9253f08e3
2024-07-02 01:59:17 +00:00
..
MGCP_Test.cfg MGCP_Test: fix config file include path 2018-03-16 13:46:40 +01:00
MGCP_Test.default MGCP_Test: upgrade expected behavior for TC_dlcx_wildcarded 2021-08-03 17:16:04 +02:00
MGCP_Test.ttcn mgw: add TC_crcx_iufp_sendrecv and _recvonly 2024-07-02 01:59:17 +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 various: update expected-results.xml 2024-03-04 19:09:58 +00:00
gen_links.sh Move SDP templates to its own SDP_Templates.ttcn file 2024-03-22 11:28:51 +01:00
osmo-mgw.cfg osmo-mgw.cfg syntax fix 2023-09-27 03:01:43 +02:00
regen_makefile.sh regen_makefile.sh: set executable name explicitly 2021-10-13 11:12:22 +02: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"]; } %}