/usr/include/osmocom/abis/ipaccess.h is in libosmo-abis-dev 0.3.2+20151106git86fc3c8-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | #ifndef _OSMO_ABIS_IPACCESS_H
#define _OSMO_ABIS_IPACCESS_H
#include <stdint.h>
#include <osmocom/gsm/protocol/ipaccess.h>
/* quick solution to get openBSC's ipaccess tools working. */
extern int ipaccess_fd_cb(struct osmo_fd *bfd, unsigned int what);
#endif /* _OSMO_ABIS_IPACCESS_H */
|