summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-11-13[layer23] msgb_free() must in l1ctl.c must called after reading its headerAndreas.Eversberg1-1/+1
2010-11-09add definitions for sciphone G2Harald Welte2-0/+40
2010-11-09add some header files about MTK GSM related peripheralsHarald Welte4-0/+226
2010-11-07target_dsp/calypso: Makefile reworkSylvain Munaut1-4/+12
2010-11-07target_dsp/calypso: Small updates bin2cfile.py scriptSylvain Munaut1-4/+11
2010-11-07target/fw/dsp: Implement section loading with bootloaderSylvain Munaut1-0/+35
2010-11-07target/fw/dsp: Create a common function to start running codeSylvain Munaut1-8/+10
2010-11-07layer23/mobile: Enable half_v1 supportSylvain Munaut1-1/+1
2010-11-07target/fw/l1: Fix TCH/H1 by properly loading the TCH mode during TCH_A taskSylvain Munaut1-3/+3
2010-11-07target/fw/l1: Fix TCH/H by properly scheduling the TCHD task during 'off' slotsSylvain Munaut3-0/+63
2010-11-07[layer23] Call application sends CC Capability on incoming callAndreas.Eversberg1-0/+5
2010-11-06layer23/misc: Update .gitignore for ./cell_logSteve Markgraf1-0/+1
2010-11-06layer23/mobile: Fix 'implicit declaration' warning for mncc_answer()Steve Markgraf1-0/+1
2010-10-30layer23: Use the new rach_req format in l1ctl and update l23 apps to use itAndreas.Eversberg6-16/+17
2010-10-30target/fw/layer1: Change L1CTL RACH req to properly use all slotsAndreas.Eversberg4-10/+34
2010-10-30[layer23] cell_log's scanning depth now depends on movement speedAndreas.Eversberg4-29/+51
2010-10-30[layer23] Fixed T3 value in RACH confirm messageAndreas.Eversberg1-1/+1
2010-10-27layer23/mobile: Add configuration option for automatically answering callsSteve Markgraf3-0/+31
2010-10-27layer23: typo/cosmetic fixes in cell_log.c and mnccms.cSteve Markgraf2-16/+13
2010-10-25target/fw/layer1: correctly initialize afc_retriesSteve Markgraf1-0/+1
2010-10-25target/fw/l23_api: Enable/Disable audio path appropriatelySylvain Munaut1-0/+14
2010-10-25target/fw/l23_api: Properly sync tch in DM EST REQSylvain Munaut1-2/+14
2010-10-25target/fw/layer1: Add support for the various TCH multi frame tasksSylvain Munaut3-2/+84
2010-10-25target/fw/layer1: Add initial version of TCH primitivesSylvain Munaut4-2/+605
2010-10-25target/fw/calypso: Fix dsp_load_tch_param to set fn_report for TCH/HSylvain Munaut1-3/+22
2010-10-25target/fw/layer1: Store the GSM48 constants in l1s.tch_mode instead of DSP csteSylvain Munaut1-6/+3
2010-10-25target/fw/layer1: Fix msgb leak when prim_rx is half executedSylvain Munaut1-1/+4
2010-10-25target/fw/include: Fix missing apc helper declarationSylvain Munaut1-0/+2
2010-10-25target/fw/layer1: Use common DSP API memcpy instead of repeating codeSylvain Munaut2-18/+4
2010-10-25target/fw/dsp: Add utility function to memcpy to/from the APISylvain Munaut2-0/+59
2010-10-25layer23/vty_interface: Fix typos, AMR is v3 not v1Sylvain Munaut1-2/+2
2010-10-25[layer23] Fix of LAPDm when handling "timer recovery state"Andreas.Eversberg1-6/+19
2010-10-24[layer23] Reverted commit ece1463...Andreas.Eversberg1-11/+7
2010-10-24Introducing "gsmmap" to convert SYSTEM INFORMATION log into a KML mapAndreas.Eversberg12-1/+1595
2010-10-24[layer23] Adding application to scan/receive and log SYSTEM INFORMATIONSAndreas.Eversberg4-1/+899
2010-10-24[layer23] Moving sysinfo.c and gps.c (.h) to liblayer23Andreas.Eversberg11-12/+11
2010-10-24[layer23] Fixed conditions for complete set of SYSTEM INFORMATIONAndreas.Eversberg2-21/+8
2010-10-24[layer23] Old SYSTEM INFORMATION 5 and 6 must be removed when entering DMAndreas.Eversberg1-0/+3
2010-10-24[layer23] Moving decoding of SYSTEM INFORMATION to sysinfo.cAndreas.Eversberg3-414/+564
2010-10-24[layer23] Added debugging for GPS at logging.cAndreas.Eversberg1-0/+6
2010-10-24[layer23] Fix of GPS statesAndreas.Eversberg3-1/+9
2010-10-24layer23/lapdm: Properly handle S frame with F=1 when in timer recoverySylvain Munaut1-3/+9
2010-10-24Merge commit 'dc0ebdfbdf3b1a381754c6ef4a59b0354eba7705'Sylvain Munaut23-6/+1898
2010-10-24Removed solved issues from gsm48-andreas/issues.txtAndreas.Eversberg1-78/+2
2010-10-24bitvec: Fix decoding of H / L valuesAndreas.Eversberg1-1/+1
2010-10-20[layer23] Don't request a channel, if SYSINFO 3 is not availableAndreas.Eversberg1-1/+6
2010-10-20[layer23] Fix of channel request cause "OTHER or SDCCH"Andreas.Eversberg1-1/+1
2010-10-20[layer23] Completed GPS reading processAndreas.Eversberg3-6/+87
2010-10-18msgb: Add non-inlined helper functions to ease with language bindingsHolger Hans Peter Freyther1-0/+11
2010-10-18gsm0480: Add method create own number responseHolger Hans Peter Freyther1-0/+50