aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/misdn.h
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2009-03-31 12:14:16 +0000
committerHolger Freyther <zecke@selfish.org>2009-03-31 12:14:16 +0000
commit0469cf608b55003666359eeb0b9376540bcae7dd (patch)
tree45fa2a130195c5f48bc1299eee3cd1bfd65bd813 /include/openbsc/misdn.h
parent66e092bbd6fae0bdace7921af5fbd92c7562614d (diff)
[e1] Enable dumping of LAPD frames again
Kill mi_set_pcap_fd from the header, introduce e1_set_pcap_fd and call it from bsc_hack.c. Hook into abis_rsl_sendmsg and _abis_nm_sendmsg for sending and e1inp_rx_ts for reading. It compiles and should not cause a regression.
Diffstat (limited to 'include/openbsc/misdn.h')
-rw-r--r--include/openbsc/misdn.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/openbsc/misdn.h b/include/openbsc/misdn.h
index 5d9013a83..b6bd391ad 100644
--- a/include/openbsc/misdn.h
+++ b/include/openbsc/misdn.h
@@ -23,7 +23,6 @@
#include "e1_input.h"
int mi_setup(int cardnr, struct e1inp_line *line);
-void mi_set_pcap_fd(int fd);
int _abis_nm_sendmsg(struct msgb *msg);
#endif