Commit 1d091eff authored by roux's avatar roux

little fix


git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7641 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent f35d25bc
...@@ -1107,11 +1107,11 @@ const Enb_properties_array_t *enb_config_init(char* lib_config_file_name_pP) ...@@ -1107,11 +1107,11 @@ const Enb_properties_array_t *enb_config_init(char* lib_config_file_name_pP)
if (strcmp(phich_resource,"ONESIXTH")==0) { if (strcmp(phich_resource,"ONESIXTH")==0) {
enb_properties.properties[enb_properties_index]->phich_resource[j] = oneSixth; enb_properties.properties[enb_properties_index]->phich_resource[j] = oneSixth;
} else if (strcmp(phich_duration,"HALF")==0) { } else if (strcmp(phich_resource,"HALF")==0) {
enb_properties.properties[enb_properties_index]->phich_resource[j] = half; enb_properties.properties[enb_properties_index]->phich_resource[j] = half;
} else if (strcmp(phich_duration,"ONE")==0) { } else if (strcmp(phich_resource,"ONE")==0) {
enb_properties.properties[enb_properties_index]->phich_resource[j] = one; enb_properties.properties[enb_properties_index]->phich_resource[j] = one;
} else if (strcmp(phich_duration,"TWO")==0) { } else if (strcmp(phich_resource,"TWO")==0) {
enb_properties.properties[enb_properties_index]->phich_resource[j] = two; enb_properties.properties[enb_properties_index]->phich_resource[j] = two;
} else } else
AssertError (0, parse_errors ++, AssertError (0, parse_errors ++,
......
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