From e29789755fa77eb13a83019084f12ee2d559c5e2 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 20 Feb 2014 01:11:40 +0100 Subject: [PATCH] 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. --- gtp.c | 3 --- 1 file changed, 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;