srsLTE/srsenb
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.
2021-02-05 12:24:50 +00:00
..
hdr Added the ability of the RLC AM to notify the PDCP of the acknowledged 2021-02-05 12:24:50 +00:00
src Added the ability of the RLC AM to notify the PDCP of the acknowledged 2021-02-05 12:24:50 +00:00
test avoid loss of pdcp sdus' SNs buffered in gtpu during handover 2021-02-03 17:20:07 +00:00
CMakeLists.txt change license header to agnostic version with hint to root LICENSE file 2020-12-12 15:59:25 +01:00
drb.conf.example Changed default DRB config QCI 9 to AM 2018-06-13 16:43:48 +02:00
enb.conf.example Backport some changes from FAPI branch (#2124) 2020-12-16 13:48:48 +01:00
rr.conf.example enable meas gaps in RRC and enb parser 2020-12-12 15:58:34 +01:00
sib.conf.example srsenb: Add inline documentation for sib7 in example configs 2020-08-25 11:28:01 +02:00
sib.conf.mbsfn.example updating sib13 config for mbms, fixing small bug with metrics 2020-10-21 22:43:44 +01:00