Commit 778db34e authored by Lionel Gauthier's avatar Lionel Gauthier

Sebastian Held patches15/0036-fixed-compiler-warning.patch


git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7338 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 5f7f2cab
......@@ -3469,7 +3469,7 @@ int generate_ue_dlsch_params_from_dci(uint8_t subframe,
{
uint8_t harq_pid=0;
uint32_t rballoc=0,RIV_max;
uint32_t rballoc=0,RIV_max=0;
uint8_t frame_type=frame_parms->frame_type;
uint8_t vrb_type=0;
uint8_t mcs=0,mcs1=0,mcs2=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