Commit ebc6ff98 authored by Lionel Gauthier's avatar Lionel Gauthier

Now compile.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7149 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent a4be46ed
......@@ -90,6 +90,11 @@ void oai_nw_drv_common_class_wireless2ip(uint16_t dlen,
unsigned char protocol;
struct iphdr *network_header;
#ifdef NAS_ADDRESS_FIX
uint32_t odaddr,osaddr;
unsigned char *addr,*daddr,*saddr,*ifaddr;
uint16_t *cksum,check;
#endif // NAS_ADDRESS_FIX
#ifdef OAI_DRV_DEBUG_RECEIVE
printk("[OAI_IP_DRV][%s] begin RB %d Inst %d Length %d bytes\n",__FUNCTION__, rb_id,inst,dlen);
#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