Skip to content

Fix SRS

Roberto Louro Magueta requested to merge fix-SNR-based-on-SRS into develop
  • Fix regression in the SRS related to w39 for phy-simulators.
  • Fix inconsistency of SNR results based on SRS:
    • Replace multadd_real_vector_complex_scalar by c16multaddVectRealComplex, since c16multaddVectRealComplex is more accurate
    • Replace calc_power by signal_energy_nodc, since signal_energy_nodc is more efficient and accurate

These fixes reduce the appearance of these LOGs:

[NR_MAC] Invalid timing advance offset for RNTI 14b7
[NR_MAC] Invalid timing advance offset for RNTI 14b7
[NR_MAC] Invalid timing advance offset for RNTI 14b7
Edited by Roberto Louro Magueta

Merge request reports