Tau_dnr.c::updateTCNDNSentry(…)
For simulation we need to rework the while loop when tlc_process is called by own thread. vos_threadDelay() shall be used instead of vos_semaTake() with a timeout.
I’m also concerned about how the “dnsSema” is trigged in any solution with single thread. If there is no other thread no one else can trig it, or is it trigged by interrupt?
Diff:
Implementation added to trunk.