summaryrefslogtreecommitdiffstats
path: root/src/gsm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add function for appending range1024 to bitvecMax2016-04-232-1/+37
* Deprecate comp128Max2016-04-222-2/+7
* Deprecate osmo_a5_1 and osmo_a5_2Max2016-04-221-50/+58
* Improve code reuseMax2016-04-221-32/+3
* Update internal GPRS cipher APIMax2016-04-222-2/+22
* Add function to get osmo_earfcn bit sizeMax2016-04-162-0/+25
* Export names for gsm_chan_t and gsm48_chan_modeMax2016-03-302-1/+27
* Rename struct to better match libosmocore conventionsMax2016-03-171-3/+3
* Revert "gsm48: move to hex TMSI representation"Harald Welte2016-03-171-1/+1
* gsm48: move to hex TMSI representationVadim Yanitskiy2016-03-171-1/+1
* Add basic EARFCN supportMax2016-03-172-0/+54
* gsm48: factor out MCC+MNC BCD parsing for re-use in UMTSNeels Hofmeyr2016-03-152-21/+36
* 04.08: add inline funcs for pdisc + msg type bitmasksNeels Hofmeyr2016-03-151-2/+2
* comment typoNeels Hofmeyr2016-02-291-1/+1
* ipa: recv is declared in different headers on BSDHolger Hans Peter Freyther2015-11-091-0/+2
* Fix sporadic out-of-bounds errorMax2016-01-221-13/+21
* gsm: Add APN conversion functionsJacob Erlbeck2016-01-152-0/+77
* some comments / fixed typosNeels Hofmeyr2015-12-211-1/+1
* LaPDm: Refuse SUSPEND/RESUME/RECONNECT in BTS modeHarald Welte2015-12-191-0/+17
* RSL: Add enum + TLV definitions for ip.access style embedded IEsHarald Welte2015-12-132-0/+27
* remove our internal copy of talloc, use system libtallocHarald Welte2015-12-051-2/+2
* 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