use specific paramters for perform_symbol_rotation() instead of global frame parms

Signed-off-by: Laurent THOMAS <laurent.thomas@open-cells.com>
This commit is contained in:
Laurent THOMAS
2026-05-05 19:43:12 +02:00
parent d4d494d0d3
commit 2c7530e0bf
5 changed files with 16 additions and 14 deletions

View File

@@ -107,7 +107,7 @@ struct timespec timespec_sub(struct timespec, struct timespec)
return t;
};
void perform_symbol_rotation(NR_DL_FRAME_PARMS *fp, double f0, c16_t *symbol_rotation)
void perform_symbol_rotation(const int nsymb, const int numerology_index, double f0, c16_t *symbol_rotation)
{
return;
}