osmo-sgsn/openbsc/src/libmsc
Pablo Neira Ayuso bf540cb7c3 src: use namespace prefix osmo_timer* for timer functions
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
2011-05-06 12:11:06 +02:00
..
Makefile.am bsc: Move transaction.c from the libbsc to the libmsc 2011-04-18 17:31:40 +02:00
auth.c src: use new library libosmogsm and new path to headers in libosmocore 2011-03-23 18:17:56 +01:00
db.c misc: Move from u_int to uint types of stdint.h 2011-04-18 17:31:39 +02:00
gsm_04_08.c src: use namespace prefix osmo_timer* for timer functions 2011-05-06 12:11:06 +02:00
gsm_04_11.c src: use namespace prefix osmo_timer* for timer functions 2011-05-06 12:11:06 +02:00
gsm_04_80.c misc: Move from u_int to uint types of stdint.h 2011-04-18 17:31:39 +02:00
gsm_subscriber.c misc: Move from u_int to uint types of stdint.h 2011-04-18 17:31:39 +02:00
mncc.c misc: Remove sys/types.h includes from the files 2011-04-18 17:31:39 +02:00
mncc_builtin.c misc: Remove sys/types.h includes from the files 2011-04-18 17:31:39 +02:00
mncc_sock.c misc: Remove sys/types.h includes from the files 2011-04-18 17:31:39 +02:00
osmo_msc.c prefix sub-directories containing libraries with 'lib' 2011-03-04 13:23:09 +01:00
rrlp.c misc: Remove sys/types.h includes from the files 2011-04-18 17:31:39 +02:00
silent_call.c misc: Move from u_int to uint types of stdint.h 2011-04-18 17:31:39 +02:00
sms_queue.c src: use namespace prefix osmo_timer* for timer functions 2011-05-06 12:11:06 +02:00
token_auth.c misc: Move from u_int to uint types of stdint.h 2011-04-18 17:31:39 +02:00
transaction.c bsc: Move transaction.c from the libbsc to the libmsc 2011-04-18 17:31:40 +02:00
ussd.c prefix sub-directories containing libraries with 'lib' 2011-03-04 13:23:09 +01:00
vty_interface_layer3.c msc: bail out if subscriber VTY command fails 2011-05-04 11:03:55 +02:00