srsLTE/lib/include/srsran/rlc
Andre Puschmann 59e1bca3f5 rlc_am_lte: fix potential crash when attempting to resize tx queue
under some circumstances it could happen that the RLC is configured
when SDUs are already being written to the queue. The resize
operation of the underlying container would fail in this case.

Make sure to empty the queue before doing the resize.
2021-09-27 11:35:42 +02:00
..
bearer_mem_pool.h Moved lib RLC into it's own folder 2021-06-30 18:19:20 +01:00
rlc.h Moved lib RLC into it's own folder 2021-06-30 18:19:20 +01:00
rlc_am_base.h Moved lib RLC into it's own folder 2021-06-30 18:19:20 +01:00
rlc_am_lte.h rlc_am_lte: fix potential crash when attempting to resize tx queue 2021-09-27 11:35:42 +02:00
rlc_am_nr.h Moved lib RLC into it's own folder 2021-06-30 18:19:20 +01:00
rlc_common.h rlc: fix memleak in queue_rx_pdu 2021-08-07 12:31:49 +02:00
rlc_metrics.h Moved lib RLC into it's own folder 2021-06-30 18:19:20 +01:00
rlc_tm.h Fix a data race in rlc TM metrics. 2021-09-24 14:27:37 +02:00
rlc_um_base.h Fix data race in rlc UM metrics. 2021-09-24 14:27:37 +02:00
rlc_um_lte.h Moved lib RLC into it's own folder 2021-06-30 18:19:20 +01:00
rlc_um_nr.h Moved lib RLC into it's own folder 2021-06-30 18:19:20 +01:00