summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-04-28WIP: DEVCFG to set baud ratelaforge/burst_indHarald Welte2-0/+80
2017-01-15firmware: Introduce sercomm_change_speed() to change baudrateHarald Welte2-0/+35
2017-01-15fw/layer1: Replace multiframe scheduler for sniffing if CONFIG_BURST_IND is setHarald Welte2-2/+31
2017-01-15Introduce CONFIG_BURST_IND for burst indicationsHarald Welte2-0/+5
2017-01-15target/fw/dsp: Add & load the dsp sniffer patchSylvain Munaut2-2/+48
2017-01-15fw/l1: Add sniffing primitivesSylvain Munaut3-1/+284
2017-01-15l1ctl: Add definition for BURST INDICATION messagesSylvain Munaut2-2/+16
2017-01-15target_dsp/calypso: Add a custom DSP patch for burst sniffingSylvain Munaut3-1/+204
2017-01-15WIP: Attempt to make linker scripts compatible with binutils 2.27Harald Welte2-4/+4
2017-01-15Support Early Classmark SendingHarald Welte2-1/+7
2017-01-15Fix encoding of padding at end of CLASSMARK 3 IEHarald Welte1-2/+2
2017-01-15mobile.c: Don't register 'end' command to CONFIG_NODEHarald Welte1-1/+0
2017-01-15mobile: Finally fix copyright noticeHarald Welte1-2/+2
2017-01-15Revert "trf6151: Fix setting of uplink ARFCN"Harald Welte1-1/+1
2017-01-15define 'fprintf(stderr,' as a wrapper around printf(Harald Welte1-0/+1
2017-01-15Add an endian.h file as one step to build against later libosmocoreHarald Welte1-0/+12
2017-01-15Add libosmocore/build-target/include to include pathHarald Welte1-1/+1
2017-01-15fix various other compiler warningsHarald Welte3-5/+6
2017-01-15cfi_flash.c: Fix various format string compiler warningsHarald Welte1-6/+6
2017-01-15trf6151: Fix setting of uplink ARFCNHarald Welte1-1/+1
2017-01-15Avoid redefining __{packed,aligned,unused,section}Harald Welte1-0/+10
2016-01-20fw: fix SPCA552 write timingSteve Markgraf1-0/+1
2016-01-18host/mobile: Improved SAP interface integrationЯницкий Ва дим7-22/+104
2016-01-18mobile: Fix for "Added runtime selection of gps device"Яницкий Ва дим1-5/+4
2015-12-31modernize AM_INit_AUTOMAKEHarald Welte1-3/+2
2015-12-31autoconf: Migrate from INCLUDES to AM_CPPFLAGSHarald Welte3-3/+3
2015-12-31cleanup some compile warningsMax6-24/+17
2015-07-21layer1: fix chan_nr2mf_task_mask for TCH/H channelFelix Domke1-1/+2
2015-04-28host/mobile: Finish working support for the SAP interfaceSylvain Munaut6-53/+545
2014-09-06layer23: initialize l2h/l3h pointers in rx_l1_rach_confIgor Almeida1-0/+1
2014-06-15mobile: Use osmocom auth API instead of direct callsMax3-28/+20
2013-12-29fw: tell linker to add init_array to ctor sectionSteve Markgraf5-0/+5
2013-12-24mobile/SS: Fixed bug in parsing of known supplemenary service codesAndreas Eversberg1-5/+5
2013-09-26Fix wrong msgb_pull usageSylvain Munaut2-4/+4
2013-06-19osmocon: Improve performance by handling several serial bytes at a timeAndreas Eversberg1-8/+19
2013-05-23host/mobile: Add 'extern' qualifier to config_dir in app_mobile.hBhaskar1-1/+1
2013-05-23host/mobile: Fixup in error checking path of l23_app_initBhaskar1-3/+6
2013-05-23host/osmocon: fix some printf format specifier in handle_write_dnloadBhaskar1-1/+1
2013-05-23host/mobile: Fix trans_assign_trans_id() users error checkingSylvain Munaut2-2/+2
2013-05-23gsm48_mm.h: Added get_mm_name() to headerBhaskar1-0/+1
2013-05-23gsm48_mm.c: Bugfix: payload_len should be signed intBhaskar1-1/+1
2013-05-23osmoload: Fix fall-out from msgb_get() / msgb_pull() transitionBhaskar1-1/+1
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