summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-04-14host/mobile: Remove duplicate A5/1 support indication in vty 'show support'Sylvain Munaut1-1/+0
2013-04-14host/mobile: Fix comment typoSylvain Munaut1-1/+1
2013-04-13doc: Fix build readme with system-wide libosmocore detailsSylvain Munaut1-4/+12
2013-04-07fw: remove deprecated chainload appSteve Markgraf2-56/+1
2013-04-07osmocon: embed chainloaderSteve Markgraf1-44/+65
2013-03-07support.c: fix typo in commentHarald Welte1-1/+1
2013-01-13layer23: Be sure to close mncc socket on exit of mobile instanceAndreas Eversberg1-5/+5
2013-01-12layer23: Send SIM APDUs via GSMTAP, if enabledAndreas Eversberg1-1/+18
2013-01-10mobile: Fixed CLIR invokation / suppressionAndreas Eversberg1-2/+4
2013-01-08misc: Fix typosDario Lombardo2-2/+2
2013-01-08mobile: Fixed ignoring of MDL-ERROR-INDAndreas Eversberg1-0/+1
2013-01-08fix: Use only single CCCH block to determine path lossAndreas Eversberg1-0/+7
2013-01-07mobile: Allow test card to be maked as already attachedAndreas Eversberg5-16/+73
2013-01-07mobile: Improved exit of mobile process, reset phoneAndreas Eversberg3-19/+62
2013-01-05fw: pirelli_dpl10: initialize address line 22 for flash accessSteve Markgraf1-0/+6
2013-01-05fw: apps/loader: initialize framebuffer and show somethingSteve Markgraf1-0/+23
2013-01-05fw: keypad driver overhaul, support for different keymapsSteve Markgraf10-80/+90
2013-01-05fw: introduce per-board uart mappingSteve Markgraf17-65/+123
2013-01-05fw: introduce with_irq parameter for board_init()Steve Markgraf15-64/+53
2013-01-05osmocon: make romloader output much less verboseSteve Markgraf1-20/+5
2013-01-02target: Add support for IQ swap when requiredSylvain Munaut12-8/+82
2013-01-02fw: Fix link scripts to represent reality more accuratelySylvain Munaut2-17/+16
2013-01-02fw/build: Allow applications to filter environmentsSylvain Munaut3-1/+47
2013-01-02fw/build: Add ENV_ APP_ BOARD_ prefix to variables to cleanup namespaceSylvain Munaut6-49/+49
2013-01-02fw/build: Group env / boards / applicationsSylvain Munaut1-42/+66
2013-01-02fw/build: The app/board/env combo macro need to be lastSylvain Munaut1-5/+5
2013-01-02fw/build: Include app / board / env specific objs during buildSylvain Munaut1-2/+2
2013-01-02fw/build: Add a silent rule for the 'size' call as wellSylvain Munaut1-1/+2
2013-01-02mobile/gsm411: Fix printf format warningSylvain Munaut1-1/+1
2013-01-02mobile/gsm411: Adapt to new libosmocore API for SMC/SMR by adding idSylvain Munaut1-8/+8
2013-01-02build: Use the system wide libosmocore for host applicationsSylvain Munaut1-31/+9
2013-01-02host/cell_log: Prevent buffer overflow when displaying arfcn rangeSylvain Munaut1-5/+4
2013-01-02host/l23: Added custom frequecy range to cell_log.Dario Lombardo2-5/+59
2013-01-02l23 sysinfo: defer SI4 CBCH mobile allocation until SI1 is receivedAlex Badea1-0/+1
2012-12-29Fix: Check if cell is barred, before performing location updatingAndreas Eversberg1-0/+9
2012-11-22Rename various "rxlev" variable to "rxlev_dbm" and correct their signessAndreas Eversberg10-47/+47
2012-11-22fix previous commit: use dbm2rxlev()Harald Welte2-2/+2
2012-11-20Tell L1CTL_FBSB_REQ the expected received signal levelHarald Welte8-8/+13
2012-11-16Fix wrong print of scan freq when using gsm_print_arfcn twice for the same lo...Pavel Baturko1-4/+12
2012-11-15Fix: Correctly convert ARFCN to index.Joshua Lackey1-1/+4
2012-11-14Merge commit '5905d5be60249b2d9ca9abce4c801bc3bceed6d9'Sylvain Munaut16-24/+48
2012-11-14fw/comm: remove unused, outdated copy of msgb.hSteve Markgraf1-161/+0
2012-11-14smc: Fix a typo in the smc codeHolger Hans Peter Freyther1-1/+1
2012-11-11smc: Print the current state of the SMSHolger Hans Peter Freyther1-1/+3
2012-11-11sms: Remove the commented out code that was the default in OpenBSCHolger Hans Peter Freyther1-1/+0
2012-11-11sms: Reduce the logging level to debugHolger Hans Peter Freyther1-3/+3
2012-11-05GSM48: Avoid unaligned access in gsm48_construct_raAndreas Eversberg1-1/+3
2012-10-30Fix: Change T200 of LAPDm if SAPI 0 and SAPI 3 share bandwidth on SDCCHAndreas Eversberg3-0/+42
2012-10-30Fixed decoding of hexadecimal LAI componentsAndreas Eversberg6-27/+44
2012-10-27Do not use --version-script linker flag on OSXTobias Engel2-2/+2