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 | |
---|---|---|
.. | ||
GGSN_Tests.cfg | 5 years ago | |
GGSN_Tests.default | 5 years ago | |
GGSN_Tests.ttcn | 2 years ago | |
README.md | 4 years ago | |
expected-results.xml | 4 years ago | |
gen_links.sh | 2 years ago | |
regen_makefile.sh | 2 years ago |
README.md
GGSN_Tests.ttcn
- external interfaces
- Gp: GTP (emulates SGSN)
- Gi: IP (emulates Internet)
- VTY
{% dot ggsn_tests.svg digraph G { rankdir=LR; GGSN [label="GGSN\nosmo-ggsn",shape="box"]; ATS [label="ATS\nGGSN_Tests.ttcn"];
ATS -> GGSN [label="Gp (GTP)"]; GGSN -> ATS [label="Gi (IP)"]; ATS -> GGSN [label="VTY"]; } %}