Merge remote-tracking branch 'origin/oai_ue_mem_opt_v1' into integration_2026_w30
[NR UE] PDSCH Rx: Pre-allocate large buffers on heap (#234) Performs memory optimization to speed up OAI UE. 1. Replace per slot memory allocation and free of buffers dl_ch_mag/b/r, rho_dl, rxdataF_comp and pdsch_dl_ch_estimates with one-time allocation at init and free at teardown by pre-allocating one buffer set per actor. 2. Remove unnecessary memset on buffers as they are immediately written afterwards before being read. Reviewed-by:Robert Schmidt <robert.schmidt@openairinterface.org> Reviewed-by:
Sakthivel Velumani <s.velumani@northeastern.edu>
Showing
Please register or sign in to comment