From 8a183fb4235cdd51b660380f7e05de40713bdfa8 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 22 May 2011 20:26:58 +0200 Subject: [partial] port to new libosmocore-0.3 APIs --- include/osmo-bts/abis.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/osmo-bts/abis.h') diff --git a/include/osmo-bts/abis.h b/include/osmo-bts/abis.h index 1862fd6d..a42f703f 100644 --- a/include/osmo-bts/abis.h +++ b/include/osmo-bts/abis.h @@ -1,8 +1,8 @@ #ifndef _ABIS_H #define _ABIS_H -#include -#include +#include +#include #define IPA_TCP_PORT_OML 3002 #define IPA_TCP_PORT_RSL 3003 @@ -47,8 +47,8 @@ struct ipabis_link { int state; struct osmocom_bts *bts; /* set, if OML link */ struct osmobts_trx *trx; /* set, if RSL link */ - struct bsc_fd bfd; - struct timer_list timer; + struct osmo_fd bfd; + struct osmo_timer_list timer; struct msgb *rx_msg; struct llist_head tx_queue; int ping, pong, id_resp; -- cgit v1.2.3