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.
osmo-ttcn3-hacks/ggsn_tests
Oliver Smith f8fe1329e2
regen_makefile.sh: set executable name explicitly
2 years ago
..
GGSN_Tests.cfg remove *.default from [EXECUTE] in *.default files 5 years ago
GGSN_Tests.default detect VTY TELNET port connection failures (attempt #2) 5 years ago
GGSN_Tests.ttcn ggsn: Fix TC_pdp4_act_deact_with_single_dns() 2 years ago
README.md Update README.md of several TTCN3 test suites 4 years ago
expected-results.xml ggsn: Introduce test TC_pdp_act2_recovery 4 years ago
gen_links.sh sgsn: Introduce test TC_rim_eutran_to_geran 2 years ago
regen_makefile.sh regen_makefile.sh: set executable name explicitly 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"]; } %}