aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm
AgeCommit message (Expand)AuthorFilesLines
2016-12-01gsm0480: add gsm0480_create_ussd_notify() and *_release_complete()Neels Hofmeyr2-0/+31
2016-12-01gsm0480: code dup: introduce and use gsm0480_l3hdr_push()Neels Hofmeyr2-13/+16
2016-11-26osmo_gsup_encode(): Make coverity happy by invariant checkingHarald Welte1-0/+1
2016-11-16Extend IPA error loggingMax1-2/+2
2016-11-11gan: Mark gan_pdisc_vals[] as public / non-static symbolHarald Welte1-1/+1
2016-10-27gsm0408: Completing GSM 04.08 RR message typesPhilipp2-0/+109
2016-10-27COSMETIC: moving rr_cause_name() in gsm48.cPhilipp1-5/+5
2016-10-23utils/conv_gen.py: add EDGE MCS 1-9 definitionsVadim Yanitskiy1-0/+15
2016-10-23utils/conv_gen.py: add RACH, SCH and TCH/AHS definitionsVadim Yanitskiy1-0/+10
2016-10-23utils/conv_gen.py: generate a single fileVadim Yanitskiy1-7/+5
2016-10-12gsm/Makefile.am: use proper top_builddir/top_srcdir pathsNeels Hofmeyr1-3/+3
2016-10-12fix USSD: SS message type mask should be 0x3f, not 0xbfNeels Hofmeyr1-1/+1
2016-08-29IuPS: add GMM Service Request related constants and value_strNeels Hofmeyr2-0/+12
2016-08-01lapd_core: Fix crash in lapd_dl_flush_hist()Harald Welte1-1/+1
2016-07-25egprs: Add CPS tables from TS 04.60Tom Tsou3-1/+109
2016-07-23rsl: add rsl_act_type_name()Neels Hofmeyr2-0/+14
2016-07-23dyn TS: add definitions for dynamic TCH/F_TCH/H_PDCHNeels Hofmeyr1-0/+1
2016-07-17fix compiler warning: gsup.c: missing bracesNeels Hofmeyr1-1/+1
2016-07-11Add GEA3 & GEA4 ciphersMax3-2/+110
2016-07-08Add strings with GPRS GMM messagesMax2-0/+25
2016-07-07Add function to check GMM encryptabilityMax2-0/+26
2016-07-07Add missing osmo_c4 exportMax1-0/+1
2016-07-03lapd_dl_flush_hist(): Don't flush a non-existant historyHarald Welte1-0/+3
2016-06-29Add function to check MS GEA capabilitiesMax2-1/+31
2016-06-29Make C4 function globally availableMax2-4/+4
2016-06-29Add strings for GPRS ciphersMax2-0/+10
2016-06-16Add UMTS AKA related MM/GMM message type and IE definitionsHarald Welte1-1/+9
2016-06-16gsup.c: Fix encoding of UMTS auth vectorsHarald Welte1-6/+22
2016-06-13add rsl_or_ipac_msg_name() for both standard and ip.access msg typesNeels Hofmeyr2-0/+12
2016-05-30Add strings with PH primitive namesMax2-0/+14
2016-05-20Revert "gsm48: move to hex TMSI representation"Holger Freyther1-1/+2
2016-05-20gsm48: move to hex TMSI representationVadim Yanitskiy1-2/+1
2016-05-17Add function to make Uplink MeasurementMax2-0/+22
2016-05-12Set DTX in Cell OptionsMax2-1/+47
2016-05-10api doc: auth_core.c: add \returns, cosmeticNeels Hofmeyr1-2/+9
2016-05-06GSUP: Add support for RAND in SendAuthInfo.reqHarald Welte1-1/+12
2016-05-06GSUP: Add OSMO_GSUP_CN_DOMAIN_IE to differentiate CS and PS planeHarald Welte1-0/+9
2016-05-06import gprs_gsup_message.[ch] from openbsc as gsup.[ch]0.9.4Harald Welte3-1/+477
2016-05-05tlv: Import osmo_shift_* and osmo_match_shift_* from openbscHarald Welte2-0/+177
2016-05-05import gsm_04_08_gprs.[ch] from openbsc.gitHarald Welte3-1/+148
2016-05-05auth_core: Add osmo_auth_3g_from_2g() to compute CK+IK from KcHarald Welte2-0/+42
2016-04-29conv_gen: Use python2 to execute the scriptHolger Hans Peter Freyther1-1/+1
2016-04-29Add code generator for convolutional codesMax Suraev msuraev@sysmocom.de2-0/+20
2016-04-24milenage/aes: Address undefined behavior on bitshiftHolger Hans Peter Freyther1-1/+1
2016-04-23Add function for appending range1024 to bitvecMax2-1/+37
2016-04-22Deprecate comp128Max2-2/+7
2016-04-22Deprecate osmo_a5_1 and osmo_a5_2Max1-50/+58
2016-04-22Improve code reuseMax1-32/+3
2016-04-22Update internal GPRS cipher APIMax2-2/+22
2016-04-16Add function to get osmo_earfcn bit sizeMax2-0/+25