Skip to content

Improve function that map ro to ssb in the UE: make dynamic smaller memory...

Thomas Laurent requested to merge rework-ue-map-ro-to-ssb into develop

improve function that map ro to ssb in the UE: make dynamic smaller memory allocation than array[max][max][.... Saves about 100MB of memory and avoid real time glitch of milli seconds of memset(110MB)

Merge request reports