From 487734e6d362dc51fbb57e50ce8d06e6c3ee7a3e Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sat, 18 Aug 2012 23:52:55 +0200 Subject: channel: abis-ipa-client: add missing header file I forgot to commit this file: osmocom/netif/channel/abis_ipa_client.h --- include/osmocom/netif/channel/abis_ipa_client.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 include/osmocom/netif/channel/abis_ipa_client.h (limited to 'include') diff --git a/include/osmocom/netif/channel/abis_ipa_client.h b/include/osmocom/netif/channel/abis_ipa_client.h new file mode 100644 index 0000000..5790ecf --- /dev/null +++ b/include/osmocom/netif/channel/abis_ipa_client.h @@ -0,0 +1,13 @@ +#ifndef _OSMO_ABIS_IPA_CLIENT_H_ +#define _OSMO_ABIS_IPA_CLIENT_H_ + +struct ipaccess_unit; + +void osmo_abis_ipa_cli_set_oml_addr(struct osmo_chan *c, const char *addr); +void osmo_abis_ipa_cli_set_oml_port(struct osmo_chan *c, uint16_t port); +void osmo_abis_ipa_cli_set_rsl_addr(struct osmo_chan *c, const char *addr); +void osmo_abis_ipa_cli_set_rsl_port(struct osmo_chan *c, uint16_t port); +void osmo_abis_ipa_cli_set_unit(struct osmo_chan *c, struct ipaccess_unit *unit); +void osmo_abis_ipa_cli_set_cb_signalmsg(struct osmo_chan *c, void (*signal_msg)(struct msgb *msg, int type)); + +#endif /* _OSMO_ABIS_IPA_CLIENT_H_ */ -- cgit v1.2.3