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.
|
10 months ago | |
---|---|---|
.. | ||
README.md | 3 years ago | |
STP_Tests.cfg | 3 years ago | |
STP_Tests.default | 3 years ago | |
STP_Tests.ttcn | 10 months ago | |
STP_Tests_Common.ttcn | 3 years ago | |
STP_Tests_IPA.ttcn | 2 years ago | |
STP_Tests_M3UA.ttcn | 11 months ago | |
gen_links.sh | 3 years ago | |
osmo-stp.cfg | 3 years ago | |
regen_makefile.sh | 1 year ago |
README.md
STP_Tests.ttcn
- external interfaces
- M3UA/SCTP (can emulate both client and server side)
- IPA (can emulate both client and server side)
- VTY
{% dot sip_tests.svg digraph G { rankdir=LR; STP [label="IUT\nosmo-stp",shape="box"]; ATS [label="ATS\nSTP_Tests.ttcn"];
ATS -> STP [label="M3UA", dir="both"]; ATS -> STP [label="IPA", dir="both"]; ATS -> STP [label="VTY"]; } %}