aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-01-18Implementation of German "Zeitansage", spoken by Elvira BaderAndreas Eversberg10-1/+129967
2020-01-12Add option to allow early audio towards call interfaceAndreas Eversberg4-8/+16
2020-01-12Don't core dump, if measurements are not definedAndreas Eversberg1-4/+2
2020-01-12Fixed compiler error for old GCCAndreas Eversberg6-12/+10
2020-01-12Add clock function to call interfaceAndreas Eversberg15-27/+44
2020-01-04C-Netz: Added new list of base station names and IDsAndreas Eversberg2-898/+2332
2020-01-02C-Netz: --ms-power defines power level (not P-bits)Andreas Eversberg2-10/+35
2019-12-24eurosignal: Fixed and simplified notification (beep) on received IDAndreas Eversberg2-28/+14
2019-12-24MNCC: Add cause name for 'invalid callref'Andreas Eversberg1-1/+3
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 Eversberg18-16/+9507
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 Eversberg14-2/+4300
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-30MTS/IMTS: (Improved) Mobile Telephone ServiceAndreas Eversberg11-13/+2834
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 Eversberg1-4/+7
2019-08-26Allow giving alphanumeric channels (Prepare for IMTS)Andreas Eversberg34-177/+177
2019-07-15Fixed many typos in output and source code commentsMartin Hauke28-42/+42
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 Eversberg13-29/+82581
2019-03-23Fixup for fast mathmAndreas Eversberg5-5/+5