libosmocore/src/gsm
Holger Hans Peter Freyther 9473c5d75d sms: Mark the state dispatch table as static const
GCC 4.7.2 was already smart enough to see that the table is const
so there is no change in the generated assembly code. For some reason
the dispatch is still going through one relocation.
2012-11-22 10:50:52 +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 sms: Mark the state dispatch table as static const 2012-11-22 10:50:52 +01:00
gsm0411_smr.c sms: Mark the state dispatch table as static const 2012-11-22 10:50:52 +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