aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-30Export names for gsm_chan_t and gsm48_chan_modeMax2-1/+27
2016-03-17Rename struct to better match libosmocore conventionsMax1-3/+3
2016-03-17Revert "gsm48: move to hex TMSI representation"Harald Welte1-1/+1
2016-03-17gsm48: move to hex TMSI representationVadim Yanitskiy1-1/+1
2016-03-17Add basic EARFCN supportMax2-0/+54
2016-03-15gsm48: factor out MCC+MNC BCD parsing for re-use in UMTSNeels Hofmeyr2-21/+36
2016-03-1504.08: add inline funcs for pdisc + msg type bitmasksNeels Hofmeyr1-2/+2
2016-02-29comment typoNeels Hofmeyr1-1/+1
2015-11-09ipa: recv is declared in different headers on BSDHolger Hans Peter Freyther1-0/+2
2016-01-22Fix sporadic out-of-bounds errorMax1-13/+21
2016-01-15gsm: Add APN conversion functionsJacob Erlbeck2-0/+77
2015-12-21some comments / fixed typosNeels Hofmeyr1-1/+1
2015-12-19LaPDm: Refuse SUSPEND/RESUME/RECONNECT in BTS modeHarald Welte1-0/+17
2015-12-13RSL: Add enum + TLV definitions for ip.access style embedded IEsHarald Welte2-0/+27
2015-12-05remove our internal copy of talloc, use system libtallocHarald Welte1-2/+2
2015-11-02fix some typosNeels Hofmeyr1-2/+2
2015-09-16build: have a disable-static build succeedJan Engelhardt1-2/+6
2015-08-18Introduce gsm48_mi_type_name() functionHarald Welte2-0/+15
2015-08-18Add G-RNTI derived TLLI types defined in 23.003Harald Welte1-1/+5
2015-06-04ipa: Add libosmogsm.map entry for ipa_ccm_idtag_parse_offJacob Erlbeck1-0/+1
2015-06-02ipa: Properly parse LV stream of a ID_GET requestHolger Hans Peter Freyther1-3/+13
2015-05-25Add APN utility function to libosmogsmHarald Welte3-1/+42
2015-04-10msgb: Check the return value of msgb_alloc (Coverity)Jacob Erlbeck1-0/+3
2015-03-28gsm: Add A5/3-4 cipher supportMax1-3/+68
2015-03-18gsm0808: Remove duplicate initializationHolger Hans Peter Freyther1-1/+0
2015-01-01Supplementary Services (de)activation, interrogation addedTobias Engel2-25/+102