Commit fd2bda19 authored by Lionel Gauthier's avatar Lionel Gauthier

Log update

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4794 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent b419eb7d
......@@ -358,8 +358,8 @@ void oai_nw_drv_common_ip2wireless(struct sk_buff *skb, int inst){
bytes_wrote = oai_nw_drv_netlink_send((char *)&pdcph,OAI_NW_DRV_PDCPH_SIZE);
#ifdef OAI_DRV_DEBUG_SEND
printk("[OAI_IP_DRV][%s] Wrote %d bytes (header for %d byte skb) to PDCP via netlink\n",__FUNCTION__,
bytes_wrote,skb->len);
printk("[OAI_IP_DRV][%s] Wrote %d bytes (header for %d byte skb) to PDCP RB %d via netlink\n",__FUNCTION__,
bytes_wrote,skb->len, pdcph.rb_id);
#endif
......
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