Attention is currently required from: laforge.
Hoernchen has posted comments on this change by Hoernchen. ( https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/42481?usp=email )
Change subject: firmware: replace libosmocore fsm timers ......................................................................
Patch Set 3:
(1 comment)
File ccid_common/cuart.c:
https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/42481/comment/b11bdeff_4f3... : PS3, Line 87: if (deadline && jiffies >= deadline) {
what's the jiffies frequency? do we have to worry about it wrapping ever and hence jiffies could be […]
clocked at coreclock/1000=1ms as per libosmo_emb.c, so it wraps after 584 million years. yes yes, serial number arithmetic, but I'm somewhat confident that this is fine.