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
..
adt fix S1AP UE Capability Indication message. Created helper to log received S1AP messages 4 years ago
asn1 fixed alignment of LIBLTE_BYTE_MSG_STRUCT to reflect the one of byte_buffer. Add bzero in liblte packers 4 years ago
common fix uninitialized memory access in gtpu_test and liblte_mme unpacking 4 years ago
interfaces Move TTI to PID mapping to MAC 4 years ago
mac mac_rar_pdu_nr: update public interface to make it easier to access 4 years ago
phy Port lib/phy to srslog (#2298) 4 years ago
radio Ported the all radio classes to use srslog. 4 years ago
rrc Added support for S1AP modify bearer request support. This includes: 4 years ago
srslog Port enb specific classes to use srslog (#2155) 4 years ago
test change license header to agnostic version with hint to root LICENSE file 4 years ago
upper Starting to add discard functionality to PDCP LTE entity. 4 years ago
CMakeLists.txt change license header to agnostic version with hint to root LICENSE file 4 years ago
build_info.h.in change license header to agnostic version with hint to root LICENSE file 4 years ago
config.h change license header to agnostic version with hint to root LICENSE file 4 years ago
srslte.h Added SRSUE NR-PUSCH initial procedures 4 years ago
version.h.in change license header to agnostic version with hint to root LICENSE file 4 years ago