aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-09-16work on docsAndreas Eversberg3-0/+10
2017-09-11add new libs.a to .gitignoreAndreas Eversberg1-0/+2
2017-09-11Move sms and dms code (NMT) to separate lib.aAndreas Eversberg3-19/+20
2017-09-11Move commonly used German tones (A/B/C-Netz) to separate lib.aAndreas Eversberg7-15/+14
2017-09-11Give hint to alter PKG_CONFIG_PATH, if SoapySDR or UHD was not foundAndreas Eversberg5-2/+2
2017-09-03work on docsAndreas Eversberg4-5/+57
2017-09-03R2000: Minor fix in channel descriptionAndreas Eversberg1-1/+1
2017-09-02SDR: Display spectrum graph together with channel numbers and positionAndreas Eversberg4-5/+40
2017-09-02Add implementation of analog TV signal generator (PAL so far)Andreas Eversberg22-5/+3071
Quick and dirty Howto: make && tv/osmotv --sdr-soapy --sdr-tx-gain 60 -r 15000000 -c 21 tx-fubk --sdr-tune-args "OFFSET=-3000000"
2017-09-02SDR: Split SDR config from main_mobile.c to sdr_config.cAndreas Eversberg19-466/+589
2017-09-01JTACS: Implementation of the Japanese variant of TACSAndreas Eversberg13-5/+265
2017-09-01TACS: Fix power levelsAndreas Eversberg2-41/+19
2017-09-01SDR: Fixed stack overflow by allocating memory instead of local buffersAndreas Eversberg1-29/+88
2017-09-01C-Netz: Fixed overflow bugAndreas Eversberg1-1/+1
2017-09-01C-Netz: Work on system informations, metering and call queuesAndreas Eversberg11-167/+548
- Make system informations configurable - Simulate call mertering - Support for call queues on busy voice channels
2017-09-01Corrected print messages in wave file processing.Andreas Eversberg1-8/+8
2017-09-01Move mobile phone specific code from libcommon.a to libmobile.aAndreas Eversberg22-23/+58
2017-09-01Move German tones from common code to individual implementationAndreas Eversberg12-10/+14
2017-09-01Emphasis: Add filter to prevent emphasis above 4000 HzAndreas Eversberg4-6/+8
Remove obsolete filter from fsk.c.
2017-09-01SDR: Turn TX power off if requested by networkAndreas Eversberg17-116/+221
The power level is ramped smoothly within 1 ms up or down. R2000, AMPS and C-Netz turn off power when voice channel is not i use. C-Netz turns off power between OgK timeslots.
2017-09-01Radiocom 2000: Use high-pass filter to remove supervisory signalAndreas Eversberg2-1/+12
2017-09-01B-Netz: Be more tollerant with quality of continuous tonesAndreas Eversberg1-1/+1
2017-09-01Fixup: SDR: Show IQ data with three colorsAndreas Eversberg1-2/+4
Use correct threshold values to display colors
2017-08-16SDR: Add option to enable TX timestamps on UHD devices (disabled by default)Andreas Eversberg6-12/+36
2017-08-16SDR: Add time consumption debug codeAndreas Eversberg1-0/+34
2017-08-16SDR: Name SDR TX and RX threadsAndreas Eversberg1-0/+10
2017-08-16B-Netz: Use standard deviation to determine if an FSK frame is valid or notAndreas Eversberg3-10/+22
2017-08-16B-Netz: Add metering pulse support (Gebuehrenimpuls)Andreas Eversberg4-18/+100
2017-08-16R2000: FixesAndreas Eversberg2-15/+22
2017-08-10SDR: Add option to swap RX and TX frequencies (for testing)Andreas Eversberg4-3/+25
2017-08-10UHD: Remove buggy sample rate checkAndreas Eversberg1-34/+0
2017-08-10work on docsAndreas Eversberg10-157/+289
2017-08-09UHD: Make frequency settings more tollerant (+-100 Hz are accepted)Andreas Eversberg1-2/+2
2017-08-09New common FSK implementation, replaces all individual implementationsAndreas Eversberg21-1117/+785
2017-08-09Implementation of "Radiocom 2000", the analog French mobile networkAndreas Eversberg20-13/+3591
2017-08-09Add incoming answer to call control, also allow to send recall toneAndreas Eversberg8-0/+45
2017-08-08work on docsAndreas Eversberg9-7/+224
2017-08-08Fixed command line option for call audio device (headset)Andreas Eversberg1-1/+1
--call-device option now works. Thanx to Fabricio pointing to this bug.
2017-08-08Fixes of checking digitsAndreas Eversberg3-17/+17
2017-08-08SDR: Show IQ data with three colors to detect input overdriveAndreas Eversberg1-4/+21
green: up to 0.45 yellow: between 0.45 and 0.9 red: above 0.9
2017-08-08Move Hagelbarger error correction code from NMT to common codeAndreas Eversberg7-14/+32
It will be used by Radiocom 2000 also. Some minor fixes and improvements apply.
2017-08-08Move FFSK modem from NMT to common code, so it can be used by other networksAndreas Eversberg11-239/+371
2017-08-08SDR: Using threads for read and write when doing resamplingAndreas Eversberg5-56/+351
2017-08-08NMT-900 System implementationAndreas Eversberg8-193/+497
NMT can now be run as 450 or 900 Network.
2017-08-08NMT: Implement Hagelbarger CodeAndreas Eversberg8-160/+239
This will correct burst errors of received messages. If the message is too corrupted, it will be ignored, because some element may not match then. The digits and line signals are checked for consistency, since they are repeated serveral times in a message.
2017-07-15Minor fix for NMT debug outputAndreas Eversberg1-2/+2
2017-07-15Minor fix for IQ data displayAndreas Eversberg1-2/+6
2017-07-15Fixing and improving SDR support (SoapySDR and UHD)Andreas Eversberg10-116/+397
- Soapy SDR now works. - Channels can be selected. - Antennas can be listed and selected. - Device args, tune args, stream args can be specified.
2017-07-15Add wave file playback to replace TX audioAndreas Eversberg19-24/+47
2017-07-15Cleanup common/Makefile.amAndreas Eversberg1-31/+30