Attention is currently required from: pespin.
1 comment:
File src/host/trxcon/src/trxcon_fsm.c:
Patch Set #1, Line 577: handle_tbf_cfg_req(trxcon);
This patch is missing updating in the case where l1gprs_handle_ul_tbf_cfg_req() delays call to l1gpr […]
Using trxcon specific API from l1gprs is not an option. The reason is that it's also employed by virtphy and [some day] will be employed by the firmware. We need an abstract API for that, something like `l1gprs_pdch_state_cb()`. It can either be a callback stored in `struct l1gprs_state`, or even better an external function to be defined by the l1gprs API user.
To view, visit change 34139. To unsubscribe, or for help writing mail filters, visit settings.