Attention is currently required from: fixeria.
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 1:
(2 comments)
File src/osmo-bts-trx/scheduler_trx.c:
https://gerrit.osmocom.org/c/osmo-bts/+/42851/comment/b47fc0e8_f3d78cc0?usp=... : PS1, Line 586: * (elapsed_fn < 0) while far more wall-clock time elapsed than its FN AFAIU "elapsed_fn < 0" is not a "FN far BEHIND our local timer", but a " FN BEHIND our local timer". Note how I remove the "far" bit.
https://gerrit.osmocom.org/c/osmo-bts/+/42851/comment/17fe27d7_d49718b4?usp=... : PS1, Line 597: osmo_timerfd_disable(&tcs->fn_timer_ofd); why do we need to disable this timerfd here?