Commit bb8e616d authored by Cedric Roux's avatar Cedric Roux

- Fix pdcp_header for communication NASMESH/PDCP

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4728 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent ac48412f
......@@ -167,19 +167,19 @@ struct ipversion {
};
typedef struct pdcp_data_req_header_t {
unsigned int rb_id;
unsigned int rb_id;
unsigned int data_size;
int inst;
int inst;
int traffic_type;
} pdcp_data_req_header_t;
typedef struct pdcp_data_ind_header_t {
unsigned int rb_id;
unsigned int rb_id;
unsigned int data_size;
int inst;
int inst;
int dummy;
} pdcp_data_ind_header_t;
extern struct net_device *nasdev[NB_INSTANCES_MAX];
//extern int bytes_wrote;
//extern int bytes_read;
......
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