diff --git a/openair1/PHY/LTE_TRANSPORT/dlsch_modulation.c b/openair1/PHY/LTE_TRANSPORT/dlsch_modulation.c index 456abe731575a98b05a29fe97ef9e7dc16e8b81c..ea92dbb560927b2a5ba40cae1dbf588114398a70 100644 --- a/openair1/PHY/LTE_TRANSPORT/dlsch_modulation.c +++ b/openair1/PHY/LTE_TRANSPORT/dlsch_modulation.c @@ -2419,6 +2419,11 @@ int dlsch_modulation(PHY_VARS_eNB* phy_vars_eNB, allocate_REs_in_RB_no_pilots_64QAM_siso : allocate_REs_in_RB; } + /* TODO: this is a quick hack to be removed. There is a problem + * with above code that needs to be analyzed and fixed. In the + * meantime, let's use the generic function. + */ + allocate_REs = allocate_REs_in_RB; break; }