Commit f94835be authored by Cedric Roux's avatar Cedric Roux

bugfix: "if_compress" parameter not taken into account

Bug reported by Bruno Mongazon from Nokia.

"Without this line, the config file parameter is not properly stored and
the FH will always work with compression."
parent 94229ca5
......@@ -1081,6 +1081,7 @@ static void get_options (int argc, char **argv) {
} else {
(eth_params+j)->rf_preference = 0;
}
(eth_params+j)->if_compress = enb_properties->properties[i]->rrh_gw_config[j].if_compress;
} else {
local_remote_radio = BBU_LOCAL_RADIO_HEAD;
}
......
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