gtp: kill unused fields in struct pdp_ctx

This is using the sgsn_addr to know where to send the GTP packets,
I guess that was the intention of those fields.
This commit is contained in:
Pablo Neira Ayuso 2014-02-20 01:11:40 +01:00
parent c63d5c5b86
commit e29789755f
1 changed files with 0 additions and 3 deletions

3
gtp.c
View File

@ -48,9 +48,6 @@ struct pdp_ctx {
struct in_addr ip4;
} sgsn_addr;
/* user plane and control plane address of remote GSN */
struct sockaddr remote_c;
struct sockaddr remote_u;
u16 flow;
atomic_t tx_seq;