Commit 93e2dd4c authored by thomasl's avatar thomasl

bug fix : lack of one parameter to call rx_pdcch

gcc refuses to compile!



git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6196 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 15ac09e9
......@@ -1181,6 +1181,7 @@ int main(int argc, char **argv) {
subframe,
0,
(PHY_vars_UE->lte_frame_parms.mode1_flag == 1) ? SISO : ALAMOUTI,
PHY_vars_UE->high_speed_flag,
PHY_vars_UE->is_secondary_ue);
if (is_phich_subframe(&PHY_vars_UE->lte_frame_parms,subframe)) {
......
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