aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
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-03-11Add helper function to convert numerical BSSGP PDU type to stringMax1-0/+46
2016-03-11rename osim_file_find_* to osim_file_desc_find_*Harald Welte1-3/+5
2016-03-11sim: Add osim_file_find_{fid,sfid}() functionsHarald Welte1-0/+25
2016-02-29logging: Remove unused variable after recent changesHolger Hans Peter Freyther1-1/+0
2016-02-29logging: Move the filter check up as wellHolger Hans Peter Freyther1-11/+9
2016-02-29logging: Remove some code duplicationHolger Hans Peter Freyther1-37/+37
2016-02-29log: Add log_check_level functionJacob Erlbeck1-0/+39
2016-02-29comment typoNeels Hofmeyr1-1/+1
2016-02-25vty: add ctrl section for Control interface bind addressNeels Hofmeyr2-0/+92
2016-02-25add ctrl_interface_setup_dynip() for bind addressNeels Hofmeyr1-1/+9
2016-02-25vty: add bind command for telnet vty lineNeels Hofmeyr1-0/+28
2016-02-22gb: Add bssgp_msgb_copy functionJacob Erlbeck2-0/+31
2016-02-18bitvec: Untested speculative UBAN fix for the new routineHolger Hans Peter Freyther1-1/+1
2016-02-18Add T4 bit map compression routinesMax2-1/+481
2016-02-18Expand bitvec interfaceMax1-5/+129
2016-01-30bitvec: Test and fix regression for C++->C conversionHolger Hans Peter Freyther1-9/+9
2016-01-30Add doxygen comments to clarify function useMax1-1/+14
2016-01-27bitvec: Fix build on older gccHolger Hans Peter Freyther1-1/+3
2016-01-26Add bitvec-related functions from Osmo-PCUMax1-0/+95