mirror of https://github.com/pvnis/srsRAN_4G.git
rlc_am_lte: fix handling of out-of-order status PDUs
before processing incoming status PDUs we should be checking if the ACK_SN falls within our current Tx window. If not the PDU will be dropped. Without the check we were incorrectly processing the status PDU and because the sequence number wrap around wasn't working correctly if ACK_SN is smaller than vt_a we were corrupting our Tx window.master
parent
8743713bb1
commit
19f30aa652
Loading…
Reference in New Issue