osmo-ttcn3-hacks/mgw
Philipp Maier c60e8477f5 MGCP_Test: fix test expectation in TC_crcx_wildcarded_exhaust
The testcase TC_crcx_wildcarded_exhaust assumes a wrong number of
endpoints. Since osmo-mgw has a wrongly solved off-by-one in its
endpoint allocation it allocates the wrong number of endpoints. This
is now fixed, lets now also fix the test expection.

(The failure of TC_crcx_wildcarded_exhaust also causes
 TC_crcx_dlcx_30ep to fail.)

Depends: Change id I73b31e3c236a61ea0a6f76ef5ff98ce589f52c77
Change-Id: I73344ef8793cc81df0a1815bb8d890e7849cdd20
Related: OS#2659
2020-07-21 09:29:15 +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: Add VTY access 2019-02-20 17:00:33 +01:00
MGCP_Test.ttcn MGCP_Test: fix test expectation in TC_crcx_wildcarded_exhaust 2020-07-21 09:29:15 +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-05-19 19:25:35 +00:00
gen_links.sh mgw: use library version of RTP_CodecPort_CtrlFunct 2020-04-01 10:18:12 +00:00
osmo-mgw.cfg mgw: Drop unneeded mp_enable_conn_timeout_test 2020-01-05 11:21:07 +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"]; } %}