summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-06-18[SAP] disable sap socket if it does not exist, otherwise it interrupts normal...nion/sapNico Golde1-0/+2
2012-03-20[SAP] remove sap socket command from vty, instead rely on mobile instance con...Nico Golde4-34/+7
2011-07-14* move inital SAP connect to sim sap-socket command as otherwise all sim acti...Nico Golde1-11/+11
2011-06-30* fix immature assignment of settings before ms has been acquired (vty_interf...Nico Golde1-1/+2
2011-05-23[SAP] implement simple SAP client to be used with the SAP server in the softs...Nico Golde9-67/+570
2011-05-05target/boards: add infrastructure for loaders for Mediatek platformsWolfram Sang11-1/+1495
2011-05-05uart.h: move header out of calypso-directoryWolfram Sang11-13/+13
2011-05-05cfi_flash: delete unused definesWolfram Sang1-5/+0
2011-05-05lib: move delay.c from calypso to libWolfram Sang3-2/+2
2011-05-05comm: msgb: don't set backlight on errorWolfram Sang1-1/+0
2011-05-02[sim] Fixed path handling in sim client and mobile app.Nico Golde2-2/+2
2011-05-02linuxlist.h: silence a noisy warningWolfram Sang1-1/+1
2011-04-28target/firmware: make build less verbose like the rest of the treeWolfram Sang1-6/+17
2011-04-26src: use new libosmogsm and include/osmocom/[gsm|core] path to headersPablo Neira Ayuso89-210/+212
2011-04-26Merge commit '28dbfe9bf7a799ab1da2563fd5e007d007b54168'Pablo Neira Ayuso106-337/+1153
2011-04-24fw/calypso: Add a new driver for the buzzer controlSylvain Munaut3-1/+121
2011-04-23target: Hint configure we don't have a select.hHolger Hans Peter Freyther1-1/+1
2011-04-18misc: Remove the sys/types.h include from various filesHolger Hans Peter Freyther7-7/+0
2011-04-18stats: Fix the compiler warningsHolger Hans Peter Freyther3-4/+4
2011-04-09Add a function to search for a counter by nameDaniel Willmann2-0/+12
2011-04-09Add functions to search for rate counters by nameDaniel Willmann2-0/+36
2011-03-29logging: Add the 'all' category back to the log level commandHolger Hans Peter Freyther1-1/+1
2011-03-29vty: Fix a memory leak in the vty description commandHolger Hans Peter Freyther1-0/+2
2011-03-28utils: move OSMO_SNPRINT_RET() macro definition to osmocom/core/utils.hPablo Neira Ayuso2-18/+17
2011-03-28vty: move vty_out_rate_ctr_group prototype to osmocom/vty/misc.hPablo Neira Ayuso3-4/+11
2011-03-28write_queue: use full path of includes in osmocom/core/write_queue.hPablo Neira Ayuso1-2/+2
2011-03-28bitvec: add bitvec_find_first_bit_pos() from gsm/rxlev_stat.cPablo Neira Ayuso3-12/+16
2011-03-27core/bits: Make sbit_t a signed type (so that the math works)Sylvain Munaut1-1/+1
2011-03-23include: reorganize headers file to include/osmocom/[gsm|core]Pablo Neira Ayuso89-144/+149
2011-03-23This patch moves the GSM-specific functions to the new libraryPablo Neira Ayuso23-36/+96
2011-03-20fw/layer1: Adding TAO loop to correct TPU window offsetAndreas Eversberg8-2/+111
2011-03-19vty: integration with logging frameworkPablo Neira Ayuso4-77/+128
2011-03-19target/fw/dsp: add delay as workaround for dsp_dumpSteve Markgraf1-0/+3
2011-03-12Allow top-level Makefile to use arm-none-eabi toolchainPeter Stuge1-4/+7
2011-03-09[PATCH] Added runtime selection of gps device.Dario Lombardo6-132/+177
2011-03-05TLV: Add tv_fixed_put() and msgb_tv_fixed_put()Harald Welte1-0/+15
2011-03-03Merge branch 'master' of git.osmocom.org:libosmocoreHarald Welte1-1/+4
2011-03-02mobile: Store N.ba files in same directory as config fileHarald Welte3-7/+13
2011-03-02mobile: Use config file in ~/.osmocom/bb/mobile.cfgHarald Welte2-10/+25
2011-02-24LOGGING: Use host.app_info->name instead of FIXMEHarald Welte1-1/+4
2011-02-19rxlev_stat: Fix compiler warningHarald Welte1-1/+1
2011-02-19vty: Revert Makefile.am change for libosmocore dependencyHarald Welte1-1/+1
2011-02-18LOGGING: remove duplicated code between vty-logging and cfg-loggingHarald Welte2-123/+62
2011-02-18LOGGING: Add missing 'nat' subsystemHarald Welte1-1/+2
2011-02-18LOGGING: configure logging from the vtyHarald Welte11-27/+433
2011-02-17LOGGING: Add syslog log targetHarald Welte3-2/+77
2011-02-17LOGGING: Pass the log level down to the log target output functionHarald Welte3-7/+10
2011-02-16Added gpsd support.Dario Lombardo5-4/+182
2011-02-16Renamed gps_* functions to osmo_gps_* functions to avoid overlap with libgps ...Dario Lombardo5-24/+24
2011-02-15write_queue: Only pop the queue if it is not emptyHolger Hans Peter Freyther1-8/+10