1 comment:
File pcu/GPRS_Components.ttcn:
Patch Set #1, Line 672: blocks
Why "blocks" (plural), btw? I see this function is sending exactly one RLC/MAC block. […]
this function is not sending exactly one block. It's sending a record of LlcBlocks, because an RLC/MAC block can transport more than 1 LlcBlocks (or segments of them).
Another topic is that so far we only call this function to submit 1 Llc block because we don't need sending more for simplicity (there's some test which validates sending several llc blocks in one Rlc/MAC block iirc, and it may be possible to move it to use this API, but that would be another patch which is not really high prio).
To view, visit change 33995. To unsubscribe, or for help writing mail filters, visit settings.