srsLTE/lib/include/srsran/adt
Francisco ebbb74e639 rlc am - use of circular_map container in RLC AM window
The window elements are not being correctly cleaned up when clear() is called
or when overwritten by newer SN. Furthermore, the window count member is not being
correctly updated when the insertion of a newer SN overwrites the previous one.

I used the circular_map container to avoid this sort of bugs
2021-04-08 20:11:15 +01:00
..
detail Reimplement batch-based background object/memory pool 2021-04-07 12:02:22 +01:00
pool Reimplement batch-based background object/memory pool 2021-04-07 12:02:22 +01:00
accumulators.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
bounded_bitset.h refactor - increase code reuse in adt files 2021-03-29 22:11:25 +01:00
bounded_vector.h Enhance RRC eNB events: 2021-03-31 19:37:49 +02:00
choice_type.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
circular_array.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
circular_buffer.h adt unit test - fix memory pool test 2021-04-07 12:02:22 +01:00
circular_map.h rlc am - use of circular_map container in RLC AM window 2021-04-08 20:11:15 +01:00
expected.h refactor - increase code reuse in adt files 2021-03-29 22:11:25 +01:00
fsm.h refactor - increase code reuse in adt files 2021-03-29 22:11:25 +01:00
interval.h refactor - increase code reuse in adt files 2021-03-29 22:11:25 +01:00
move_callback.h Refactor of socket manager class 2021-04-02 11:42:50 +01:00
observer.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
optional.h replaced present+value for optional field in s1ap mme_ue_s1ap_id context field 2021-04-01 10:24:34 +01:00
scope_exit.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
singleton.h implementation of concurrent fixed size pool that leverages thread local caches to avoid mutexing 2021-03-27 12:21:08 +00:00
span.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00