summaryrefslogtreecommitdiff
path: root/src/lib/decoder/gsmstack.h
diff options
context:
space:
mode:
authorPiotr Krysik <perper@o2.pl>2009-06-13 12:39:25 +0200
committerPiotr Krysik <perper@o2.pl>2009-06-13 12:39:25 +0200
commit8d22cd691b045295fd2de22e37868346ab0b0c45 (patch)
tree925affe91eeddcc73aecffe2ddd009eb4ddaf441 /src/lib/decoder/gsmstack.h
parentf19e4b58d3ae359539b73612bf8509ccc9889ac2 (diff)
cch decoding works now - should be removed in the future, it shouldn't be done in receiver which works in physical layer
Diffstat (limited to 'src/lib/decoder/gsmstack.h')
-rw-r--r--src/lib/decoder/gsmstack.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/decoder/gsmstack.h b/src/lib/decoder/gsmstack.h
index 9c5730e..fb88334 100644
--- a/src/lib/decoder/gsmstack.h
+++ b/src/lib/decoder/gsmstack.h
@@ -29,8 +29,8 @@ typedef struct
int tun_fd;
unsigned char ether_addr[ETH_ALEN];
- int pcap_fd;
- int burst_pcap_fd;
+// int pcap_fd;
+// int burst_pcap_fd;
} GS_CTX;
int GS_new(GS_CTX *ctx);
personal git repositories of Harald Welte. Your mileage may vary