[FHI72] Refactor PRACH code
Move PRACH slot checking from oaioran.c to oran_isolate.c because xran_is_prach_slot() compared the current slot instead of the scheduled. The current and the scheduled slot are the same in case of short format, but different in case of format 0. Therefore, with this commit, in xran_is_prach_slot() we check the `prach_id->slot` and not `slot`.
Showing
Please register or sign in to comment