small fix in eMBMS MAC

This commit is contained in:
yagoda 2018-07-17 09:35:00 +01:00 committed by Andre Puschmann
parent ccf58a63ce
commit a0fa2d5b01
1 changed files with 2 additions and 1 deletions

View File

@ -734,7 +734,8 @@ int mac::get_mch_sched(bool is_mcch, dl_sched_t *dl_sched_res)
dl_sched_res->sched_grants[0].data[0] = ue_db[SRSLTE_MRNTI]->generate_mch_pdu(mch, 1, mcs_data.tbs/8);
}
} else {
//TRANSMIT NOTHING
dl_sched_res->sched_grants[0].rnti = 0;
dl_sched_res->sched_grants[0].data[0] = NULL;
}
mch.current_sf_allocation_num++;
}