Commit 06f1d151 authored by roux's avatar roux

fix compilation error


git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7680 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent e9d75fea
...@@ -3142,6 +3142,7 @@ static void dump_sib5( SystemInformationBlockType5_t *sib5 ) ...@@ -3142,6 +3142,7 @@ static void dump_sib5( SystemInformationBlockType5_t *sib5 )
} }
} }
} }
#ifdef Rel10
if (ifcfInfo->q_QualMin_r9) if (ifcfInfo->q_QualMin_r9)
LOG_I(RRC," Q_QualMin_r9 : %d\n",*ifcfInfo->q_QualMin_r9); LOG_I(RRC," Q_QualMin_r9 : %d\n",*ifcfInfo->q_QualMin_r9);
...@@ -3149,7 +3150,7 @@ static void dump_sib5( SystemInformationBlockType5_t *sib5 ) ...@@ -3149,7 +3150,7 @@ static void dump_sib5( SystemInformationBlockType5_t *sib5 )
LOG_I(RRC," threshX_HighQ_r9 : %d\n",ifcfInfo->threshX_Q_r9->threshX_HighQ_r9); LOG_I(RRC," threshX_HighQ_r9 : %d\n",ifcfInfo->threshX_Q_r9->threshX_HighQ_r9);
LOG_I(RRC," threshX_LowQ_r9: %d\n",ifcfInfo->threshX_Q_r9->threshX_LowQ_r9); LOG_I(RRC," threshX_LowQ_r9: %d\n",ifcfInfo->threshX_Q_r9->threshX_LowQ_r9);
} }
#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