osmo-ttcn3-hacks/hlr
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
..
HLR_EUSE.ttcn
HLR_Tests.cfg hlr: Get rid of module param mp_hlr_supports_dgsm 2021-02-26 13:21:39 +01:00
HLR_Tests.default
HLR_Tests.ttcn hlr: Get rid of module param mp_hlr_supports_dgsm 2021-02-26 13:21:39 +01:00
README.md
expected-results.xml
gen_links.sh
osmo-hlr.cfg
regen_makefile.sh regen_makefile.sh: set executable name explicitly 2021-10-13 11:12:22 +02:00

README.md

HLR_Tests.ttcn

  • external interfaces
    • GSUP (emulates VLR/SGSN side)
    • VTY

{% dot hlr_tests.svg digraph G { rankdir=LR; HLR [label="IUT\nosmo-hlr",shape="box"]; ATS [label="ATS\nHLR_Tests.ttcn"];

ATS -> HLR [label="GSUP"]; ATS -> HLR [label="VTY"]; } %}