aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/netif/channel/abis_ipa_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/netif/channel/abis_ipa_client.h')
-rw-r--r--include/osmocom/netif/channel/abis_ipa_client.h13
1 files changed, 13 insertions, 0 deletions
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_ */