osmo-ttcn3-hacks/ggsn_tests
Oliver Smith f8fe1329e2 regen_makefile.sh: set executable name explicitly
Set the executable name in each regen_makefile.sh explicitly with -e,
instead of having it set indirectly from the first .ttcn file. Make it
consistent by placing the name on top of each of these files.

Fix for warning:
ttcn3_makefilegen: warning: File `BSC_Tests.ttcn' was given more than once for the Makefile.

Related: OS#5252
Change-Id: I5ed03f8f3ed905483620dc7bae33b617bbb8507f
2021-10-13 11:12:22 +02:00
..
GGSN_Tests.cfg remove *.default from [EXECUTE] in *.default files 2018-03-13 14:30:55 +01:00
GGSN_Tests.default detect VTY TELNET port connection failures (attempt #2) 2018-07-27 17:20:38 +02:00
GGSN_Tests.ttcn ggsn: Fix TC_pdp4_act_deact_with_single_dns() 2021-04-01 21:27:33 +02: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 sgsn: Introduce test TC_rim_eutran_to_geran 2021-05-17 20:33:00 +00:00
regen_makefile.sh regen_makefile.sh: set executable name explicitly 2021-10-13 11:12:22 +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"]; } %}