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.
Pedro Alvarez fcaaf72187 Starting to add discard functionality to PDCP LTE entity.
This includes:
  - Adding a queue (implemented with std::map) for undelivered PDUs.
    This queue uses the SN used for TX as the key.
  - Added discard timer that is started upon reception of the SDU. Upon
    expiry of the timeout a discard callback removes undelivered PDUs
from the queue.
  - Added the mechanisms to the notify_delivery to remove PDUs from the
    undelivered queue when the PDU is ACK'ed.
  - Added test case for both timer expiry and acknowledgment.
  - Fix up the getter for buffered SDUs to return the undelivered SDUs
  - Changed default PDCP discard timer, so AM has a discard timer by
    default.
4 years ago
..
CMakeLists.txt Starting to add discard functionality to PDCP LTE entity. 4 years ago
pdcp_base_test.h - Upgraded PDCP classes in lib to use srslog. 4 years ago
pdcp_lte_test.h - Upgraded PDCP classes in lib to use srslog. 4 years ago
pdcp_lte_test_discard_sdu.cc Starting to add discard functionality to PDCP LTE entity. 4 years ago
pdcp_lte_test_rx.cc - Upgraded PDCP classes in lib to use srslog. 4 years ago
pdcp_nr_test.h - Upgraded PDCP classes in lib to use srslog. 4 years ago
pdcp_nr_test_discard_sdu.cc - Upgraded PDCP classes in lib to use srslog. 4 years ago
pdcp_nr_test_rx.cc - Upgraded PDCP classes in lib to use srslog. 4 years ago
pdcp_nr_test_tx.cc - Upgraded PDCP classes in lib to use srslog. 4 years ago
rlc_am_control_test.cc Ported the RLC classes to srslog in the lib dir. 4 years ago
rlc_am_data_test.cc Ported the RLC classes to srslog in the lib dir. 4 years ago
rlc_am_nr_pdu_test.cc Ported the RLC classes to srslog in the lib dir. 4 years ago
rlc_am_test.cc Ported the RLC classes to srslog in the lib dir. 4 years ago
rlc_common_test.cc Ported the RLC classes to srslog in the lib dir. 4 years ago
rlc_stress_test.cc Ported the RLC classes to srslog in the lib dir. 4 years ago
rlc_test_common.h Added the ability of the RLC AM to notify the PDCP of the acknowledged 4 years ago
rlc_um_data_test.cc Ported the RLC classes to srslog in the lib dir. 4 years ago
rlc_um_nr_pdu_test.cc Ported the RLC classes to srslog in the lib dir. 4 years ago
rlc_um_nr_test.cc Ported the RLC classes to srslog in the lib dir. 4 years ago
rlc_um_test.cc Ported the RLC classes to srslog in the lib dir. 4 years ago