Commit a75cfd90 authored by Cedric Roux's avatar Cedric Roux

fix: set default value of nb_rb

Not sure if necessary, but better do it.
parent b31282ae
......@@ -107,7 +107,7 @@ int rx_pdsch(PHY_VARS_UE *ue,
unsigned char aatx,aarx;
unsigned short nb_rb, round;
unsigned short nb_rb = 0, round;
int avgs, rb;
LTE_DL_UE_HARQ_t *dlsch0_harq,*dlsch1_harq = 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