Attention is currently required from: fixeria, laforge.
pespin has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/osmo-bts/+/42851?usp=email )
Change subject: osmo-bts-trx: shut down on stale clock indication from transceiver ......................................................................
Patch Set 2: Code-Review+1
(2 comments)
File src/osmo-bts-trx/scheduler_trx.c:
https://gerrit.osmocom.org/c/osmo-bts/+/42851/comment/96890e81_dbc4a945?usp=... : PS1, Line 586: * (elapsed_fn < 0) while far more wall-clock time elapsed than its FN
It's actually "far BEHIND", because: […]
Acknowledged
https://gerrit.osmocom.org/c/osmo-bts/+/42851/comment/93e466af_fe61600d?usp=... : PS1, Line 597: osmo_timerfd_disable(&tcs->fn_timer_ofd);
Well, it's the established pattern here in this file: […]
Done