aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-09-10 17:02:18 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-09-10 17:02:18 +0200
commitae5ec91a4001fe329928a413109a365e32bdf575 (patch)
tree81ca3fda127b5d4a93c3356804398ebfe229d08b
parentb7a834b4cb6a0cdd53d4fb06c1981e8d2af1c949 (diff)
gprs: Remove left over for counting llc frames0.0.60.0.5
These variables were used to verify how many LLC frames were seen.
-rw-r--r--src/osmo_client_core.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/osmo_client_core.c b/src/osmo_client_core.c
index d116b1b..1db8edc 100644
--- a/src/osmo_client_core.c
+++ b/src/osmo_client_core.c
@@ -43,9 +43,6 @@
#define UDP_LEN sizeof(struct udphdr)
#define NS_LEN 1
-static int saw_llc = 0;
-static int failed_to_parse = 0;
-
static int check_gprs(const u_char *data, bpf_u_int32 len)
{
struct tlv_parsed tp;