Commit dfad6a91 authored by Florian Kaltenberger's avatar Florian Kaltenberger Committed by Raymond Knopp

removing duplicate and erroneous malloc

parent aeffe090
......@@ -2731,11 +2731,6 @@ void init_RU(char *rf_config_file,
else
ru->generate_dmrs_sync = 0;
if (ru->generate_dmrs_sync == 1) {
generate_ul_ref_sigs();
ru->dmrssync = (int16_t *)malloc16_clear(ru->frame_parms->ofdm_symbol_size*2*sizeof(int16_t));
}
ru->wakeup_L1_sleeptime = 2000;
ru->wakeup_L1_sleep_cnt_max = 3;
......
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