aboutsummaryrefslogtreecommitdiffstats
path: root/src/nmt
AgeCommit message (Expand)AuthorFilesLines
2024-04-05Increase compiler warnings and fix themAndreas Eversberg6-9/+10
2024-03-30Audio rework, new jitter bufferAndreas Eversberg2-23/+33
2024-02-18Add metering information from osmo-cc to B-Netz and C-NetzAndreas Eversberg1-1/+1
2024-02-18If a mobile inscribes, show station ID on the consoleAndreas Eversberg1-0/+2
2024-02-18Move from local to external osmo* librariesAndreas Eversberg10-350/+350
2023-10-08[NMT] fix UA UMC country codeVasyl Samoilov1-1/+1
2023-03-18Generate compador table only once when the application startsAndreas Eversberg1-1/+3
2023-01-21Add libselect to use select instead of polling all file descriptorsAndreas Eversberg1-0/+1
2023-01-21Make libtimer to be osmo_* compatible in some placesAndreas Eversberg3-10/+10
2022-12-16FSK modulator improvementsAndreas Eversberg1-1/+1
2022-10-23DTMF: Now allows to give duration and pause for digitAndreas Eversberg2-8/+13
2022-10-23Refactoring jitter bufferAndreas Eversberg2-6/+6
2022-07-31NMT: Minor changesAndreas Eversberg3-9/+40
2022-07-23NMT: Fixes to 'additional info' and added clock (time) supportAndreas Eversberg3-4/+92
2022-06-19NMT: Show debugging for IDLE framesAndreas Eversberg2-3/+12
2021-12-08Improvement of Goertzel filter. Using Hamming window now. Add test routine.Andreas Eversberg1-6/+9
2021-11-07Refactoring validity check and prefix processing of dialed numberAndreas Eversberg2-15/+13
2021-11-07Refactoring ASCCI-Art image printingAndreas Eversberg2-60/+23
2021-10-24Refactor global variables for signal processingAndreas Eversberg3-11/+11
2021-03-20Config file path can be changed by command line option "--config <path>"Andreas Eversberg1-1/+1
2021-03-07Added special strdup to liboptions, to prevent memory leaks for option stringsAndreas Eversberg1-1/+3
2021-01-03Fixed typos in cli output and source code commentsMartin Hauke5-13/+13
2020-12-29Replaced MNCC by OSMO-CCAndreas Eversberg3-16/+5
2020-12-29Add G.711 codec (alaw / ulaw conversion)Andreas Eversberg1-0/+1
2020-10-29Add tx-gain optionAndreas Eversberg3-4/+4
2020-10-29Adds country specific settings for Hungary.Csaba Sipos2-1/+9
2020-01-12Fixed compiler error for old GCCAndreas Eversberg2-3/+3
2020-01-12Add clock function to call interfaceAndreas Eversberg1-0/+2
2019-12-08Add support for AM to libmobile and libsdrAndreas Eversberg1-0/+1
2019-12-08Rename dbm0 (level) to speech (level)Andreas Eversberg1-7/+7
2019-11-29Add filter switch to FSK modulatorAndreas Eversberg1-1/+1
2019-11-29Split FSK modem code into separate modulator and demodulatorAndreas Eversberg2-7/+13
2019-08-26Remove useless debug linesAndreas Eversberg1-4/+1
2019-08-26Allow giving alphanumeric channels (Prepare for IMTS)Andreas Eversberg3-30/+30
2019-07-15Fixed many typos in output and source code commentsMartin Hauke3-4/+4
2019-06-30Output ASCII art image after all init functions (inside main_mobile.c)Andreas Eversberg3-8/+1
2019-03-09NMT: Fixed traffic area (Y1Y2) digit conversionAndreas Eversberg5-20/+27
2018-12-23minor fixes of some prints; fix NMT message counter bugAndreas Eversberg2-7/+9
2018-11-10Make run faster on ARM CPUs using fast math approximationAndreas Eversberg1-1/+5
2018-11-10NMT: Fix test of SMS code for different time zonesAndreas Eversberg3-8/+8
2018-11-02Added little INSTALL document and fixed some compiler issuesAndreas Eversberg1-1/+1
2018-10-30NMT: Fixed support for NMT-F (France; SFR)Andreas Eversberg1-18/+19
2018-10-30NMT: Fix channel encoding for interleavedAndreas Eversberg1-2/+2
2018-10-14Compandor: Remove unused option for unaffected levelAndreas Eversberg1-2/+1
2018-08-31Rework of displaying supervisory info: NMT and AMPSAndreas Eversberg2-3/+22
2018-05-21Refactoring command line option handlingAndreas Eversberg2-140/+123
2018-02-15Minor debug message correctionsAndreas Eversberg1-1/+1
2018-02-15Make sound card support (Alsa) optionalAndreas Eversberg1-2/+6
2018-02-15libdisplay: Removing dependency from libmobileAndreas Eversberg1-2/+2
2018-02-15NMT: Fixes on channel coding/handlingAndreas Eversberg5-38/+44