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 de90b4753f Added the ability of the RLC AM to notify the PDCP of the acknowledged
PDCP PDUs. This includes:

- Modifying the byte_buffer_t to include PDCP SN meta-data. This way,
  the RLC can keep track of the ack'ed bytes for a specific PDCP PDU.
- Added in the RLC an `undelivered_sdu_info queue`, to keep track of the
  amount of ack'ed bytes and the total size of the PDCP PDU,
  so the RLC can know when delivery is finished.
- Added an interface between the PDCP and the RLC so that the RLC can
  notify the PDCP when it receives an ack from the status PDUs. The RLC
  passes to the PDCP a vector of all the ack'ed pdus in a rx'ed status PDU.
- Added some tests to the notify functionality. This includes some tests
  where the PDUs are acked imediatly, and one test where the PDU is
  retx'ed.
4 years ago
..
enb_command_interface.h change license header to agnostic version with hint to root LICENSE file 4 years ago
enb_interfaces.h Added the ability of the RLC AM to notify the PDCP of the acknowledged 4 years ago
enb_metrics_interface.h add rlc metrics to enb 4 years ago
enb_rrc_interface_types.h disable PHR handling in the UL sched by default 4 years ago
epc_interfaces.h Added support for S1AP modify bearer request support. This includes: 4 years ago
gnb_interfaces.h Added the ability of the RLC AM to notify the PDCP of the acknowledged 4 years ago
mac_interface_types.h Added MAC NR to EUTRA and NR with stack interfaces including MAC config build 4 years ago
nr_common_interface_types.h change license header to agnostic version with hint to root LICENSE file 4 years ago
pdcp_interface_types.h Refactor NR RA files and fix header includes all over library (#2162) 4 years ago
phy_interface_types.h change license header to agnostic version with hint to root LICENSE file 4 years ago
radio_interfaces.h change license header to agnostic version with hint to root LICENSE file 4 years ago
rlc_interface_types.h Added funcs for asn flat config RLC and PDCP 4 years ago
rrc_interface_types.h Move rat type to common header 4 years ago
sched_interface.h add lcid check and increase limit to 10 4 years ago
ue_interfaces.h Added the ability of the RLC AM to notify the PDCP of the acknowledged 4 years ago
ue_nr_interfaces.h mac_nr: add interface to set C-RNTI and contention ID from RRC 4 years ago