aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-12-22osmoradio: Play audio and record wave simultaniouslyAndreas Eversberg2-19/+12
2019-12-22osmoradio: Display wave formAndreas Eversberg3-4/+31
2019-12-22osmoradio: Fix disabling of emphasisAndreas Eversberg3-16/+24
2019-12-10Add support for "Eurosignal", a classic paging serviceAndreas Eversberg21-17/+9517
2019-12-08Add power control to AM (power on/off per sample)Andreas Eversberg4-8/+10
2019-12-08Add support for AM to libmobile and libsdrAndreas Eversberg26-52/+121
2019-12-08Rename dbm0 (level) to speech (level)Andreas Eversberg16-104/+105
2019-12-04Audio level of patterns were too loud.Andreas Eversberg1-1/+1
2019-12-04Datenklo: Fix display input level and wave formAndreas Eversberg2-12/+44
2019-11-29Modem emulator for "Datenklo" with AM7910/AM7911 emulationAndreas Eversberg17-2/+4315
2019-11-29minor code cleanupAndreas Eversberg3-7/+4
2019-11-29Describe if audio device exists, but does not support both directionsAndreas Eversberg2-9/+14
2019-11-29New color for options debuggingAndreas Eversberg1-1/+1
2019-11-29Bugfix: Correct handling of n in strncat()Andreas Eversberg2-3/+3
2019-11-29FSK demodulator: Also report bits that have duration < 0.5Andreas Eversberg2-0/+14
2019-11-29Add filter switch to FSK modulatorAndreas Eversberg6-9/+32
2019-11-29Split FSK modem code into separate modulator and demodulatorAndreas Eversberg9-137/+213
2019-11-29C-Netz: Added list of base station names and IDsAndreas Eversberg11-144/+1148
2019-11-29C-Netz: Show if emergency call is madeAndreas Eversberg1-1/+4
2019-10-26C-Netz: Correctly synchronize time stamp of SpK to OgKAndreas Eversberg3-48/+53
2019-10-26C-Netz: Fixup for broken Authentication patchAndreas Eversberg1-2/+3
2019-08-30IMTS: Docs!Andreas Eversberg6-7/+773
2019-08-30MTS/IMTS: (Improved) Mobile Telephone ServiceAndreas Eversberg15-13/+2839
2019-08-26Fixed performance issue with IIR filterAndreas Eversberg2-8/+5
2019-08-26Fixed an unitialized-buffer bug.Andreas Eversberg1-0/+3
2019-08-26Fixed use-after-free bug (config file handling)Andreas Eversberg1-1/+1
2019-08-26Remove useless debug linesAndreas Eversberg5-13/+3
2019-08-26SDR: Use greater offset from center frequency, if only one channel is used.Andreas Eversberg1-2/+2
2019-08-26Move American tones into a lib, so that it can be used by IMTS alsoAndreas Eversberg2-4/+8
2019-08-26Allow giving alphanumeric channels (Prepare for IMTS)Andreas Eversberg34-177/+177
2019-08-26Osmo-TV: Add missing images from DOCSAndreas Eversberg2-0/+0
2019-07-15Fixed many typos in output and source code commentsMartin Hauke30-49/+49
2019-07-06Allow dialing national and international prefix for AMPS/TACSAndreas Eversberg1-4/+11
2019-07-05Radio: Add option to change volume of transmission/receptionAndreas Eversberg3-3/+33
2019-06-30Output ASCII art image after all init functions (inside main_mobile.c)Andreas Eversberg27-54/+20
2019-06-30C-Netz: Add authentication support (process only)Andreas Eversberg11-76/+220
2019-06-01OsmoTV: Generate correct amplitude of color signal (hopefully)Andreas Eversberg4-13/+13
2019-05-30SDR: Display DC line (center frequency) in the spectrum viewAndreas Eversberg1-0/+16
2019-05-30SDR: Move center frequenc (DC) away from channelsAndreas Eversberg1-42/+81
2019-05-30Minimum frequency must be 8000 HzAndreas Eversberg1-0/+6
2019-05-30B-Netz: Make debug text more plausibleAndreas Eversberg1-8/+8
2019-05-12OsmoTV: Added more test patterns for TV repairAndreas Eversberg15-30/+82633
2019-03-23Fixup for fast mathmAndreas Eversberg5-5/+5
2019-03-09NMT: Fixed traffic area (Y1Y2) digit conversionAndreas Eversberg5-20/+27
2019-01-02C-Netz: Add option to control voice deviationAndreas Eversberg5-9/+17
2019-01-02SDR: Move channel away from center frequency, to avoid bad RXAndreas Eversberg1-5/+37
2018-12-23minor fixes of some prints; fix NMT message counter bugAndreas Eversberg5-9/+12
2018-12-23work on docsAndreas Eversberg2-1/+42
2018-12-23B-Netz: Add base stations of the NetherlandsAndreas Eversberg1-0/+25
2018-11-10Make run faster on ARM CPUs using fast math approximationAndreas Eversberg17-193/+385