Commit e17afedf authored by nguyennd's avatar nguyennd

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5114 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 47da4de9
......@@ -314,8 +314,7 @@ unsigned char *packet_gen_multicast(int src, int dst, int ctime, unsigned int *
for (app=0; app<1; app++){
if ( (g_otg_multicast->idt_dist[src][dst][app]> 0) &&
((ctime - otg_multicast_info->ptime[src][dst][app]) >= otg_multicast_info->idt[src][dst][app]) &&
(g_otg_multicast->duration[src][dst][app] > ctime) ){
((ctime - otg_multicast_info->ptime[src][dst][app]) >= otg_multicast_info->idt[src][dst][app]) ){
//Duy add
LOG_I(OTG,"multicast gen: entering generating\n");
......
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