Commit d7af1269 authored by rmagueta's avatar rmagueta

Fix LOG

parent dbba6c65
...@@ -1157,7 +1157,7 @@ int nr_srs_channel_estimation(PHY_VARS_gNB *gNB, ...@@ -1157,7 +1157,7 @@ int nr_srs_channel_estimation(PHY_VARS_gNB *gNB,
nr_srs_info->subcarrier_idx[sc_idx], nr_srs_info->subcarrier_idx[sc_idx],
generated_real, generated_imag, generated_real, generated_imag,
received_real, received_imag, received_real, received_imag,
ls_estimated_real, ls_estimated_imag); ls_estimated[0], ls_estimated[1]);
#endif #endif
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment