Skip to content

fix blocking bugs in command nr_dlsim -n100 -e27 -s35 -b 273 -R273 -x4 -y4 -z4

Thomas Laurent requested to merge fix-4layers-nr_dlsim into develop

fix blocking bugs in command nr_dlsim -n100 -e27 -s35 -b 273 -R273 -x4 -y4 -z4

errors in main OAI code:

  • one stack overflow
  • one variable array of size 0
  • one direct usage of unaligned SIMD

and small fixes inside the tests tool nr_dlsim to handle this large configuration (4layers, 100MHz)

use a better complex vector multiplication function

Edited by Thomas Laurent

Merge request reports