summaryrefslogtreecommitdiffstats
path: root/src/gsm
Commit message (Expand)AuthorAgeFilesLines
* fix some typosNeels Hofmeyr2015-11-021-2/+2
* build: have a disable-static build succeedJan Engelhardt2015-09-161-2/+6
* Introduce gsm48_mi_type_name() functionHarald Welte2015-08-182-0/+15
* Add G-RNTI derived TLLI types defined in 23.003Harald Welte2015-08-181-1/+5
* ipa: Add libosmogsm.map entry for ipa_ccm_idtag_parse_offJacob Erlbeck2015-06-041-0/+1
* ipa: Properly parse LV stream of a ID_GET requestHolger Hans Peter Freyther2015-06-021-3/+13
* Add APN utility function to libosmogsmHarald Welte2015-05-253-1/+42
* msgb: Check the return value of msgb_alloc (Coverity)Jacob Erlbeck2015-04-101-0/+3
* gsm: Add A5/3-4 cipher supportMax2015-03-281-3/+68
* gsm0808: Remove duplicate initializationHolger Hans Peter Freyther2015-03-181-1/+0
* Supplementary Services (de)activation, interrogation addedTobias Engel2015-01-012-25/+102
* fixupHarald Welte2014-12-301-0/+4
* add gsm0341_test to generate SMSCB hex stringsHarald Welte2014-12-293-1/+59
* libosmo-gsm: Add PCHAN/LCHAN types for CBCHHarald Welte2014-12-281-0/+2
* ipa: Return -errno instead of -1 in ipa_sendJacob Erlbeck2014-12-221-1/+1
* fix libosmocore build for NuttX targetHarald Welte2014-12-041-0/+5
* Change copyright notice of ipa.c to GPLv2+Harald Welte2014-10-261-4/+4
* Change license of gsm0411_smc/smr to GPLv2+Harald Welte2014-10-263-12/+12
* build: remove unused all_includes and use AM_CPPFLAGSJan Engelhardt2014-10-031-1/+2
* misc: Look into the build directory for generated filesHolger Hans Peter Freyther2014-09-251-1/+1
* Fix copyright header in gan.cHarald Welte2014-09-111-4/+4
* add missing copyright statements to source code filesHarald Welte2014-09-111-0/+19
* prepare for 0.7.0 releaseHarald Welte2014-08-211-1/+1
* gsm0808: Fix copy and paste pointed out by clangHolger Hans Peter Freyther2014-08-211-1/+1
* ipa: use %z as format string whne printing sizeof() resultHarald Welte2014-08-211-1/+1
* ipa: fix compiler warning regarding printf (%d -> %lu)Harald Welte2014-08-211-1/+1
* ipa: rename functions for consistencyHarald Welte2014-08-203-24/+39
* import various generic IPA related functions from libosmo-abisHarald Welte2014-08-202-1/+448
* abis_nm: add abis_nm_msg_disc_names[] value_stringHarald Welte2014-08-172-0/+10
* abis_nm: introduce abis_nm_{osmo,ipa}_magic[]Harald Welte2014-08-172-0/+5
* update TS 08.08 header + TLV definitions to TS 48.008 / 11.7.0Harald Welte2014-06-211-16/+149
* gsm: Add Kasumi cipher implementationSylvain Munaut2014-06-162-1/+187
* include: Switch to #pragma once patternSylvain Munaut2014-06-164-16/+4
* gsm0411_smr: Fix the size of the arrayHolger Hans Peter Freyther2014-05-231-1/+1
* gsm0411_smr: Make the look-up table staticHolger Hans Peter Freyther2014-05-231-1/+1
* Fix introducing osmocom speficic OML attributesHarald Welte2014-05-192-0/+8
* Release: Prepare the release of 0.6.6Holger Hans Peter Freyther2014-03-311-1/+1
* sms: Add missing brackets in the relative validity time calculation.Alexander Chemeris2014-03-261-3/+3
* gsm/lapdm: Prevent LAPD tx_queue from filling up in polling modeDaniel Willmann2014-03-262-0/+27
* lapdm: Make lapdm_datalink_for_sapi publicDaniel Willmann2014-03-262-3/+4
* lapd: Improve log message and mention the SAPI the dl is onHolger Hans Peter Freyther2014-03-161-2/+2
* ladpm: Fix msgb handling and SAPI=3 establishment delayJacob Erlbeck2014-03-101-27/+14
* lapd: Use the right struct for the talloc_zero_array callHolger Hans Peter Freyther2014-02-091-2/+2
* sms: The msg_ref is passed from the outside so remove the wrong fixmeHolger Hans Peter Freyther2014-02-081-1/+1
* lapdm: Fix typo in the commentHolger Hans Peter Freyther2014-01-231-1/+1
* gsm/gsm48ie: Fix range 256 W[i] decodingJacob Erlbeck2014-01-131-4/+4
* sms: Fix gsm_7bit legacy functions return valueJacob Erlbeck2014-01-091-6/+11
* abis: Use the right return value for abis_nm_pchan4chcombHolger Hans Peter Freyther2014-01-021-1/+1
* Refactor COMP128v23 implementation and add test suitMax2013-12-072-38/+29
* implement COMP128 version 2 and 3 A3/A8 algorithmKevin Redon2013-11-033-5/+240