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.
Andre Puschmann 955f5dd37a add mutex in pdcp entity
write_sdu and write_pdu are not re-entrant because all functions
that deal with the counters, e.g. integrity check and generate,
must be protected because MAC threads may call them at the same time.

this addresses issue #254
6 years ago
..
gtpu.h GTPU cleanup, adding support for GTPU echo response (#265) 6 years ago
pdcp.h add API to change LCID of PDCP bearers 6 years ago
pdcp_entity.h add mutex in pdcp entity 6 years ago
pdcp_interface.h add getter for PDCP ul/dl counter 6 years ago
rlc.h simplify RLC buffer status query procedures 6 years ago
rlc_am.h simplify RLC buffer status query procedures 6 years ago
rlc_common.h simplify RLC buffer status query procedures 6 years ago
rlc_interface.h fix RLC UM params for eMBMS 6 years ago
rlc_metrics.h added ability to track tput per bearer (#233) 6 years ago
rlc_tm.h simplify RLC buffer status query procedures 6 years ago
rlc_tx_queue.h simplify RLC buffer status query procedures 6 years ago
rlc_um.h simplify RLC buffer status query procedures 6 years ago