From c00ee7399d06ecaee66795e56e546cef89768cb2 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 21 Jun 2011 12:22:49 +0200 Subject: e1input: add address as parameter to e1inp_line_update(...) This patch adds a new parameter to e1inp_line_update that allows to specific the address for A-bis over IP BSC/BTS. --- include/osmocom/abis/ipa.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/osmocom/abis/ipa.h') diff --git a/include/osmocom/abis/ipa.h b/include/osmocom/abis/ipa.h index de1d70f..83e4472 100644 --- a/include/osmocom/abis/ipa.h +++ b/include/osmocom/abis/ipa.h @@ -17,11 +17,11 @@ struct ipa_link { struct llist_head tx_queue; struct osmo_timer_list timer; enum ipa_link_state state; - struct sockaddr_in addr; + const char *addr; int (*process)(struct ipa_link *link, struct msgb *msg); }; -struct ipa_link *ipa_client_link_create(void *ctx); +struct ipa_link *ipa_client_link_create(void *ctx, const char *addr); void ipa_client_link_destroy(struct ipa_link *link); int ipa_client_link_open(struct ipa_link *link); -- cgit v1.2.3-55-g7522