Attention is currently required from: pespin.
1 comment:
File src/osmo-bts-trx/scheduler_trx.c:
Patch Set #1, Line 499: gsm_fn2gsmtime(&bts->gsm_time, 0);
Don't we have the same problem on other BTS models?
Probably. But the problem is that only osmo-bts-trx has an explicit epoch hook `trx_sched_clock_started()` called on `POWERON`, while the others don't expose an equivalent "clock (re)started" signal. And honestly, I don't even know if other models reset their clock/time (TDMA Fn) after power-cycling the DSP.
Shouldn't this be put in some more generic code path?
Generic path would likely be `l1sap_info_time_ind()` in `l1sap.c`. But at this level there exists no signal/primitive about the clock state. We don't even know if the L1 is powered on or not...
To view, visit change 42850. To unsubscribe, or for help writing mail filters, visit settings.