Attention is currently required from: fixeria.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/34523?usp=email )
Change subject: trxcon/l1sched: rework dequeueing of PDCH Tx prims ......................................................................
Patch Set 1:
(1 comment)
File src/host/trxcon/src/sched_lchan_pdtch.c:
https://gerrit.osmocom.org/c/osmocom-bb/+/34523/comment/1381504c_cee14b33 PS1, Line 110: llist_for_each_entry(msg, &lchan->tx_prims, list) { this needs to be llist_for_each_entry_safe afaiu? It would be easier maybe simply using a while (llist_first_entry())