Commit c1e46018 authored by Cedric Roux's avatar Cedric Roux

Merge remote-tracking branch 'origin/nokia-fixes-w08' into develop_integration_w09

parents 05f89b39 f94835be
......@@ -148,7 +148,7 @@ int trx_eth_write_raw(openair0_device *device, openair0_timestamp timestamp, voi
int sent_byte;
if (eth->compression = ALAW_COMPRESS) {
if (eth->compression == ALAW_COMPRESS) {
sent_byte = RAW_PACKET_SIZE_BYTES_ALAW(nsamps);
} else {
sent_byte = RAW_PACKET_SIZE_BYTES(nsamps);
......
......@@ -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