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
Pau Espin bfad97fa2b
ggsn: Parametrize T3-RESPONSE and N3-REQUESTS
5 months ago
..
GGSN_Tests.cfg remove *.default from [EXECUTE] in *.default files 5 years ago
GGSN_Tests.default ggsn: Configure GTP_CodecPort to decode proper UpdatePDPContextRequest/Response 1 year ago
GGSN_Tests.ttcn ggsn: Parametrize T3-RESPONSE and N3-REQUESTS 5 months ago
README.md Update README.md of several TTCN3 test suites 3 years ago
expected-results.xml ggsn: Introduce test TC_pdp_act2_recovery 4 years ago
gen_links.sh ggsn: Properly encode MISDN IE in GTP 11 months ago
regen_makefile.sh ggsn: Properly encode MISDN IE in GTP 11 months 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"]; } %}