Commit 85ff3abc authored by Raymond Knopp's avatar Raymond Knopp

updated slot_fep calls in unitary simulations to correct previous (broken) commit

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7542 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 76fc205b
......@@ -2908,7 +2908,8 @@ PMI_FEEDBACK:
l,
Ns%20,
0,
0);
0,
0);
stop_meas(&PHY_vars_UE->ofdm_demod_stats);
if (PHY_vars_UE->perfect_ce==1) {
......
......@@ -992,7 +992,8 @@ int main(int argc, char **argv)
l%(PHY_vars_eNb->lte_frame_parms.symbols_per_tti/2),
l/(PHY_vars_eNb->lte_frame_parms.symbols_per_tti/2),
0,
0);
0,
0);
if (l==0) {
......
......@@ -1189,7 +1189,8 @@ int main(int argc, char **argv)
l%(PHY_vars_eNB->lte_frame_parms.symbols_per_tti/2),
(2*subframe)+(l/(PHY_vars_eNB->lte_frame_parms.symbols_per_tti/2)),
0,
0);
0,
0);
if (PHY_vars_UE->perfect_ce == 1) {
if (awgn_flag==0) {
......
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