Commit a64bcb14 authored by fnabet's avatar fnabet

fix warning w/o ue-timing option

parent 04b5954f
...@@ -112,7 +112,9 @@ int rx_pdsch(PHY_VARS_UE *ue, ...@@ -112,7 +112,9 @@ int rx_pdsch(PHY_VARS_UE *ue,
int avg_0[2]; int avg_0[2];
int avg_1[2]; int avg_1[2];
#if UE_TIMING_TRACE
uint8_t slot = 0; uint8_t slot = 0;
#endif
unsigned char aatx,aarx; unsigned char aatx,aarx;
...@@ -251,10 +253,13 @@ int rx_pdsch(PHY_VARS_UE *ue, ...@@ -251,10 +253,13 @@ int rx_pdsch(PHY_VARS_UE *ue,
} }
} }
#if UE_TIMING_TRACE
if(symbol > ue->frame_parms.symbols_per_tti>>1) if(symbol > ue->frame_parms.symbols_per_tti>>1)
{ {
slot = 1; slot = 1;
} }
#endif
#ifdef DEBUG_HARQ #ifdef DEBUG_HARQ
printf("Demod dlsch0_harq->pmi_alloc %d\n", dlsch0_harq->pmi_alloc); printf("Demod dlsch0_harq->pmi_alloc %d\n", dlsch0_harq->pmi_alloc);
#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