-
Robert Schmidt authored
The queue for finished jobs of PUSCH channel estimation is only used inside nr_pusch_channel_estimation(). Since initialization is fast, it can be declared on the stack in the function where it is used.
ba0cad20
The queue for finished jobs of PUSCH channel estimation is only used inside nr_pusch_channel_estimation(). Since initialization is fast, it can be declared on the stack in the function where it is used.