Commit fc8dd8ba authored by Thomas Schlichter's avatar Thomas Schlichter

replace usage of get_Qm() with nr_get_Qm() in NR code

parent 225ecc50
...@@ -964,7 +964,7 @@ int nr_rx_pdsch(PHY_VARS_NR_UE *ue, ...@@ -964,7 +964,7 @@ int nr_rx_pdsch(PHY_VARS_NR_UE *ue,
break; break;
} }
if (dlsch1_harq) { if (dlsch1_harq) {
switch (get_Qm(dlsch1_harq->mcs)) { switch (nr_get_Qm(dlsch1_harq->mcs, 1)) {
case 2 : case 2 :
if (rx_type==rx_standard) { if (rx_type==rx_standard) {
nr_dlsch_qpsk_llr(frame_parms, nr_dlsch_qpsk_llr(frame_parms,
......
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