Skip to content

bugfix: avoid a crash when oai_exit is set

Cédric Roux requested to merge bugfix-better-exit-eth-udp into develop

There was a crash when we exit the nr softmodem with AW2S device. The array rxbase[] was surely freed() by some other thread, so let's not access it after detecting oai_exit != 0.

We also need to unblock a possible reader thread. The chosen way to do may be not the best. To be checked.

Merge request reports