libosmocore/src
Pablo Neira Ayuso 1b4a42c3b1 msgfile: use namespace prefix osmo_* and use more descriptive names
Summary of changes:

s/msg_entry/osmo_config_entry/g
s/msg_entries/osmo_config_list/g
s/msg_entry_parse/osmo_config_list_parse/g

minor glitch included in this patch while I was at it:

-#include "linuxlist.h"
+#include <osmocom/core/linuxlist.h>
2011-05-07 13:14:41 +02:00
..
codec codec: Add bit ordering tables from specs for HR,FR,EFR & AMR 2010-10-15 09:45:04 +02:00
gsm plugin: use namespace prefix osmo_* 2011-05-07 13:00:52 +02:00
vty select: use namespace prefix osmo_fd* and osmo_select* 2011-05-07 13:00:51 +02:00
Makefile.am core/conv: Add some generic code for convolutional coding/decoding 2011-04-26 14:40:49 +02:00
backtrace.c backtrace: use namespace prefix osmo_* 2011-05-07 13:00:52 +02:00
bits.c include: reorganize headers file to include/osmocom/[gsm|core] 2011-03-23 18:09:28 +01:00
bitvec.c bitvec: add bitvec_find_first_bit_pos() from gsm/rxlev_stat.c 2011-03-28 20:00:45 +02:00
conv.c core/conv: Only consider error for non-zero soft values 2011-04-28 22:30:30 +02:00
crc16.c crc: use namespace prefix osmo_* 2011-05-07 13:00:51 +02:00
gsmtap_util.c select: use namespace prefix osmo_fd* and osmo_select* 2011-05-07 13:00:51 +02:00
logging.c logging: make sure the output is null-terminated 2011-05-04 11:07:13 +02:00
logging_syslog.c include: reorganize headers file to include/osmocom/[gsm|core] 2011-03-23 18:09:28 +01:00
msgb.c misc: Remove the sys/types.h include from various files 2011-04-18 16:57:04 +02:00
msgfile.c msgfile: use namespace prefix osmo_* and use more descriptive names 2011-05-07 13:14:41 +02:00
panic.c backtrace: use namespace prefix osmo_* 2011-05-07 13:00:52 +02:00
plugin.c plugin: use namespace prefix osmo_* 2011-05-07 13:00:52 +02:00
process.c misc: Remove the sys/types.h include from various files 2011-04-18 16:57:04 +02:00
rate_ctr.c timer: use namespace prefix osmo_timer* 2011-05-07 13:00:51 +02:00
select.c select: use namespace prefix osmo_fd* and osmo_select* 2011-05-07 13:00:51 +02:00
signal.c signal: use namespace prefix osmo_signal* 2011-05-07 13:00:51 +02:00
statistics.c statistics: use namespace prefix osmo_counter* 2011-05-07 13:00:51 +02:00
talloc.c misc: Remove the sys/types.h include from various files 2011-04-18 16:57:04 +02:00
timer.c timer: use namespace prefix osmo_timer* 2011-05-07 13:00:51 +02:00
utils.c utils: use namespace prefix osmo_* 2011-05-07 13:00:51 +02:00
write_queue.c write-queue: use namespace prefix osmo_wqueue* 2011-05-07 13:00:51 +02:00