Commit 7efa1921 authored by nepes's avatar nepes

check for LTE-M PDSCH in call to pdsch_procedures() to avoid unset dlsch1 structure

parent 95a71eee
......@@ -357,7 +357,7 @@ void pdsch_procedures(PHY_VARS_eNB *eNB,
subframe,
dlsch_harq->pdsch_start,
dlsch,
dlsch1);
dlsch->ue_type==0 ? dlsch1 : (LTE_eNB_DLSCH_t *)NULL);
stop_meas(&eNB->dlsch_modulation_stats);
}
......
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