osmo-ttcn3-hacks/ggsn_tests
Stefan Sperling 8e7a396656 fix TC_pdp4_act_deact_with_separate_dns
Do not delete the PDP context too early, and look for the second DNS
server in the correct place (2nd match on IPCP protocol, not 1st).

Update a comment which talks about a bug which has been fixed.

Change-Id: I109491cc9ccb060792e29bf6b2999ef48723edbf
Related: OS#3319
Related: OS#3381
2018-07-19 19:58:06 +02:00
..
GGSN_Tests.cfg remove *.default from [EXECUTE] in *.default files 2018-03-13 14:30:55 +01:00
GGSN_Tests.default test GGSN support for optional GTP-U sequence numbers 2018-04-06 12:43:25 +00:00
GGSN_Tests.ttcn fix TC_pdp4_act_deact_with_separate_dns 2018-07-19 19:58:06 +02:00
README.md Add README.md file for several suites 2018-06-14 18:55:36 +02:00
expected-results.xml ggsn: Apply GPDU seqnum option to all APNs 2018-07-06 14:43:59 +00:00
gen_links.sh test GGSN support for optional GTP-U sequence numbers 2018-04-06 12:43:25 +00:00
regen_makefile.sh test GGSN support for optional GTP-U sequence numbers 2018-04-06 12:43:25 +00:00

README.md

GGSN_Tests.ttcn

  • external interfaces
    • Gp: GTP (emulates SGSN)
    • Gi: IP (emulates Internet)

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