Commit 9d2a4717 authored by Elena_Lukashova's avatar Elena_Lukashova

Changing the bler computation and printouts for the rank adaptation in tm4.

Now it counts how many times the TBs were set to active.
parent 6219ddc5
No related merge requests found
......@@ -801,6 +801,6 @@ void phy_scope_UE(FD_lte_phy_scope_ue *form,
for (int j = 0; j < 7*2*frame_parms->N_RB_DL*12+4; ++j )
phy_vars_ue->pdsch_vars[subframe&0x1][eNB_id]->rxdataF_comp1[0][0][i][j]=0;
for (int m=0; m<coded_bits_per_codeword0; ++m)
for (int m=0; m<coded_bits_per_codeword1; ++m)
phy_vars_ue->pdsch_vars[subframe&0x1][eNB_id]->llr[1][m]=0;
}
This diff is collapsed.
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