Attention is currently required from: jolly.
2 comments:
File src/host/trxcon/src/sched_lchan_pdtch.c:
Patch Set #1, Line 164: lchan->prim = msg
I will add an `ASSERT` to make sure `lchan->prim` is NULL here.
What happens to lchan->prim, if bid is not 3?
`lchan->prim` should remain allocated and assigned until `bid == 3` (4th burst) - this is when we want to confirm sending UL BLOCK.req to the upper layers, because burst timing matters.
To view, visit change 35778. To unsubscribe, or for help writing mail filters, visit settings.