summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fsm: Make sure we call 'onenter' of new state, not old stateHarald Welte2016-08-011-0/+1
* 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
* bitvec: Force inlining of bitvec_set_bit_pos/bitvec_set_bitHolger Hans Peter Freyther2016-07-161-2/+2
* Add GEA3 & GEA4 ciphersMax2016-07-113-2/+110
* fsm: delete the timer when changing stateHarald Welte2016-07-101-0/+3
* fsm: talloc + copy the 'id' passed into a FSMHarald Welte2016-07-101-1/+2
* fsm: call 'onenter' as last step of a state changeHarald Welte2016-07-101-3/+4
* 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
* Mark input parameter to bitvec_set_bits() as 'const'Harald Welte2016-06-271-1/+1
* fsm: Introduce default time-out handlingHarald Welte2016-06-271-8/+13
* Fix potential segfault in msg_dequeueMax2016-06-231-3/+6
* Add octet-aligned/unaligned shift functionsMax2016-06-201-0/+48
* Add Finite State Machine abstraction codeHarald Welte2016-06-162-1/+423
* 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
* vty: Fix documentation of 'show asciidoc counters' VTY commandHarald Welte2016-06-151-1/+1
* Fix retrieving rate_ctr over control interfaceMax2016-06-141-13/+7
* add vty call show asciidoc: generate a documentation for countersAlexander Couzens2016-06-142-0/+195
* add rsl_or_ipac_msg_name() for both standard and ip.access msg typesNeels Hofmeyr2016-06-132-0/+12
* add get_value_string_or_null() to handle unknown itemsNeels Hofmeyr2016-06-131-3/+18
* api doc: get_value_string(): mention composition in static bufferNeels Hofmeyr2016-06-131-0/+4
* Add functions to detect HR/FR SID framesMax2016-06-012-0/+71
* Add helper functions for AMR codecMax2016-05-312-1/+107
* Add strings with PH primitive namesMax2016-05-302-0/+14
* misc: Some spelling errors correctedRuben Undheim2016-05-252-2/+2
* Revert "gsm48: move to hex TMSI representation"Holger Freyther2016-05-201-1/+2
* Fix build for OSXArran Cudbard-Bell2016-05-201-1/+13
* 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
* Import osmo_{encode,decode}_big_endian() from openbscHarald Welte2016-05-051-0/+62
* tlv: Import osmo_shift_* and osmo_match_shift_* from openbscHarald Welte2016-05-052-0/+177
* Update doxygen annotations in libosmocoreHarald Welte2016-05-0518-47/+212
* import gsm_04_08_gprs.[ch] from openbsc.gitHarald Welte2016-05-053-1/+148
* Add log_fini() function to release all memory allocated by logging frameworkHarald Welte2016-05-051-0/+15
* auth_core: Add osmo_auth_3g_from_2g() to compute CK+IK from KcHarald Welte2016-05-052-0/+42