From c12d9d97e469b7e84ba4809b7f2e9022d82fe2cd Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Wed, 15 Aug 2012 21:18:42 +0200 Subject: channel: abis-ipa: shorter function names %s/_server_/_srv_/g %s/osmo_chan_abis/osmo_abis/g %s/SERVER/SRV/g --- include/osmocom/netif/channel/abis_ipa_server.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'include/osmocom/netif/channel/abis_ipa_server.h') diff --git a/include/osmocom/netif/channel/abis_ipa_server.h b/include/osmocom/netif/channel/abis_ipa_server.h index 0338021..6518f99 100644 --- a/include/osmocom/netif/channel/abis_ipa_server.h +++ b/include/osmocom/netif/channel/abis_ipa_server.h @@ -1,14 +1,14 @@ #ifndef _ABIS_IPA_SERVER_H_ #define _ABIS_IPA_SERVER_H_ -void osmo_chan_abis_ipa_server_set_oml_addr(struct osmo_chan *c, const char *addr); -void osmo_chan_abis_ipa_server_set_oml_port(struct osmo_chan *c, uint16_t port); +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_chan_abis_ipa_server_set_rsl_addr(struct osmo_chan *c, const char *addr); -void osmo_chan_abis_ipa_server_set_rsl_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_chan_abis_ipa_server_set_cb_signalmsg(struct osmo_chan *c, void (*signal_msg)(struct msgb *msg, int type)); +void osmo_abis_ipa_srv_set_cb_signalmsg(struct osmo_chan *c, void (*signal_msg)(struct msgb *msg, int type)); -int osmo_chan_abis_ipa_unit_add(struct osmo_chan *c, uint16_t site_id, uint16_t bts_id); +int osmo_abis_ipa_unit_add(struct osmo_chan *c, uint16_t site_id, uint16_t bts_id); #endif -- cgit v1.2.3