aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/abis.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-05-22 20:26:58 +0200
committerHarald Welte <laforge@gnumonks.org>2011-05-22 20:26:58 +0200
commit8a183fb4235cdd51b660380f7e05de40713bdfa8 (patch)
treeead8f542ec53421d5109c5239303bef6ce8e65d1 /include/osmo-bts/abis.h
parent430f35194d1f0ed01f53bea6a8611ca0dae30065 (diff)
[partial] port to new libosmocore-0.3 APIs
Diffstat (limited to 'include/osmo-bts/abis.h')
-rw-r--r--include/osmo-bts/abis.h8
1 files changed, 4 insertions, 4 deletions
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 <osmocore/select.h>
-#include <osmocore/timer.h>
+#include <osmocom/core/select.h>
+#include <osmocom/core/timer.h>
#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;