osmo-ttcn3-hacks/ggsn_tests
Pau Espin 9c1c2ae6b6 ggsn: Early exit test if f_wait_icmp6() fails
Change-Id: Ida6be6194f98de44dca804759c85016031cae61c
2023-12-06 14:11:45 +00:00
..
GGSN_Tests.cfg ggsn: Speed up tests by lowering retransmission T3,N3 timers 2023-04-18 10:01:02 +00:00
GGSN_Tests.default ggsn: Configure GTP_CodecPort to decode proper UpdatePDPContextRequest/Response 2022-02-16 15:47:15 +00:00
GGSN_Tests.ttcn ggsn: Early exit test if f_wait_icmp6() fails 2023-12-06 14:11:45 +00:00
README.md Update README.md of several TTCN3 test suites 2019-11-15 18:49:09 +00:00
expected-results.xml ggsn: Introduce test TC_pdp_act2_recovery 2019-08-23 19:13:34 +02:00
gen_links.sh ggsn: Properly encode MISDN IE in GTP 2022-05-18 20:01:44 +02:00
osmo-ggsn.cfg ggsn: Speed up tests by lowering retransmission T3,N3 timers 2023-04-18 10:01:02 +00:00
regen_makefile.sh ggsn: Properly encode MISDN IE in GTP 2022-05-18 20:01:44 +02:00

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"]; } %}