mirror of https://github.com/pvnis/srsRAN_4G.git
rlc_am: fix potential stalling in RLC transmitter
it turned out that a certain order of events can lead to a RLC transmitter stalling because even though unacknowledged PDUs are queued, none of them was actually considered for retx. This can happen if a pollRetxTimer expires for a SN that, meanwhile, has already been acknowledged. The positive lead to the deletion of the SN from the Tx window. The fix makes sure that when a retx for a unexisting SN is requested, the sender will consider the next unacknowledged SN instead.master
parent
9612bb0e14
commit
f22f4b4fbd
Loading…
Reference in New Issue