mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
Make fh_timer_tick robust against CLOCK_REALTIME jumps. In case of forward jump the symbol callback will be called for each missed symbol. In case of backwards jump the function will return without calling any callbacks. This continues until the local timer catches up to the last callback symbol. Signed-off-by: Bartosz Podrygajlo <bartosz.podrygajlo@openairinterface.org>