aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/bts.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/bts.h
parent430f35194d1f0ed01f53bea6a8611ca0dae30065 (diff)
[partial] port to new libosmocore-0.3 APIs
Diffstat (limited to 'include/osmo-bts/bts.h')
-rw-r--r--include/osmo-bts/bts.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/osmo-bts/bts.h b/include/osmo-bts/bts.h
index 3e37e0bf..70642207 100644
--- a/include/osmo-bts/bts.h
+++ b/include/osmo-bts/bts.h
@@ -62,7 +62,7 @@
struct osmobts_sysinfo {
uint8_t flags[BTS_SI_NUM];
uint8_t si[BTS_SI_NUM][23];
- struct timer_list timer;
+ struct osmo_timer_list timer;
};
struct osmobts_slot;
@@ -71,7 +71,6 @@ struct osmobts_slot;
struct osmobts_ms {
struct llist_head entry;
struct osmobts_trx *trx;
- struct osmocom_ms ms;
};
/* one logical channel instance */
@@ -79,7 +78,7 @@ struct osmobts_lchan {
struct osmobts_slot *slot;
uint8_t lchan_nr;
uint8_t chan_nr; /* CBITS+TN */
- struct osmol2_entity l2_entity;
+ struct lapdm_channel lapdm_channel;
struct osmobts_rtp rtp;
};