osmo-ttcn3-hacks/sip
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
..
README.md Update README.md of several TTCN3 test suites 2019-11-15 18:49:09 +00:00
SIP_Tests.cfg More progress on osmo-sip-connector tests 2018-03-26 23:11:51 +02:00
SIP_Tests.default sip: Don't need to set default value of MNNC version 2021-02-26 13:21:33 +01:00
SIP_Tests.ttcn CTRL: Introduce support to run osmocom CTRL server 2021-01-07 15:06:39 +01:00
expected-results.xml update expected-results.xml 2021-01-14 21:40:30 +01:00
gen_links.sh Add Misc_Helpers.ttcn to centralize TTCN3 shutdown handling 2018-10-24 15:10:13 +02:00
osmo-sip-connector.cfg sip: add osmo-sip-connector.cfg 2019-11-28 12:20:44 +01:00
regen_makefile.sh regen_makefile.sh: set executable name explicitly 2021-10-13 11:12:22 +02:00

README.md

  • SIP_Tests.ttcn

  • external interfaces

    • MNCC (emulates MSC side)
    • SIP (emulates SIP switch)
    • VTY

{% dot sip_tests.svg digraph G { rankdir=LR; SIP [label="IUT\nosmo-sip-connector",shape="box"]; ATS [label="ATS\nSIP_Tests.ttcn"];

ATS -> SIP [label="MNCC"]; ATS -> SIP [label="SIP"]; ATS -> SIP [label="VTY"]; } %}