aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-03-21select: Externalize fd_set filling and dispatchHolger Hans Peter Freyther1-32/+51
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
2015-11-09ipa: recv is declared in different headers on BSDHolger Hans Peter Freyther1-0/+2
2015-11-09vty: Use NULL to have a null pointer instead of '\0'Holger Hans Peter Freyther1-3/+3
2016-01-22bitvec: Fix interface to consistently use unsigned intMax1-7/+7
2016-01-22bitvec: Fix unaligned memory access in osmo_revbytebits_bufMax1-2/+1
2016-01-22Fix sporadic out-of-bounds errorMax1-13/+21
2016-01-15bitvec: Add get/set byte sequencesJacob Erlbeck1-0/+75
2016-01-15gsm: Add APN conversion functionsJacob Erlbeck2-0/+77
2015-12-24Fix some recently added formats on 64bitNeels Hofmeyr1-3/+5
2015-12-23Add osmo_prim_op_names[] symbol and _SAP_SS7_BASE defineHarald Welte2-1/+11
2015-12-21msgb: Let msgb_hexdump be more tolerantJacob Erlbeck1-7/+39
2015-12-21msgb: Add msgb_resize_area and msgb_copyJacob Erlbeck1-0/+91
2015-12-21some comments / fixed typosNeels Hofmeyr1-1/+1
2015-12-19LaPDm: Refuse SUSPEND/RESUME/RECONNECT in BTS modeHarald Welte1-0/+17
2015-12-17ns: Force a defined state when sending NS RESETJacob Erlbeck1-0/+6
2015-12-17stats: Fix compiler warning about losing constHolger Hans Peter Freyther1-1/+1
2015-12-17ns/stats: Add missing osmo_stat_item_group_free to gprs_nsvc_deleteJacob Erlbeck1-0/+1
2015-12-13RSL: Add enum + TLV definitions for ip.access style embedded IEsHarald Welte2-0/+27
2015-12-08stats: Add OSMO prefix to STAT_ITEM_NOVALUE_IDJacob Erlbeck1-3/+3
2015-12-08stat: Explicitly support stat_items without unitJacob Erlbeck2-2/+15