libosmocore/src
Harald Welte cc6313cc69 logging: fix default initialization of per-category loglevels
Before this patch, there was a bug in the code caused by a memcpy
from one data structure to another. unfortuantely the data structures
were not the same, so we have to explicitly iterate over the array
and assign the structure members manually.
2010-03-26 22:04:03 +08:00
..
Makefile.am rename 'debug' interface to 'logging' interface 2010-03-26 21:26:01 +08:00
bitvec.c mark some occasions of bitvec as 'const' as appropriate 2010-03-06 11:28:49 +01:00
comp128.c intial checkin of the libosmocore project 2010-02-20 20:34:29 +01:00
gsm48.c replace gsm48_cc_msg_names[] with gsm48_cc_msg_name() 2010-03-25 12:00:54 +08:00
gsm48_ie.c import GSM04.08 encode/decode functions and mncc.h from openbsc 2010-03-07 23:39:54 +01:00
gsm_utils.c fix compiler warnings (itsme <itsme@xs4all.nl>) 2010-03-22 08:28:44 +08:00
logging.c logging: fix default initialization of per-category loglevels 2010-03-26 22:04:03 +08:00
msgb.c msgb.c: Style cleanup in initialization 2010-02-24 22:57:46 +01:00
rsl.c replace rsl_rlm_cause_strs with rsl_rlm_cause_name() 2010-03-25 12:11:38 +08:00
rxlev_stat.c introduce RxLev statistics module, an efficient way for power scan data 2010-03-06 11:34:27 +01:00
select.c fix select.c build (config.h) 2010-02-20 22:23:08 +01:00
signal.c intial checkin of the libosmocore project 2010-02-20 20:34:29 +01:00
statistics.c intial checkin of the libosmocore project 2010-02-20 20:34:29 +01:00
talloc.c intial checkin of the libosmocore project 2010-02-20 20:34:29 +01:00
timer.c intial checkin of the libosmocore project 2010-02-20 20:34:29 +01:00
tlv_parser.c intial checkin of the libosmocore project 2010-02-20 20:34:29 +01:00
utils.c get_value_string(): return "unknown 0x..." instead of "unknown" 2010-03-25 11:46:46 +08:00
write_queue.c write_queue: Add a method to clear the queue. 2010-03-26 09:22:38 +01:00