src: use namespace prefix osmo_timer*
authorPablo Neira Ayuso <pablo@gnumonks.org>
Sun, 15 May 2011 12:23:02 +0000 (14:23 +0200)
committerPablo Neira Ayuso <pablo@gnumonks.org>
Sun, 15 May 2011 12:39:30 +0000 (14:39 +0200)
commitd3ba2f6037dcf051a9235bca2b0145b3917300d9
tree97f9163304a026ab7690b4cd45c0cefde4efafde
parent6f9af5945e855dab4810641dc72eff6a24c30a77
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
19 files changed:
src/host/layer23/include/osmocom/bb/common/lapdm.h
src/host/layer23/include/osmocom/bb/mobile/gsm322.h
src/host/layer23/include/osmocom/bb/mobile/gsm48_mm.h
src/host/layer23/include/osmocom/bb/mobile/gsm48_rr.h
src/host/layer23/include/osmocom/bb/mobile/mncc.h
src/host/layer23/include/osmocom/bb/mobile/transaction.h
src/host/layer23/src/common/lapdm.c
src/host/layer23/src/misc/app_echo_test.c
src/host/layer23/src/misc/bcch_scan.c
src/host/layer23/src/misc/cell_log.c
src/host/layer23/src/mobile/gsm322.c
src/host/layer23/src/mobile/gsm48_cc.c
src/host/layer23/src/mobile/gsm48_mm.c
src/host/layer23/src/mobile/gsm48_rr.c
src/host/layer23/src/mobile/mnccms.c
src/host/osmocon/osmocon.c
src/host/osmocon/osmoload.c
src/target/firmware/comm/timer.c
src/target/firmware/include/comm/timer.h