Commit 82ab88f5 authored by Cedric Roux's avatar Cedric Roux

integration fix: add missing break

This break was there and went away, for whatever reason...
parent c1d96a49
......@@ -350,6 +350,7 @@ set_ul_DAI(int module_idP, int UE_idP, int CC_idP, int frameP,
UE_list->UE_template[CC_idP][UE_idP].DAI_ul[3] = DAI;
break;
}
break;
case 2:
// if ((subframeP==3)||(subframeP==8))
......
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