aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/netif/channel/abis_ipa_client.h
blob: 5790ecf9eb09ae5feccad405b9c05ba58b0a7b1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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_ */