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.
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.
3 years ago
..
bearer_mem_pool.h Moved lib RLC into it's own folder 3 years ago
rlc.h Moved lib RLC into it's own folder 3 years ago
rlc_am_base.h Moved lib RLC into it's own folder 3 years ago
rlc_am_lte.h rlc_am_lte: fix potential crash when attempting to resize tx queue 3 years ago
rlc_am_nr.h Moved lib RLC into it's own folder 3 years ago
rlc_common.h rlc: fix memleak in queue_rx_pdu 3 years ago
rlc_metrics.h Moved lib RLC into it's own folder 3 years ago
rlc_tm.h Fix a data race in rlc TM metrics. 3 years ago
rlc_um_base.h Fix data race in rlc UM metrics. 3 years ago
rlc_um_lte.h Moved lib RLC into it's own folder 3 years ago
rlc_um_nr.h Moved lib RLC into it's own folder 3 years ago