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.
faluco cf20b143c0 Fix the default constructor of the optional class to avoid a spurious uninitialized value warning in older GCC versions (seen for ARM32 and GCC 8.3).
Use a union of a byte and the real storage, and init the char by default.
3 years ago
..
detail Reimplement batch-based background object/memory pool 4 years ago
pool fix location of support/ folder. Created macros for ASSERT_EQ and ASSERT_NEQ 3 years ago
accumulators.h bugfix,sched: avoid instability in TPCs around PHR~0 3 years ago
bounded_bitset.h fix location of support/ folder. Created macros for ASSERT_EQ and ASSERT_NEQ 3 years ago
bounded_vector.h fix location of support/ folder. Created macros for ASSERT_EQ and ASSERT_NEQ 3 years ago
choice_type.h rename srsLTE to srsRAN 4 years ago
circular_array.h rename srsLTE to srsRAN 4 years ago
circular_buffer.h fix location of support/ folder. Created macros for ASSERT_EQ and ASSERT_NEQ 3 years ago
circular_map.h fix location of support/ folder. Created macros for ASSERT_EQ and ASSERT_NEQ 3 years ago
expected.h fix location of support/ folder. Created macros for ASSERT_EQ and ASSERT_NEQ 3 years ago
fsm.h refactor - increase code reuse in adt files 4 years ago
interval.h fix location of support/ folder. Created macros for ASSERT_EQ and ASSERT_NEQ 3 years ago
intrusive_list.h timers - fix old gcc compilation issue. Changed free list to intrusive list. 4 years ago
move_callback.h fix location of support/ folder. Created macros for ASSERT_EQ and ASSERT_NEQ 3 years ago
observer.h Small fixes for observer.h missing std::size_t 3 years ago
optional.h Fix the default constructor of the optional class to avoid a spurious uninitialized value warning in older GCC versions (seen for ARM32 and GCC 8.3). 3 years ago
optional_array.h fix compilation issue due to wrong include path for srsran_assert.h file 3 years ago
scope_exit.h avoid sending UEContextReleaseRequest from Source eNB during S1 Handover. 4 years ago
singleton.h implementation of concurrent fixed size pool that leverages thread local caches to avoid mutexing 4 years ago
span.h rename srsLTE to srsRAN 4 years ago