summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@gnumonks.org>2014-02-20 01:11:40 +0100
committerPablo Neira Ayuso <pablo@gnumonks.org>2014-02-20 01:12:03 +0100
commite29789755fa77eb13a83019084f12ee2d559c5e2 (patch)
treef361b4bd2db20b267b322db439f5cd6dfe3cee80
parentc63d5c5b86efe3883dc4bc1b43bf7dce8c2a97e7 (diff)
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.
-rw-r--r--gtp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtp.c b/gtp.c
index 4aa32ff..24c0a42 100644
--- a/gtp.c
+++ b/gtp.c
@@ -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;