You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andre Puschmann 218fa5cf55 ttcn3_dut: fix bug in DUT
reducing the sync queue len to 1 caused an issue when the
PHY was locking the mutex while trying to push a TTI event
on the stack.

instead of signaling the new TTI within the PHY, we now do it outside
in the DUT (after releasing the PHY mutex)
5 years ago
..
CMakeLists.txt srsue: Refactor definition to live in its own .cc file 5 years ago
lte_ttcn3_phy.cc ttcn3_dut: fix bug in DUT 5 years ago
ttcn3_dut.cc srsue: limit sync queue length to 1 for ZMQ radio 5 years ago
ttcn3_syssim.cc ttcn3: streamline DRB and SRB Tx interface 5 years ago
ttcn3_ue.cc ttcn3_dut: fix bug in DUT 5 years ago