summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix unaligned access found by addr. sanitizerMax2016-04-242-4/+4
* 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
* logging.c: assert category_token allocation (CID #57871)Neels Hofmeyr2016-04-161-0/+1
* Add ubit <-> sbit convertorsMax2016-04-121-0/+24
* gb: Add bssgp_pdu_str to libosmogb namespaceMax2016-04-121-0/+1
* Add missing docs for bssgp bvc reset vty commandMax2016-04-071-2/+8
* Add vty command to explicitly reset given BVCIMax2016-04-051-0/+20
* select: Externalize fd_set filling and dispatchHolger Hans Peter Freyther2016-03-311-32/+51
* Export names for gsm_chan_t and gsm48_chan_modeMax2016-03-302-1/+27
* sim: make osim_reader_ops publicHarald Welte2016-03-191-7/+0
* Add new osmo_fd_get_by_fd() functionHarald Welte2016-03-191-0/+12
* sim: add class_tables / card profilesHarald Welte2016-03-172-2/+316
* Improve BSSGP debug outputMax2016-03-172-17/+17
* 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
* Add function to add bits from array to bitvecMax2016-03-171-0/+40
* 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
* Add helper function to convert numerical BSSGP PDU type to stringMax2016-03-111-0/+46
* rename osim_file_find_* to osim_file_desc_find_*Harald Welte2016-03-111-3/+5
* sim: Add osim_file_find_{fid,sfid}() functionsHarald Welte2016-03-111-0/+25
* logging: Remove unused variable after recent changesHolger Hans Peter Freyther2016-02-291-1/+0
* logging: Move the filter check up as wellHolger Hans Peter Freyther2016-02-291-11/+9
* logging: Remove some code duplicationHolger Hans Peter Freyther2016-02-291-37/+37
* log: Add log_check_level functionJacob Erlbeck2016-02-291-0/+39
* comment typoNeels Hofmeyr2016-02-291-1/+1
* vty: add ctrl section for Control interface bind addressNeels Hofmeyr2016-02-252-0/+92
* add ctrl_interface_setup_dynip() for bind addressNeels Hofmeyr2016-02-251-1/+9
* vty: add bind command for telnet vty lineNeels Hofmeyr2016-02-251-0/+28
* gb: Add bssgp_msgb_copy functionJacob Erlbeck2016-02-222-0/+31
* bitvec: Untested speculative UBAN fix for the new routineHolger Hans Peter Freyther2016-02-181-1/+1
* Add T4 bit map compression routinesMax2016-02-182-1/+481
* Expand bitvec interfaceMax2016-02-181-5/+129
* bitvec: Test and fix regression for C++->C conversionHolger Hans Peter Freyther2016-01-301-9/+9
* Add doxygen comments to clarify function useMax2016-01-301-1/+14
* bitvec: Fix build on older gccHolger Hans Peter Freyther2016-01-271-1/+3
* Add bitvec-related functions from Osmo-PCUMax2016-01-261-0/+95
* ipa: recv is declared in different headers on BSDHolger Hans Peter Freyther2015-11-091-0/+2
* vty: Use NULL to have a null pointer instead of '\0'Holger Hans Peter Freyther2015-11-091-3/+3
* bitvec: Fix interface to consistently use unsigned intMax2016-01-221-7/+7
* bitvec: Fix unaligned memory access in osmo_revbytebits_bufMax2016-01-221-2/+1