aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm
AgeCommit message (Expand)AuthorFilesLines
2014-03-16sms: Fix gsm340_scts() to correctly decode absolute valid times.achemeris/sms-validityAlexander Chemeris1-6/+25
2014-03-16sms: Fix support of negative timezone offsets in gsm340_gen_scts().Alexander Chemeris1-1/+4
2014-03-16sms: Add missing brackets in the relative validity time calculation.Alexander Chemeris1-3/+3
2014-03-12sms: Proper decoding and storage of SMS validity period.Alexander Chemeris2-47/+45
2014-03-10ladpm: Fix msgb handling and SAPI=3 establishment delayJacob Erlbeck1-27/+14
2014-02-09lapd: Use the right struct for the talloc_zero_array callHolger Hans Peter Freyther1-2/+2
2014-02-08sms: The msg_ref is passed from the outside so remove the wrong fixmeHolger Hans Peter Freyther1-1/+1
2014-01-23lapdm: Fix typo in the commentHolger Hans Peter Freyther1-1/+1
2014-01-13gsm/gsm48ie: Fix range 256 W[i] decoding0.6.5Jacob Erlbeck1-4/+4
2014-01-09sms: Fix gsm_7bit legacy functions return valueJacob Erlbeck1-6/+11
2014-01-02abis: Use the right return value for abis_nm_pchan4chcombHolger Hans Peter Freyther1-1/+1
2013-12-07Refactor COMP128v23 implementation and add test suitMax2-38/+29
2013-11-03implement COMP128 version 2 and 3 A3/A8 algorithmKevin Redon3-5/+240
2013-10-15ussd: Fix text of RELEASE COMPLETEAlexander Huemer1-1/+1
2013-09-16gsm48: Added 'Network Daylight Saving Time' info elementJacob Erlbeck1-0/+1
2013-09-04sms: Implement encoding the address as alphanumeric typeHolger Hans Peter Freyther1-9/+21
2013-08-12sms: Added comment about the gsm_7bit_alphabet tableJacob Erlbeck1-2/+6
2013-08-12sms: Added result buffer size parameter to 7bit conv funsJacob Erlbeck3-59/+104
2013-08-09lapd: Remove the double NULL check idiom with msgb_freeHolger Hans Peter Freyther1-22/+13
2013-08-09gsm: The LAPDm prim/structs changed, increment current version0.6.3Holger Hans Peter Freyther1-1/+1
2013-08-08Add special 7-bit encoding and decoding functions for USSD codingAndreas Eversberg3-5/+38
2013-08-08encoding: Provide an overload for the gsm_7bit_encode and a simple testHolger Hans Peter Freyther2-2/+9
2013-07-11gsm0808.c: Add TLV definition for LAYER3_HEADER_INFORMATIONDmitri Soloviev1-0/+1
2013-07-10LAPD: Free resume/re-establishment msgb if it carries no contentAndreas Eversberg1-2/+5
2013-07-07gsm: Revert the gsm_7bit_encode changes as they are wrongHolger Hans Peter Freyther2-30/+9
2013-07-06Fix: Handle returned length by gsm_7bit_encode correctlyAndreas Eversberg1-9/+24
2013-07-06Fix encoding of last character at 7bit encoding functionAndreas Eversberg1-0/+6
2013-07-06LAPDm: Allow sending unit data on DCCHAndreas Eversberg1-10/+18
2013-07-06LAPDm: Fix re-establishment of datalinkAndreas Eversberg1-5/+14
2013-07-03gsm0408: Avoid unaligned memory access in gsm48_generate_mid_from_tmsiHolger Hans Peter Freyther1-2/+2
2013-06-29introduce gsm0808_create_reset_ack()Harald Welte1-0/+13
2013-06-18lapd_core: msgb_trim() the L2 padding from ESTABLISH.ind0.6.1Harald Welte1-2/+3
2013-06-11misc: Fix the spelling of frame in the RLM cause stringsHolger Hans Peter Freyther1-1/+1
2013-05-23gsm_utils: refer to ETSI TS 05.08 instead of TS 08.05Bhaskar1-2/+2
2013-05-08lapd: Set the tx_hist to NULL after freeing itHolger Hans Peter Freyther1-0/+1
2013-04-06Fix of potential memory leaks at lapdm.cAndreas Eversberg1-4/+17
2013-04-06Fix: LAPDm contention resoltion must acknowledge subsequent SABMAndreas Eversberg1-2/+8
2013-03-13gsm_septets2octets(): Input parameter should be constHarald Welte1-1/+2
2013-03-03cygwin: Link many libraries with -no-undefined to create a dllHolger Hans Peter Freyther1-1/+1
2013-02-15misc: Doxygen tweaks: fixed some typos and minor errorsKaterina Barone-Adesi3-4/+5
2013-02-10turn abis_nm_debugp_foh() into a macroHarald Welte1-12/+10
2012-12-26lapd: Check in rslms_rx_rll() if lapdm context was initialized earlierDaniel Willmann1-2/+18
2012-12-11build: Don't use the deprecated INCLUDES in the various Makefile.amSylvain Munaut1-2/+1
2012-12-11gsm: Add method to find ARFCN based on frequencySylvain Munaut2-45/+66
2012-12-06sms: Print 'network' or 'mobile' when creating the SMC/SMRHolger Hans Peter Freyther2-3/+4
2012-12-06gsm/a5: Return -ENOTSUP if the selected cipher is not supportedSylvain Munaut1-2/+6
2012-11-26lapd: Use LOGL_ERROR for messgaes that are wrong in the given contextHolger Hans Peter Freyther1-14/+14
2012-11-22misc: Use static const struct for LAPD and AbisHolger Hans Peter Freyther2-2/+2
2012-11-22sms: Mark the state dispatch table as static constHolger Hans Peter Freyther2-4/+4
2012-11-22sms: Fix typos in the comments and log messages.Holger Hans Peter Freyther2-5/+5