osmo-ttcn3-hacks/ggsn_tests
Pau Espin cff72f8d16 ggsn: Validate IPCP identifier in answer matches the one in the request
Related: https://github.com/open5gs/open5gs/pull/2920
Related: SYS#6582
Change-Id: I0e0cefaeb303b4e284173011231170554e225561
2024-01-26 16:59:09 +01: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: Validate IPCP identifier in answer matches the one in the request 2024-01-26 16:59:09 +01: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 DIAMETER: Split Gy and Gx messages to their own TS files 2024-01-24 16:14:30 +01: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"]; } %}