Commit 9f6cc620 authored by monti's avatar monti

Optimized dlsch_modulation, removed debug print in slot_fep

parent 562ce288
......@@ -2597,8 +2597,7 @@ int dlsch_modulation(PHY_VARS_eNB* phy_vars_eNB,
dlsch1->harq_processes[harq_pid]->pmi_alloc,
rb);
allocate_REs_in_RB(phy_vars_eNB,
allocate_REs(phy_vars_eNB,
txdataF,
&jj,
&jj2,
......
......@@ -21,7 +21,7 @@
#include "PHY/defs.h"
#include "defs.h"
#define DEBUG_FEP
//#define DEBUG_FEP
#define SOFFSET 0
......
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