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 bc4c9606ce rlc_am: add extended bearer metrics
this patch adds support for measuring the:
* SDU rx latency (Average time in ms from first RLC segment to full SDU)
* amount of buffered bytes (sum of payload of PDUs buffered in rx_window)

the implementation is using std::chrono
4 years ago
..
byte_buffer_queue.h change license header to agnostic version with hint to root LICENSE file 4 years ago
gtpu.h Fix issue packing TEID in Error indication. 4 years ago
ipv6.h change license header to agnostic version with hint to root LICENSE file 4 years ago
pdcp.h change license header to agnostic version with hint to root LICENSE file 4 years ago
pdcp_entity_base.h change license header to agnostic version with hint to root LICENSE file 4 years ago
pdcp_entity_lte.h change license header to agnostic version with hint to root LICENSE file 4 years ago
pdcp_entity_nr.h change license header to agnostic version with hint to root LICENSE file 4 years ago
rlc.h rlc: fix rate metrics (nan,inf values), use std::chrono 4 years ago
rlc_am_base.h change license header to agnostic version with hint to root LICENSE file 4 years ago
rlc_am_lte.h rlc_am: add extended bearer metrics 4 years ago
rlc_am_nr.h change license header to agnostic version with hint to root LICENSE file 4 years ago
rlc_common.h change license header to agnostic version with hint to root LICENSE file 4 years ago
rlc_metrics.h rlc_metrics: add sdu rx latency and buffered bytes 4 years ago
rlc_tm.h change license header to agnostic version with hint to root LICENSE file 4 years ago
rlc_um_base.h add rlc metrics to rlc_um 4 years ago
rlc_um_lte.h add rlc metrics to rlc_um 4 years ago
rlc_um_nr.h change license header to agnostic version with hint to root LICENSE file 4 years ago