Commit 0984ee00 authored by ChiehChun's avatar ChiehChun

Adjust API

parent d280abce
......@@ -408,11 +408,12 @@ int schedule_DL_NB_IoT(module_id_t module_id, eNB_MAC_INST_NB_IoT *mac_inst, UE_
//toggle NDI
if(flag_retransmission==0)
{
if(TBS==26 || ping_flag ==1)
{
UE_info->oldNDI_DL=1;
}else
UE_info->oldNDI_DL=(UE_info->oldNDI_DL+1)%2;
//if (Security_flag==1)
//UE_info->oldNDI_DL=0;
//New transmission need to request data from RLC and generate new MAC PDU
UE_info->I_mcs_dl = I_mcs;
......
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