aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-06-14Fix retrieving rate_ctr over control interfaceMax1-13/+7
2016-06-14add vty call show asciidoc: generate a documentation for countersAlexander Couzens2-0/+195
2016-06-13add rsl_or_ipac_msg_name() for both standard and ip.access msg typesNeels Hofmeyr2-0/+12
2016-06-13add get_value_string_or_null() to handle unknown itemsNeels Hofmeyr1-3/+18
2016-06-13api doc: get_value_string(): mention composition in static bufferNeels Hofmeyr1-0/+4
2016-06-01Add functions to detect HR/FR SID framesMax2-0/+71
2016-05-31Add helper functions for AMR codecMax2-1/+107
2016-05-30Add strings with PH primitive namesMax2-0/+14
2016-05-25misc: Some spelling errors correctedRuben Undheim2-2/+2
2016-05-20Revert "gsm48: move to hex TMSI representation"Holger Freyther1-1/+2
2016-05-20Fix build for OSXArran Cudbard-Bell1-1/+13
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-05Import osmo_{encode,decode}_big_endian() from openbscHarald Welte1-0/+62
2016-05-05tlv: Import osmo_shift_* and osmo_match_shift_* from openbscHarald Welte2-0/+177
2016-05-05Update doxygen annotations in libosmocoreHarald Welte18-47/+212
2016-05-05import gsm_04_08_gprs.[ch] from openbsc.gitHarald Welte3-1/+148
2016-05-05Add log_fini() function to release all memory allocated by logging frameworkHarald Welte1-0/+15
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-24Fix unaligned access found by addr. sanitizerMax2-4/+4
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-04-16logging.c: assert category_token allocation (CID #57871)Neels Hofmeyr1-0/+1
2016-04-12Add ubit <-> sbit convertorsMax1-0/+24
2016-04-12gb: Add bssgp_pdu_str to libosmogb namespaceMax1-0/+1
2016-04-07Add missing docs for bssgp bvc reset vty commandMax1-2/+8
2016-04-05Add vty command to explicitly reset given BVCIMax1-0/+20
2016-03-31select: Externalize fd_set filling and dispatchHolger Hans Peter Freyther1-32/+51
2016-03-30Export names for gsm_chan_t and gsm48_chan_modeMax2-1/+27
2016-03-19sim: make osim_reader_ops publicHarald Welte1-7/+0
2016-03-19Add new osmo_fd_get_by_fd() functionHarald Welte1-0/+12
2016-03-17sim: add class_tables / card profilesHarald Welte2-2/+316
2016-03-17Improve BSSGP debug outputMax2-17/+17
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-17Add function to add bits from array to bitvecMax1-0/+40