summaryrefslogtreecommitdiffstats
path: root/src/gsm
Commit message (Expand)AuthorAgeFilesLines
* lapd: Check in rslms_rx_rll() if lapdm context was initialized earlierDaniel Willmann2012-12-261-2/+18
* build: Don't use the deprecated INCLUDES in the various Makefile.amSylvain Munaut2012-12-111-2/+1
* gsm: Add method to find ARFCN based on frequencySylvain Munaut2012-12-112-45/+66
* sms: Print 'network' or 'mobile' when creating the SMC/SMRHolger Hans Peter Freyther2012-12-062-3/+4
* gsm/a5: Return -ENOTSUP if the selected cipher is not supportedSylvain Munaut2012-12-061-2/+6
* lapd: Use LOGL_ERROR for messgaes that are wrong in the given contextHolger Hans Peter Freyther2012-11-261-14/+14
* misc: Use static const struct for LAPD and AbisHolger Hans Peter Freyther2012-11-222-2/+2
* sms: Mark the state dispatch table as static constHolger Hans Peter Freyther2012-11-222-4/+4
* sms: Fix typos in the comments and log messages.Holger Hans Peter Freyther2012-11-222-5/+5
* smr: Introduce an id and prefix all log messages with SMR(ID)Holger Hans Peter Freyther2012-11-221-31/+68
* smc: Introduce an id and prefix all log messages with SMC(ID)Holger Hans Peter Freyther2012-11-221-30/+60
* smc: Fix a typo in the smc codeHolger Hans Peter Freyther2012-11-141-1/+1
* smc: Print the current state of the SMSHolger Hans Peter Freyther2012-11-111-1/+3
* sms: Remove the commented out code that was the default in OpenBSCHolger Hans Peter Freyther2012-11-111-1/+0
* sms: Reduce the logging level to debugHolger Hans Peter Freyther2012-11-111-3/+3
* GSM48: Avoid unaligned access in gsm48_construct_raAndreas Eversberg2012-11-051-1/+3
* Do not use --version-script linker flag on OSXTobias Engel2012-10-271-1/+1
* gsm_utils.c: in 7bit decoding, first check if the last character was an exten...Nico Golde2012-09-211-5/+5
* gsm_utils: Fix up coding style in previous patchHarald Welte2012-09-201-2/+2
* gsm_utils.c: cleanup + do not use dynamic memory when decoding 7bit messagesNico Golde2012-09-201-14/+13
* gsm: Address compiler warning about unused variable 'z'Holger Hans Peter Freyther2012-09-111-3/+4
* libosmogsm: Back-port SMS related fixes from openbscHarald Welte2012-08-291-1/+10
* GSM 04.08: Add support for parsing CSD related bearer capabilitiesHarald Welte2012-08-241-5/+90
* gsm48_ie: annotate functions with chapter numbers from 04.08 specHarald Welte2012-08-241-29/+29
* increaes libosmocgsm LIBVERSIN due to gsm_decode_lai() changeHarald Welte2012-08-031-1/+1
* authentication: More documentationHarald Welte2012-07-181-3/+54
* TLV: add new "vTvLV" type for GANHarald Welte2012-07-142-1/+22
* gsm48_decode_lai(): return real integers for mcc/mnc, not hex!Harald Welte2012-07-131-6/+13
* add gsm48_decode_lai() to map fileHarald Welte2012-07-131-0/+1
* import gsm48_decode_lai() function from osmocom-bb/mobile sysinfo.cHarald Welte2012-07-131-0/+14
* build: use LT_INIT(pic-only) instead of forcing -fPIC.Diego Elio Pettenò2012-06-301-1/+1
* ganc: add value_strings for GAN message type and protocol discriminatorHarald Welte2012-06-243-1/+81
* LAPDm: Ensure there is no payload in DISC framesHarald Welte2012-04-261-1/+6
* doc: Fix the Doxygen section endingsSylvain Munaut2012-04-185-5/+5
* libosmogsm: Add tvlv_att_def to exported symbolsHarald Welte2012-04-051-0/+1
* misc: Fix make distcheck, add the new libosmogsm.map file to the tarballHolger Hans Peter Freyther2012-04-051-0/+2
* lapdm: fix RSL message format in RLL ERROR INDICATIONHarald Welte2012-04-051-1/+0
* libosmogsm: Introduce explicit list of exported symbolsHarald Welte2012-04-043-3/+233
* auth_milenage/osmo-auc-gen: compute OPC in case only OP is knownHarald Welte2012-03-211-2/+13
* milenage: Add function to compute OPC from OP and KHarald Welte2012-03-212-0/+17
* lapd: Remove unused variable t200_start in lapd_acknowledge.Holger Hans Peter Freyther2012-03-161-2/+1
* gsm/a5: Rewrite equation doc with proper numberingSylvain Munaut2012-03-021-4/+4
* GSM 08.08: change gsm0808_create_classmark_update() prototypeHarald Welte2012-01-261-3/+6
* GSM 08.08: Cleanup the code, remove lots of magic hard-coded numbersHarald Welte2012-01-261-116/+60
* lapdm: Make sure that the msgb_l3len(msg) == length...Holger Hans Peter Freyther2012-01-121-4/+4
* lapd: Warn if someone attempts to send an empty messageHolger Hans Peter Freyther2012-01-121-0/+7
* lapd: Mention the L3 size of the payload being sentHolger Hans Peter Freyther2012-01-121-1/+2
* libosmocore/lapd: Fixed handling of sequence errors at lapd_core.cAndreas.Eversberg2012-01-101-3/+21
* Fix generation of GPRS Routing Area in case of 3-digit MNCGus Bourg2011-12-141-1/+1
* auth_core: add missing string.h include to reduce warningsHarald Welte2011-12-071-0/+1