aboutsummaryrefslogtreecommitdiffstats
path: root/include/mtp_data.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-05-08 10:29:23 +0200
committerHarald Welte <laforge@gnumonks.org>2011-05-08 10:29:23 +0200
commitff397edf385cc055fe1665780c3a5395ee9d48be (patch)
treede96bb4800ebc23171d48d25e2b8a1a8c662f188 /include/mtp_data.h
parentedfadaeb3d73147a409f0f45afc48f7dc2207853 (diff)
Adopt to recent libosmocore namespace changes and libosmogsm
Diffstat (limited to 'include/mtp_data.h')
-rw-r--r--include/mtp_data.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/mtp_data.h b/include/mtp_data.h
index a8f9463..bb6805b 100644
--- a/include/mtp_data.h
+++ b/include/mtp_data.h
@@ -20,9 +20,9 @@
#ifndef mtp_data_h
#define mtp_data_h
-#include <osmocore/msgb.h>
-#include <osmocore/timer.h>
-#include <osmocore/utils.h>
+#include <osmocom/core/msgb.h>
+#include <osmocom/core/timer.h>
+#include <osmocom/core/utils.h>
struct bsc_data;
struct mtp_link;
@@ -86,8 +86,8 @@ struct mtp_link_set {
/* statistics for routing */
int timeout_t18;
int timeout_t20;
- struct timer_list T18;
- struct timer_list T20;
+ struct osmo_timer_list T18;
+ struct osmo_timer_list T20;
/* custom data */
struct bsc_data *bsc;
@@ -110,7 +110,7 @@ struct mtp_link {
int available;
- struct timer_list link_activate;
+ struct osmo_timer_list link_activate;
/* link test routine */
uint8_t test_ptrn[14];
@@ -122,8 +122,8 @@ struct mtp_link {
int was_up;
int slta_misses;
- struct timer_list t1_timer;
- struct timer_list t2_timer;
+ struct osmo_timer_list t1_timer;
+ struct osmo_timer_list t2_timer;
/* statistics */
struct rate_ctr_group *ctrg;