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 c3441046c9 simplify RLC buffer status query procedures
- add a simple and low-overhead has_data() method to check whether
  an RLC entity has data to transmit or not
- use this method for all calls that are actually not interested
  in the amount of data to send
- use the more expensive get_buffer_state() for all cases where
  the actual size of the buffer is of importance
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 fix issue in PDCP when bearer ID for DRBs was not starting with 1 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 remove obsolete RLC_MODE struct and move existing one to rlc_interface.h 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