summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/mobile/mncc.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso2011-05-15 14:23:02 +0200
committerPablo Neira Ayuso2011-05-15 14:39:30 +0200
commitd3ba2f6037dcf051a9235bca2b0145b3917300d9 (patch)
tree97f9163304a026ab7690b4cd45c0cefde4efafde /src/host/layer23/include/osmocom/bb/mobile/mncc.h
parentMerge commit 'ba01fa44feb6deb0f0359f381eafe866991c06c1' into pablo/namespace (diff)
downloadosmocom-d3ba2f6037dcf051a9235bca2b0145b3917300d9.tar.gz
osmocom-d3ba2f6037dcf051a9235bca2b0145b3917300d9.tar.xz
osmocom-d3ba2f6037dcf051a9235bca2b0145b3917300d9.zip
src: use namespace prefix osmo_timer*
Summary of changes: s/struct timer_list/struct osmo_timer_list/g s/bsc_add_timer/osmo_timer_add/g s/bsc_schedule_timer/osmo_timer_schedule/g s/bsc_del_timer/osmo_timer_del/g s/bsc_timer_pending/osmo_timer_pending/g s/bsc_nearest_timer/osmo_timers_nearest/g s/bsc_prepare_timers/osmo_timers_prepare/g s/bsc_update_timers/osmo_timers_update/g s/bsc_timer_check/osmo_timers_check/g
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/mobile/mncc.h')
-rw-r--r--src/host/layer23/include/osmocom/bb/mobile/mncc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/include/osmocom/bb/mobile/mncc.h b/src/host/layer23/include/osmocom/bb/mobile/mncc.h
index e378ecc..a2b48cf 100644
--- a/src/host/layer23/include/osmocom/bb/mobile/mncc.h
+++ b/src/host/layer23/include/osmocom/bb/mobile/mncc.h
@@ -40,7 +40,7 @@ struct gsm_call {
uint8_t hold; /* call on hold */
uint8_t ring; /* call ringing/knocking */
- struct timer_list dtmf_timer;
+ struct osmo_timer_list dtmf_timer;
uint8_t dtmf_state;
uint8_t dtmf_index;
char dtmf[32]; /* dtmf sequence */