mirror of https://github.com/pvnis/srsRAN_4G.git
rlc: always remove PDCP SNs from undelivered queue
if RLC PDUs with certain PDCP SNs were already in flight when their discard timer at PDCP expires, they weren't remove from the undelivered_sdu_info_queue causing indesired log entries like: 08:08:52.455280 [RLC ] [W] PDCP_SN=2103 already marked as undelivered when the SN was sent again (after wrap around). The patch makes sure to always try to delete the PDCP SN from the queue. It should fix (at least partly) #2560master
parent
20075f6f33
commit
597729ac53
Loading…
Reference in New Issue