blob: e1b587e7105e151d3a53f8495e1ec945663a66c0 [file] [log] [blame]
#ifndef _LAPD_PCAP_H_
#define _LAPD_PCAP_H_
#define OSMO_LAPD_PCAP_INPUT 0
#define OSMO_LAPD_PCAP_OUTPUT 1
int osmo_pcap_lapd_open(char *filename, mode_t mode);
int osmo_pcap_lapd_set_fd(int fd);
int osmo_pcap_lapd_write(int fd, int direction, struct msgb *msg);
int osmo_pcap_lapd_close(int fd);
#endif