Osmocom test suites in TTCN-3 (Eclipse Titan) https://osmocom.org/projects/core-testing-infra
Go to file
Harald Welte 7138913d66 Use alive-type components for "infrastructure" components
According to feedback received from TITAN developers in
https://www.eclipse.org/forums/index.php?t=msg&th=1106652&goto=1848616&#msg_1848616
the use of alive-type components has the following advantage:

> Also the DTE during the shutdown can be avoided to use alive type
> components.  The test ports of the alive components are not
> disconnected/unmapped when the component finished only when killed or
> the MTC terminated.

So the idea of this patch is to use alive-type components for all the
underlying infrastructure, such as the *_Emulation_CT starting from M3UA
to SCCP and further up the stack.  This way, only the MTC and the
highest level of components (such as ConnHdlr) remain as normal
components.

The hope is that using more alive-type components in the lower protocol
layer emulations will reduce the probability of DTE during shutdown if
some message is received during the component shutdown after the MTC
has completed.

Change-Id: I61d791d6d1bfe9226aabbe223baafc5f8f6d4f04
2021-12-15 20:20:30 +00:00
COMMON initial chekin of code received by Ericsson on 20170410 2017-04-12 12:13:44 +02:00
ROHC_CNL113426_LATEST import Ericsson NS, ISUP, ROHC and SNDCP modules for TITAN 2017-07-25 08:23:52 +02:00
SCCP_Test regen_makefile.sh: set executable name explicitly 2021-10-13 11:12:22 +02:00
asn-test HNBAP, RUA and RANAP protocol codecs 2019-04-25 20:07:11 +00:00
bin Remove M3UA/MTP3/SCCP code from this repo, use upstream repos 2018-03-18 12:52:20 +01:00
bsc Use alive-type components for "infrastructure" components 2021-12-15 20:20:30 +00:00
bsc-nat regen_makefile.sh: set executable name explicitly 2021-10-13 11:12:22 +02:00
bts bts/osmo-{bsc,bts}.cfg: tune logging configuration 2021-12-14 12:59:04 +00:00
cbc regen_makefile.sh: set executable name explicitly 2021-10-13 11:12:22 +02:00
ccid regen_makefile.sh: set executable name explicitly 2021-10-13 11:12:22 +02:00
deps TITAN project migration to eclipse gitlab 2021-05-21 20:54:32 +02:00
doc add ttcn3 test suites slides from OsmoDevCon 2018 2018-09-16 12:39:51 +02:00
fr regen_makefile.sh: set executable name explicitly 2021-10-13 11:12:22 +02:00
fr-net regen_makefile.sh: set executable name explicitly 2021-10-13 11:12:22 +02:00
gbproxy Use alive-type components for "infrastructure" components 2021-12-15 20:20:30 +00:00
ggsn_tests regen_makefile.sh: set executable name explicitly 2021-10-13 11:12:22 +02:00
hlr regen_makefile.sh: set executable name explicitly 2021-10-13 11:12:22 +02:00
hnodeb hnodeb: Add gtp SAPI 2021-12-15 14:23:23 +00:00
lapdm regen_makefile.sh: set executable name explicitly 2021-10-13 11:12:22 +02:00
library Use alive-type components for "infrastructure" components 2021-12-15 20:20:30 +00:00
mgw MGCP_Test: fix TC_dlcx_wildcarded 2021-11-18 19:10:55 +00:00
mme library/DIAMETER_Templates: prettify & enrich AIR/AIA templates 2021-12-15 05:12:13 +03:00
msc msc/osmo-{msc,stp}.cfg: enable extended timestamp in logging 2021-12-14 12:59:04 +00:00
ns ns: fr: fix ttcn & osmo-ns-dummy.cfg 2021-10-19 18:44:50 +02:00
pcap-client regen_makefile.sh: set executable name explicitly 2021-10-13 11:12:22 +02:00
pcu pcu: Drop mp_osmo_pcu_newer_than_0_9_0 2021-11-16 19:22:07 +01:00
pgw regen_makefile.sh: set executable name explicitly 2021-10-13 11:12:22 +02:00
remsim treewide: remove FSF address 2021-12-14 12:23:26 +01:00
sccp sccp: Add TC_process_rx_xudt, verifying reception of SCCP XUDT 2021-10-26 14:43:33 +02:00
selftest regen_makefile.sh: set executable name explicitly 2021-10-13 11:12:22 +02:00
sgsn break GTP_Templates dependency on Osmo_Gb_Types, BSSGP_Types, NS_Types 2021-12-09 15:25:50 +00:00
simtrace regen_makefile.sh: set executable name explicitly 2021-10-13 11:12:22 +02:00
sip regen_makefile.sh: set executable name explicitly 2021-10-13 11:12:22 +02:00
smlc regen_makefile.sh: set executable name explicitly 2021-10-13 11:12:22 +02:00
stp stp: Drop mp_osmo_stp_newer_than_1_4_0 2021-11-16 19:24:55 +01:00
sysinfo regen_makefile.sh: set executable name explicitly 2021-10-13 11:12:22 +02:00
.gitignore .gitignore sms.db 2021-08-06 14:03:28 +00:00
.gitreview Add git-review config 2017-12-13 11:15:48 +01:00
Common.cfg Common.cfg: Always log VEERDICTOP on Console 2020-10-10 18:15:37 +02:00
Makefile Makefile: add target for generating tags 2021-12-05 09:36:06 +00:00
compare-results.py compare_results.py: use ansi colors 2020-05-19 19:25:35 +00:00
gen_links.sh.inc Put build / run scripts under Apache 2.0 license 2019-06-21 09:34:09 +00:00
log_merge.sh Put build / run scripts under Apache 2.0 license 2019-06-21 09:34:09 +00:00
mask_expected_results.sh add mask_expected_results.sh 2018-04-11 19:32:01 +02:00
regen-makefile.sh regen_makefile.sh: files/flags in separate lines 2021-10-12 16:35:01 +02:00
rmlinks.sh Remove M3UA/MTP3/SCCP code from this repo, use upstream repos 2018-03-18 12:52:20 +01:00
start-testsuite.sh start-testsuite.sh: allow overriding TTCN3_BIN_DIR 2020-05-29 06:10:42 +00:00
ttcn3-dumpcap-start.sh ttcn3-dumpcap-start.sh: Always capture lo interface 2020-12-12 16:28:30 +01:00
ttcn3-dumpcap-stop.sh gbproxy: Properly capture HDLC/FR traffic in addition to ethernet 2020-12-11 15:32:08 +01:00
ttcn3-tcpdump-start.sh ttcn3-tcpdump-start: Fix path of setcap 2020-12-11 15:34:42 +01:00
ttcn3-tcpdump-stop.sh ttcn3-tcpdump-stop.sh: order the SUT to print talloc report 2021-11-30 18:25:49 +03:00
update_expected_results_from_jenkins.sh Put build / run scripts under Apache 2.0 license 2019-06-21 09:34:09 +00:00