Commit fe2446b7 authored by Cedric Roux's avatar Cedric Roux

Merge branch 'bugfix-185-simulator-compilation' into develop_integration_w02

parents c6a2cf04 d5a68178
......@@ -492,7 +492,7 @@ int main(int argc, char **argv)
&UE->frame_parms,
UE->dlsch_MCH[0],
UE->dlsch_MCH[0]->harq_processes[0],
frame,
0 /*frame*/,
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,
frame,
0 /*frame*/,
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