summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-02-03firmware/fb: Fixed color component shiftAndreas Eversberg1-1/+1
2012-02-03firmware/fb: Adding transparent background color for fontsAndreas Eversberg1-2/+4
2012-02-03[PATCH] fw/fb/ssd1783: fix the RGB332 color paletteSteve Markgraf1-10/+20
2012-02-03firmare/framebuffer: Option to center textAndreas Eversberg2-1/+39
2012-02-03firmware/framebuffer: Adding fixed with font with 8x8 pixlesAndreas Eversberg4-3/+1075
2012-02-03Calypso FB: Makefile, "dummy" driver, Hello WorldChristian Vogel3-6/+108
2012-02-03Calypso FB: C155 / SSD1783 Color SupportChristian Vogel4-0/+508
2012-02-03Calypso FB: C123 / ST7558 Black and White SupportChristian Vogel4-0/+480
2012-02-03Calypso FB: Main framebuffer header file.Christian Vogel2-0/+156
2012-02-03Calypso FB: 8 Fonts, header file and utility functions.Christian Vogel10-0/+9461
2012-02-03Removing all traces of the old display drivers.Christian Vogel11-609/+4
2012-02-02Just a quick bug fix to gsm322.c.Kurtis Heimerl1-2/+3
2012-01-29timers: comply with timer rename in libosmocoreHarald Welte5-25/+24
2012-01-28layer1: Fixed power measurement, adding ARFCN wrappingAndreas Eversberg2-3/+4
2012-01-28Hold function for power button to turn off the phoneAndreas Eversberg2-11/+17
2012-01-28Packing frequency stucture, so arrays of it require less memoryAndreas Eversberg1-1/+1
2012-01-28target/rf: Make the trf6151_set_arfcn use ARFCN_UPLINK flag to select UL/DLSylvain Munaut5-9/+15
2012-01-28firmware/layer1: Using queue to process received l23 frames in main loopAndreas Eversberg3-1/+26
2012-01-28Added callback function to forward L1CTL packets to rather than SERCOMAndreas Eversberg2-2/+11
2012-01-17host: Add support for the new gpsd APIPaul Wise1-1/+22
2012-01-10Merge commit '301f01e938e72423079afe1a1836937053481fd6'Sylvain Munaut64-132/+3812
2012-01-10libosmocore/lapd: Fixed handling of sequence errors at lapd_core.cAndreas.Eversberg1-3/+21
2012-01-10Revert "libosmocore/lapd: Fixed handling of sequence errors at lapd_core.c"Sylvain Munaut1-21/+3
2012-01-02libosmocore/lapd: Fixed handling of sequence errors at lapd_core.cAndreas Eversberg1-3/+21
2012-01-02layer23/mobile: Fixed cell re-selection after loosing signalAndreas Eversberg1-3/+4
2012-01-02layer23/mobile: Minor fix of debugging outputAndreas Eversberg1-1/+1
2012-01-02layer23/mobile: Fixed variable type, so home network is detected correctlyAndreas Eversberg2-2/+2
2012-01-02layer23/mobile: Enable SIM reader by defaultAndreas Eversberg1-2/+1
2011-12-14Fix generation of GPRS Routing Area in case of 3-digit MNCGus Bourg1-1/+1
2011-12-14host/osmocon: correct parsing of -mAlexander Huemer1-2/+3
2011-12-11layer23: Call talloc_free unconditionallyHolger Hans Peter Freyther1-5/+2
2011-12-07auth_core: add missing string.h include to reduce warningsHarald Welte1-0/+1
2011-12-07auth_core: don't use anonymous unions to make certain gcc versions happyHarald Welte2-7/+7
2011-12-07auth_milenage: we now copy RAND in auth_core, no need to do it twiceHarald Welte1-1/+0
2011-12-07auth_core: Make sure we always save the RAND in the vectorHarald Welte1-1/+8
2011-12-07auth_core: add functions for parsing algorithm namesHarald Welte1-0/+20
2011-12-07add milenage internal headers to ensure 'make dist' worksHarald Welte1-0/+5
2011-12-06Auth: Import milenage implementation from hostap (Jouni Malinen)Harald Welte14-3/+1659
2011-12-06Add a generic abstraction for GSM/3G authentication algorithmsHarald Welte3-1/+141
2011-12-06comp128: mark ki and srand as 'const' input parametersHarald Welte1-1/+1
2011-12-01increment LIBVERSION of libosmocore for new apiHarald Welte1-1/+1
2011-12-01SMS: export gsm411_bcdify() and gsm411_unbcdify() functionsHarald Welte1-20/+20
2011-11-27i2c: fix maximum address an I2C chip can assignAlan Carvalho de Assis1-1/+1
2011-11-25Removed obsolete gsm48-andreas directory from "host" treeAndreas Eversberg1-23/+0
2011-11-24libosmocore: Update LIBVERSION because of ABI chaangesSylvain Munaut1-1/+1
2011-11-24core/conv: Add utility methods to know length of coded/decoded vectorsSylvain Munaut1-0/+34
2011-11-24core/conv: Add support for other termination types (trunc & tail biting)Sylvain Munaut1-32/+94
2011-11-24core/conv: Really only consider error for non-zero soft valuesSylvain Munaut1-3/+6
2011-11-24core/conv: Minor documentation improvementsSylvain Munaut1-0/+1
2011-11-22layer23/ccch_scan: Replace fprintf() with LOGP() and print SI-idSteve Markgraf1-1/+2