aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm
AgeCommit message (Expand)AuthorFilesLines
2017-10-30Move additional libraries to appropriate placeMax1-2/+2
2017-10-27Tag/Release version 0.10.00.10.0Harald Welte1-1/+1
2017-10-20Make osmo_apn_to_str() more robustMax1-0/+3
2017-10-17[doc] Properly define gsm0800 group and move all related files into itHarald Welte2-3/+4
2017-10-17[doc] Properly define 'oap' group and add introductory textHarald Welte1-2/+1
2017-10-17[doc] Define 'gsup' group with proper name, add intro textHarald Welte1-2/+1
2017-10-17[doc] make sure all SMS related code is part of the 'sms' groupHarald Welte4-7/+7
2017-10-17[doc] gea has separate group; A5 is not part of crypto but a5 groupHarald Welte2-14/+11
2017-10-10gsm: make osmo_imsi_str_valid() NULL-safeNeels Hofmeyr1-0/+2
2017-10-10Fix build on older systemsMax1-0/+3
2017-10-09auth: add OSMO_MILENAGE_IND_BITLEN_MAXNeels Hofmeyr1-1/+1
2017-10-09auth: add value_strings for osmo_sub_auth_type, comment on osmo_auth_alg_name()Neels Hofmeyr2-0/+8
2017-10-09Add function to generate random identifierMax2-0/+49
2017-10-05add osmo_imsi_str_valid() and osmo_msisdn_str_valid()Neels Hofmeyr3-1/+70
2017-09-07ipa: place comment "IPA Multiplex" on ipa allocated msgbsNeels Hofmeyr1-1/+1
2017-09-01lapd_core: Fix crash in lapd_est_req() functionIvan Kluchnikov1-0/+4
2017-08-29umts aka: add sqn_ms out-param, print SQN.MS in osmo-auc-genNeels Hofmeyr1-1/+2
2017-08-17gsm0411_utils: GSM03.40 9.2.3.11 SCTS should be localKeith1-1/+1
2017-08-16auth_milenage: Fix non-AUTS case with OPHarald Welte1-12/+24
2017-08-09Add osmo_gprs_{ul,dl}_block_size_{bits,bytes} functionsHarald Welte2-0/+96
2017-07-30RSL: Add support for RSL_CHAN_OSMO_PDCH to rsl_dec_chan_nr()Harald Welte1-0/+3
2017-07-14LC15: add NM measurement type to standard attribute listMinh-Quang Nguyen1-0/+1
2017-07-14LC15: Enable string for IPAC RSL direct retryMinh-Quang Nguyen1-0/+1
2017-07-14IPAC manufacture-defined measurement pre-processing definitionsMinh-Quang Nguyen1-0/+5
2017-07-11utils: add function gsm_fn_as_gsmtime_str()Philipp Maier2-0/+12
2017-07-10gsm_utils: Add osmo_dump_gsmtimePau Espin Pedrol2-0/+12
2017-07-07gsup: Add encoding/decoding for the pdp charging characteristicsHolger Hans Peter Freyther1-0/+20
2017-06-23abis_nm.c: Fix implicit enumeration type conversionPau Espin Pedrol1-4/+4
2017-06-23gsm0411_utils.c: Fix compilation warningsPau Espin Pedrol1-2/+2
2017-06-23Fix warnings: tolower() and similar require ucharPau Espin Pedrol1-1/+1
2017-06-23Fix compilation warnings: use correct log type for uint32_tPau Espin Pedrol1-1/+2
2017-06-23fix map entry for gsm0808_speech_codec_from_chan_typeNeels Hofmeyr1-1/+1
2017-06-23fix map entry and .h declaration for gsm0808_chan_type_to_speech_codec()Neels Hofmeyr1-1/+1
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr46-194/+193
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr26-263/+263
2017-06-23comments: gsm0808_utils: mention various 3GPP specsPhilipp Maier1-0/+5
2017-06-23gsm0808: fix length check of the element decoder functionsPhilipp Maier1-6/+6
2017-06-22gsm0808: add function gsm0808_speech_codec_from_chan_type()Philipp Maier2-0/+55
2017-06-22gsm0808: add function gsm0808_chan_type_to_speech_code()Philipp Maier2-0/+38
2017-06-22gsm0808: fix AoIP speech codec element parser/generatorPhilipp Maier1-18/+82
2017-06-13gsm/gsm48.c: drop useless assignmentVadim Yanitskiy1-1/+0
2017-06-12update/extend doxygen documentationHarald Welte30-98/+663
2017-06-12Update doxygen main page for libosmo{core,gsm,vty}Harald Welte1-0/+13
2017-06-12Add header file with definitions for GSM TS 04.14 / 3GPP TS 44.014Harald Welte3-1/+23
2017-05-24Distinguish between unsupported and invalid MCSMax1-53/+54
2017-05-17add libpseudotalloc as super-simplistic talloc replacementHarald Welte1-0/+4
2017-05-17gsm/gsm0411_smr.c: strip unused variableVadim Yanitskiy1-2/+1
2017-05-15gsm0808 + ipa: fix compilation on systems without sys/socket.hHarald Welte2-3/+15
2017-05-15use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocoreHarald Welte7-25/+22
2017-05-14Make EARFCN size calculation more robustMax2-6/+22