Commit 0af4c170 authored by Cedric Roux's avatar Cedric Roux

fix phy simulators compilation - for real

This is the real fix, d5a68178
was not the right solution.
parent ff11cf5f
......@@ -492,7 +492,7 @@ int main(int argc, char **argv)
&UE->frame_parms,
UE->dlsch_MCH[0],
UE->dlsch_MCH[0]->harq_processes[0],
0 /*frame*/,
trials,
subframe,
0,0,0);
......
......@@ -1091,7 +1091,7 @@ int main(int argc, char **argv)
rx_pdcch(&UE->common_vars,
UE->pdcch_vars,
&UE->frame_parms,
0 /*frame*/,
trial,
subframe,
0,
(UE->frame_parms.mode1_flag == 1) ? SISO : ALAMOUTI,
......
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