Commit ba949417 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 ea60b63e
......@@ -1104,6 +1104,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