do not allocate ul_dci on heap, introduces huge delay
- Process ul_dci whenever the number of ul_dci PDUs in the buffer > 0. - Replace dynamic allocation on the heap with stack allocation. - New function, **`cp_nr_ul_dci_req`**, to copy the **`ul_dci_req`**.
Showing
Please register or sign in to comment