srsLTE/lib/test/common
Francisco Paisana 349646a9da 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
..
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
log_filter_test.cc
logger_test.cc Optimized front-end logging processing (#641) 2019-09-04 15:32:29 +02:00
mac_nr_pdu_test.cc add MAC NR PDU packing and associated unit tests 2019-09-17 17:19:13 +02: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
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
test_eia3.cc Applied clang-format to zuc_support PR. 2019-09-10 13:46:21 +02:00
test_f12345.cc
timeout_test.cc
timer_test.cc 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