srsLTE/lib/test/common
Andre Puschmann f4a0bebe1f fix handling of invalid MAC LCIDs 2019-10-31 21:43:27 +01:00
..
CMakeLists.txt created a new class for timers. It uses a priority queue to avoid incrementing all timers every tti (step_all() went from O(N) to O(1)), and that is not bounded in number of timers. Not being bounded will be useful for layers that require one or more timers per UE 2019-10-23 19:25:48 +01:00
bcd_helpers_test.cc update copyright notice 2019-04-29 09:20:02 +02:00
log_filter_test.cc update copyright notice 2019-04-29 09:20:02 +02:00
logger_test.cc Optimized front-end logging processing (#641) 2019-09-04 15:32:29 +02:00
mac_nr_pdu_test.cc fix handling of invalid MAC LCIDs 2019-10-31 21:43:27 +01:00
msg_queue_test.cc added _t to unique_byte_buffer type 2019-05-16 12:35:01 +02:00
pdu_test.cc add packing and unpacking test for MAC PDU only containing padding bytes 2019-10-11 17:35:52 +02:00
queue_test.cc fix issue with thread pool shut down 2019-10-04 10:24:21 +02:00
stack_procedure_test.cc simplified NAS rrc connection request procedure 2019-10-23 18:19:25 +02:00
test_eea1.cc add missing license headers 2019-04-26 21:20:12 +02:00
test_eea2.cc Applied clang-format to zuc_support PR. 2019-09-10 13:46:21 +02:00
test_eea3.cc Add decryption function and all tests for enc 2019-09-10 13:46:21 +02:00
test_eia1.cc add missing license headers 2019-04-26 21:20:12 +02:00
test_eia3.cc Applied clang-format to zuc_support PR. 2019-09-10 13:46:21 +02:00
test_f12345.cc add missing license headers 2019-04-26 21:20:12 +02:00
timeout_test.cc update copyright notice 2019-04-29 09:20:02 +02:00
timer_test.cc fixed timer issue with setting the duration. Setting the duration cannot reset the on-going timer run 2019-10-23 19:33:25 +01:00