Attention is currently required from: fixeria.
6 comments:
File src/host/layer23/src/common/l1ctl.c:
Patch Set #1, Line 1007: Rx GPRS DL block
copy-paste, `Rx GPRS RTS. […]
Ack
File src/host/layer23/src/modem/grr.c:
Patch Set #1, Line 480: Do not send RTS.ind if we got PTCCH/D
l1gprs should be smart enough to not send RTS. […]
Ack
File src/host/trxcon/src/trxcon_fsm.c:
Patch Set #1, Line 634: /* Every fn % 13 == 12 we have either a PTCCH or an IDLE slot, thus
cosmetic: comment alignment
Ack
File src/host/virt_phy/src/virt_prim_pdch.c:
You need to assign `0xff` by default, because `l1gprs_handle_dl_block_ind()` may return early.
Ack
Patch Set #1, Line 101: /* Every fn % 13 == 12 we have either a PTCCH or an IDLE slot, thus
cosmetic: comment alignment
Ack
File src/shared/l1gprs.c:
Patch Set #1, Line 699: l1gprs_check_pending_tbfs
Just to be sure, is it ok that we still call it here?
I'd say it's fine, since it's only 1 block difference so it shouldn't do strange stuff when comparing FNs.
In the end we probably need to improve all this to have a different state for Rx and Tx (RTS.ind), but this patch improves the overall situation so far. We can later improve further.
To view, visit change 34310. To unsubscribe, or for help writing mail filters, visit settings.