srsLTE/srsue/test/ttcn3
Andre Puschmann a5c0f96fa7 srsue: limit sync queue length to 1 for ZMQ radio
apply same change that we've done on the eNB also on the UE
to avoid the PHY processing TTIs faster than the stack.

Without that, we see lots of those in the logs:

...
08:39:17.580325 [STCK] [W] Detected slow task processing (sync_queue_len=7).
...
2020-06-30 10:36:01 +02:00
..
hdr ttcn3: streamline DRB and SRB Tx interface 2020-06-29 13:45:42 +02:00
src srsue: limit sync queue length to 1 for ZMQ radio 2020-06-30 10:36:01 +02:00
test ss: use factory method to create PDCP config for SRB 2020-04-03 22:22:04 +02:00
CMakeLists.txt Updated copyright 2020-03-16 11:26:06 +01:00
README.md add initial TTCN3 code 2019-09-17 21:56:47 +02:00

README.md

srsUE conformance testing

This folder includes an srsUE extension that allows to test the upper-layer protocol stack against the UE conformance tests specified by 3GPP/ETSI in TS 36.523 [1].

The tester itself is built with Eclipse Titan [2] using the 3GPP EUTRA (LTE/EPC) UE Test Suites [3]. It is, however, not part of the srsLTE repository.

The extensions present in this folder add a basic system simulator (SS) that talks over an ideal PHY to the fully unmodified UE upper-layer stack. It SS itself interfaces over multiple TCP/IP sockets to the TTCN3 tester, i.e., implements (a subset of) the interfaces specified in [1].

Resources

[1] https://www.etsi.org/deliver/etsi_ts/136500_136599/13652301

[2] https://projects.eclipse.org/projects/tools.titan

[3] http://www.ttcn-3.org/index.php/downloads/publicts/publicts-3gpp