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.
|
2 years ago | |
---|---|---|
.. | ||
MGCP_Test.cfg | 5 years ago | |
MGCP_Test.default | 2 years ago | |
MGCP_Test.ttcn | 2 years ago | |
README.md | 4 years ago | |
RTP_Endpoint.ttcn | 5 years ago | |
expected-results.xml | 2 years ago | |
gen_links.sh | 2 years ago | |
osmo-mgw.cfg | 2 years ago | |
regen_makefile.sh | 2 years ago |
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"]; } %}