Skip to content
Snippets Groups Projects
Commit a6486909 authored by Robert Schmidt's avatar Robert Schmidt
Browse files

Reimplement itti_wait_tasks_end() to allow custom wait handlers

In the UE, we wish to handle ^C in the UE to send a message before
terminating, so we allow custom wait handlers to implement such
functionality. Use itti_wait_tasks_unblock() to unblock
itti_wait_tasks_end().

Also, implement itti_wait_tasks_end() using semaphores, as signals are
not async-signal-safe (and therefore should not be used in a signal
handler).
parent 4700dde2
No related branches found
No related tags found
2 merge requests!2037integration_2023_w13,!2008Draft: Implement NR-UE Deregistration procedure
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment