mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
So far, we called card_emu_io_statechg() from interrupt context, which was safe with the current code. However, as we want to trigger a more comprehensive reset of data structures, including the flushing of message queues, it is best to shift this processing from interrupt context to main loop context. Change-Id: I3983078396538f32bdff55611c41d2163be4d796 Related: OS#4251