Attention is currently required from: pespin.
fixeria has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/osmo-bts/+/42850?usp=email )
Change subject: osmo-bts-trx: reset BTS GSM time on clock (re)start ......................................................................
Patch Set 1:
(1 comment)
File src/osmo-bts-trx/scheduler_trx.c:
https://gerrit.osmocom.org/c/osmo-bts/+/42850/comment/32d0a8b5_0c85840f?usp=... : PS1, Line 499: gsm_fn2gsmtime(&bts->gsm_time, 0);
Don't we have the same problem on other BTS models? […]
Actually, we could reset `bts->gsm_time` on receipt of `OPSTART` for `NM_OC_BTS`! And then it does not matter if the clock starts from 0 or not. The first clock indication should cause no "Invalid condition detected ..." error.