aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/netif/channel/abis_ipa_server.h
blob: 6518f99ea623c4d1b4ab985c95fbba466b051f4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _ABIS_IPA_SERVER_H_
#define _ABIS_IPA_SERVER_H_

void osmo_abis_ipa_srv_set_oml_addr(struct osmo_chan *c, const char *addr);
void osmo_abis_ipa_srv_set_oml_port(struct osmo_chan *c, uint16_t port);

void osmo_abis_ipa_srv_set_rsl_addr(struct osmo_chan *c, const char *addr);
void osmo_abis_ipa_srv_set_rsl_port(struct osmo_chan *c, uint16_t port);

void osmo_abis_ipa_srv_set_cb_signalmsg(struct osmo_chan *c, void (*signal_msg)(struct msgb *msg, int type));

int osmo_abis_ipa_unit_add(struct osmo_chan *c, uint16_t site_id, uint16_t bts_id);

#endif