Commit 5aa44503 authored by Robert Schmidt's avatar Robert Schmidt

[REMOVE] Do not execute pdcp_update_stats(): we don't need it, wastes 90% CPU time

parent 1371bfaa
......@@ -1061,6 +1061,7 @@ pdcp_data_ind(
}
void pdcp_update_stats(const protocol_ctxt_t *const ctxt_pP) {
return;
uint16_t pdcp_uid = 0;
uint8_t rb_id = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment