srsLTE/lib/test/adt
Francisco cd51537234 add comment explaining the use case of cached_alloc 2021-05-06 18:06:10 +01:00
..
CMakeLists.txt implementation of custom allocator for memory caching. This allocator may be used for unbounded queues 2021-05-06 18:06:10 +01:00
bounded_bitset_test.cc implemented bounded_bitset::find_lowest(...) for both reverse and non-reverse bit ordering. Applied this method to UL scheduling search for PRB intervals 2021-04-19 13:31:20 +01:00
bounded_vector_test.cc rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
cached_alloc_test.cc add comment explaining the use case of cached_alloc 2021-05-06 18:06:10 +01:00
circular_buffer_test.cc adt - make circular buffer work with types without default ctor 2021-03-23 17:28:35 +00:00
circular_map_test.cc Initial NR PDSCH CSI-RS RE skip and other changes 2021-03-24 09:06:26 +01:00
expected_test.cc rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
fsm_test.cc refactor - increase code reuse in adt files 2021-03-29 22:11:25 +01:00
interval_test.cc rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
mem_pool_test.cc Reimplement batch-based background object/memory pool 2021-04-07 12:02:22 +01:00
observer_test.cc rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
optional_test.cc adt - add optional construct that closely emulates std::optional<T> 2021-03-31 19:14:11 +01:00
scope_exit_test.cc rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
span_test.cc rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00