Attention is currently required from: fixeria.
1 comment:
File src/host/trxcon/src/trxcon_fsm.c:
Patch Set #1, Line 626: | S(TRXCON_ST_PACKET_DATA),
No, it's not a separate patch. 3GPP TS 44.004, Figure 5. […]
But how can you end up transitioning TRXCON_ST_PACKET_DATA -> TRXCON_ST_PACKET_DATA in current code?
I see in this patch you have trxcon_st_dedicated_action() calling trxcon_st_dedicated_action() calling handle_dcch_est_req() which ends up calling osmo_fsm_inst_state_chg(fi, TRXCON_ST_DEDICATED, 0, 0);.
But for TRXCON_ST_PACKET_DATA I'm unable to see such path?
To view, visit change 30318. To unsubscribe, or for help writing mail filters, visit settings.