Commit 2d1ff70e authored by navid's avatar navid

let non OTG packets to be directed to the IP layer

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7755 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent c2cb5678
......@@ -460,7 +460,7 @@ int otg_rx_pkt(const int dst_instanceP, const int ctime, const char * const buff
} else {
LOG_W(OTG,"RX: Not an OTG pkt, forward to upper layer (flag %x, size %d, pdcp_size %d) FIX ME \n",
otg_hdr_info_rx->flag, otg_hdr_info_rx->size, size);
return(0); //to be fixed on the real case to one
return(1); //to be fixed on the real case to one
}
}
......
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