libosmocore/src/gsm
Holger Hans Peter Freyther 33e8a87cd7 smc: Introduce an id and prefix all log messages with SMC(ID)
When OpenBSC is handling more than one message at a time it is difficult
to see which log message belongs to which SMC. Introduce a uint64_t id
that can be set to the row_id/message_id and prefix all log messages
with SMC(ID).

This change is ABI and API incompatible with previous versions of
libosmogsm.

Example:
SMC(100) instance created
SMC(100) message MNSMS-EST-REQ received in state IDLE
2012-11-22 00:41:49 +01:00
..
milenage milenage: Add function to compute OPC from OP and K 2012-03-21 08:19:47 +01:00
Makefile.am Do not use --version-script linker flag on OSX 2012-10-27 10:03:12 +02:00
a5.c doc: Fix the Doxygen section endings 2012-04-18 21:53:23 +02:00
abis_nm.c doc: Fix the Doxygen section endings 2012-04-18 21:53:23 +02:00
auth_comp128v1.c auth_core: don't use anonymous unions to make certain gcc versions happy 2011-12-07 11:35:02 +01:00
auth_core.c authentication: More documentation 2012-07-18 19:47:56 +02:00
auth_milenage.c auth_milenage/osmo-auc-gen: compute OPC in case only OP is known 2012-03-21 09:04:14 +01:00
comp128.c comp128: mark ki and srand as 'const' input parameters 2011-12-06 21:52:09 +01:00
gan.c ganc: add value_strings for GAN message type and protocol discriminator 2012-06-24 21:52:07 +02:00
gprs_cipher_core.c gprs_cipher_core: Fix potential buffer overflows 2011-07-16 12:03:46 +02:00
gsm48.c GSM48: Avoid unaligned access in gsm48_construct_ra 2012-11-05 12:30:09 +01:00
gsm48_ie.c GSM 04.08: Add support for parsing CSD related bearer capabilities 2012-08-24 21:37:59 +02:00
gsm0411_smc.c smc: Introduce an id and prefix all log messages with SMC(ID) 2012-11-22 00:41:49 +01:00
gsm0411_smr.c sms: Reduce the logging level to debug 2012-11-11 09:35:23 +01:00
gsm0411_utils.c sms: Remove the commented out code that was the default in OpenBSC 2012-11-11 09:45:40 +01:00
gsm0480.c include: reorganize headers file to include/osmocom/[gsm|core] 2011-03-23 18:09:28 +01:00
gsm0502.c import gsm0502_calc_paging_group() from openbsc 2011-06-26 14:47:16 +02:00
gsm0808.c GSM 08.08: change gsm0808_create_classmark_update() prototype 2012-01-26 22:42:16 +01:00
gsm_utils.c gsm_utils.c: in 7bit decoding, first check if the last character was an extension character before doing anything else 2012-09-21 09:25:08 +02:00
lapd_core.c lapd: Remove unused variable t200_start in lapd_acknowledge. 2012-03-16 10:35:38 +01:00
lapdm.c LAPDm: Ensure there is no payload in DISC frames 2012-04-26 22:15:12 +02:00
libosmogsm.map TLV: add new "vTvLV" type for GAN 2012-07-14 01:50:33 +02:00
rsl.c doc: Fix the Doxygen section endings 2012-04-18 21:53:23 +02:00
rxlev_stat.c bitvec: add bitvec_find_first_bit_pos() from gsm/rxlev_stat.c 2011-03-28 20:00:45 +02:00
sysinfo.c sysinfo: add EXTENDED MEASUREMENT ORDER / MEASUREMENT INFO to SI types 2011-06-25 21:39:18 +02:00
tlv_parser.c TLV: add new "vTvLV" type for GAN 2012-07-14 01:50:33 +02:00