Attention is currently required from: osmith, laforge, fixeria.
1 comment:
File src/host/trxcon/src/l1ctl.c:
Patch Set #3, Line 467: /* FIXME: we cannot know for sure if the given mode was actually applied.
No, it cannot be fixed. […]
I overcome the limitation in osmo-pcu by passing some variable or field inside struct containing the result in the *data param of osmo_fsm_inst_dispatch.
In this case, inside ch_config, or adding a wrapper struct, something like:
struct ch_config_fsm_data {
enum gsm_phys_chan_config ch_config;
bool applied
}
To view, visit change 28809. To unsubscribe, or for help writing mail filters, visit settings.