Commit 4bdf8e60 authored by WANG Tsu-Han's avatar WANG Tsu-Han

Merge branch '341-modulation-bugfix' of...

Merge branch '341-modulation-bugfix' of https://gitlab.eurecom.fr/oai/openairinterface5g into 341-modulation-bugfix

Conflicts:
	openair1/PHY/LTE_TRANSPORT/dlsch_modulation.c
parents 30cc9c1c 7fed2bec
......@@ -2535,6 +2535,7 @@ int dlsch_modulation(PHY_VARS_eNB* phy_vars_eNB,
* previous version. Some more work/validation is needed before
* we switch to the new version.
*/
//if (frame_parms->N_RB_DL==25)
//allocate_REs = allocate_REs_in_RB;
switch (mod_order1) {
......@@ -2588,9 +2589,6 @@ int dlsch_modulation(PHY_VARS_eNB* phy_vars_eNB,
skip_half = check_skiphalf(rb,subframe_offset,frame_parms,l,nsymb);
skip_dc = check_skip_dc(rb,frame_parms);
/*if(skip_half>0)
allocate_REs = allocate_REs_in_RB;
*/
if (dlsch0) {
if (dlsch0_harq->Nlayers>1) {
......
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