Correctly handle SIGINT/stop signal in nr-softmodem
- Correctly handle SIGINT, so that the nr-softmodem stops regularly
- Implement
abortTpool()
to stop the complete Tpool (the previousabortTpool()
function has been renamed toabortTpoolJob()
) - Implement
abortNotifiedFIFO()
to unblock an existing FIFO (the previousabortNotifiedFIFO()
function has been renamed toabortNotifiedFIFOJob()
) - Improve the Tpool documentation markup, see thread-pool.md
- Correctly stop the USRP: it is possible to start the nr/lte-softmodem immediately after it has been stopped, without the need to wait: should solve #519 (closed)
- Some memory fixes: on L1, for NFAPI PUCCH PDUs, and a big memory leak for UP traffic in UL at the GTP
Edited by Robert Schmidt