mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
The TTI computation in xran_fh_tx_send_slot() assumed 20 slots per frame (30 kHz SCS only). Compute slots_per_frame as 10 << mu from the fronthaul configuration instead, so the TTI is correct for any numerology. Signed-off-by: Karim Boutiba <karim.boutiba@openairinterface.org>