summaryrefslogtreecommitdiffstats
path: root/src/gsm
Commit message (Expand)AuthorAgeFilesLines
* Fix erroneously AGPL licensed file in libosmocore.Harald Welte2016-12-221-4/+4
* Catch-up with git version tagsMax2016-12-211-2/+3
* gsm/oap: more robust: decode presence as clearly either 1 or 0Neels Hofmeyr2016-12-111-4/+4
* import oap message parsing / encoding from openbsc.git; AGPL->GPLHarald Welte2016-12-113-1/+188
* cosmetic: gsup comments: write 'Generic' for the G in GSUPNeels Hofmeyr2016-12-091-1/+1
* license: gsup: libosmogsm requires GPL, not AGPL; say 'sysmocom'Neels Hofmeyr2016-12-091-5/+5
* gsm0480: add gsm0480_create_ussd_notify() and *_release_complete()Neels Hofmeyr2016-12-012-0/+31
* gsm0480: code dup: introduce and use gsm0480_l3hdr_push()Neels Hofmeyr2016-12-012-13/+16
* osmo_gsup_encode(): Make coverity happy by invariant checkingHarald Welte2016-11-261-0/+1
* Extend IPA error loggingMax2016-11-161-2/+2
* gan: Mark gan_pdisc_vals[] as public / non-static symbolHarald Welte2016-11-111-1/+1
* gsm0408: Completing GSM 04.08 RR message typesPhilipp2016-10-272-0/+109
* COSMETIC: moving rr_cause_name() in gsm48.cPhilipp2016-10-271-5/+5
* utils/conv_gen.py: add EDGE MCS 1-9 definitionsVadim Yanitskiy2016-10-231-0/+15
* utils/conv_gen.py: add RACH, SCH and TCH/AHS definitionsVadim Yanitskiy2016-10-231-0/+10
* utils/conv_gen.py: generate a single fileVadim Yanitskiy2016-10-231-7/+5
* gsm/Makefile.am: use proper top_builddir/top_srcdir pathsNeels Hofmeyr2016-10-121-3/+3
* fix USSD: SS message type mask should be 0x3f, not 0xbfNeels Hofmeyr2016-10-121-1/+1
* IuPS: add GMM Service Request related constants and value_strNeels Hofmeyr2016-08-292-0/+12
* lapd_core: Fix crash in lapd_dl_flush_hist()Harald Welte2016-08-011-1/+1
* egprs: Add CPS tables from TS 04.60Tom Tsou2016-07-253-1/+109
* rsl: add rsl_act_type_name()Neels Hofmeyr2016-07-232-0/+14
* dyn TS: add definitions for dynamic TCH/F_TCH/H_PDCHNeels Hofmeyr2016-07-231-0/+1
* fix compiler warning: gsup.c: missing bracesNeels Hofmeyr2016-07-171-1/+1
* Add GEA3 & GEA4 ciphersMax2016-07-113-2/+110
* Add strings with GPRS GMM messagesMax2016-07-082-0/+25
* Add function to check GMM encryptabilityMax2016-07-072-0/+26
* Add missing osmo_c4 exportMax2016-07-071-0/+1
* lapd_dl_flush_hist(): Don't flush a non-existant historyHarald Welte2016-07-031-0/+3
* Add function to check MS GEA capabilitiesMax2016-06-292-1/+31
* Make C4 function globally availableMax2016-06-292-4/+4
* Add strings for GPRS ciphersMax2016-06-292-0/+10
* Add UMTS AKA related MM/GMM message type and IE definitionsHarald Welte2016-06-161-1/+9
* gsup.c: Fix encoding of UMTS auth vectorsHarald Welte2016-06-161-6/+22
* add rsl_or_ipac_msg_name() for both standard and ip.access msg typesNeels Hofmeyr2016-06-132-0/+12
* Add strings with PH primitive namesMax2016-05-302-0/+14
* Revert "gsm48: move to hex TMSI representation"Holger Freyther2016-05-201-1/+2
* gsm48: move to hex TMSI representationVadim Yanitskiy2016-05-201-2/+1
* Add function to make Uplink MeasurementMax2016-05-172-0/+22
* Set DTX in Cell OptionsMax2016-05-122-1/+47
* api doc: auth_core.c: add \returns, cosmeticNeels Hofmeyr2016-05-101-2/+9
* GSUP: Add support for RAND in SendAuthInfo.reqHarald Welte2016-05-061-1/+12
* GSUP: Add OSMO_GSUP_CN_DOMAIN_IE to differentiate CS and PS planeHarald Welte2016-05-061-0/+9
* import gprs_gsup_message.[ch] from openbsc as gsup.[ch]Harald Welte2016-05-063-1/+477
* tlv: Import osmo_shift_* and osmo_match_shift_* from openbscHarald Welte2016-05-052-0/+177
* import gsm_04_08_gprs.[ch] from openbsc.gitHarald Welte2016-05-053-1/+148
* auth_core: Add osmo_auth_3g_from_2g() to compute CK+IK from KcHarald Welte2016-05-052-0/+42
* conv_gen: Use python2 to execute the scriptHolger Hans Peter Freyther2016-04-291-1/+1
* Add code generator for convolutional codesMax Suraev msuraev@sysmocom.de2016-04-292-0/+20
* milenage/aes: Address undefined behavior on bitshiftHolger Hans Peter Freyther2016-04-241-1/+1