aboutsummaryrefslogtreecommitdiffstats
path: root/src/nmt/nmt.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-05Increase compiler warnings and fix themAndreas Eversberg1-4/+4
2024-03-30Audio rework, new jitter bufferAndreas Eversberg1-22/+0
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 Eversberg1-199/+200
2023-01-21Make libtimer to be osmo_* compatible in some placesAndreas Eversberg1-4/+4
2022-10-23DTMF: Now allows to give duration and pause for digitAndreas Eversberg1-2/+3
2022-10-23Refactoring jitter bufferAndreas Eversberg1-4/+2
2022-07-31NMT: Minor changesAndreas Eversberg1-3/+3
2022-07-23NMT: Fixes to 'additional info' and added clock (time) supportAndreas Eversberg1-2/+81
2022-06-19NMT: Show debugging for IDLE framesAndreas Eversberg1-3/+11
2021-11-07Refactoring validity check and prefix processing of dialed numberAndreas Eversberg1-7/+1
2021-10-24Refactor global variables for signal processingAndreas Eversberg1-2/+2
2021-01-03Fixed typos in cli output and source code commentsMartin Hauke1-1/+1
2020-12-29Replaced MNCC by OSMO-CCAndreas Eversberg1-14/+3
2020-10-29Add tx-gain optionAndreas Eversberg1-2/+2
2020-01-12Add clock function to call interfaceAndreas Eversberg1-0/+2
2019-08-26Allow giving alphanumeric channels (Prepare for IMTS)Andreas Eversberg1-25/+25
2019-03-09NMT: Fixed traffic area (Y1Y2) digit conversionAndreas Eversberg1-1/+1
2018-12-23minor fixes of some prints; fix NMT message counter bugAndreas Eversberg1-5/+6
2018-11-10NMT: Fix test of SMS code for different time zonesAndreas Eversberg1-1/+1
2018-02-15NMT: Fixes on channel coding/handlingAndreas Eversberg1-15/+13
2017-12-03Restructure: Move debug from common code to 'libdebug'Andreas Eversberg1-1/+1
2017-12-03Restructure: Move sample from common code to 'libsample'Andreas Eversberg1-1/+1
2017-11-25Restructure: Move mncc from common code to 'libmncc'Andreas Eversberg1-1/+1
2017-11-25Restructure: Move dtmf from common code to 'libdtmf'Andreas Eversberg1-2/+2
2017-11-13Restructure: Move timer from common code to 'libtimer'Andreas Eversberg1-1/+0
2017-11-11NMT: Fixup assign traffic channelAndreas Eversberg1-19/+25
2017-11-05NMT: Assign traffic channel for outgoing and incoming callsAndreas Eversberg1-14/+77
2017-11-05Split call control from built-in call console by using MNCC layerAndreas Eversberg1-18/+18
2017-10-22Implementation of RX level squelch (for A-Netz and B-Netz)Andreas Eversberg1-1/+1
2017-10-22NMT-900: Handle channels >= 1025 correctlyAndreas Eversberg1-2/+8
2017-10-12NMT: Removed double implementation of caller ID encodingAndreas Eversberg1-81/+1
2017-08-09New common FSK implementation, replaces all individual implementationsAndreas Eversberg1-1/+1
2017-08-09Add incoming answer to call control, also allow to send recall toneAndreas Eversberg1-0/+4
2017-08-08Fixes of checking digitsAndreas Eversberg1-1/+1
2017-08-08Move FFSK modem from NMT to common code, so it can be used by other networksAndreas Eversberg1-2/+2
2017-08-08NMT-900 System implementationAndreas Eversberg1-42/+99
2017-08-08NMT: Implement Hagelbarger CodeAndreas Eversberg1-7/+84
2017-07-15Add wave file playback to replace TX audioAndreas Eversberg1-2/+2
2017-07-15NMT: Fixed "use after free" bugAndreas Eversberg1-3/+6
2017-06-11NMT: Disable Supervisory signal during DMS (SMS) transfer and use TimeoutAndreas Eversberg1-2/+2
2017-06-10NMT 450: Support for other European counties, like Belgium, Czech, SlovakiaAndreas Eversberg1-98/+27
2017-06-10NMT: Allow NULL (B'0000') to be used as country selector in traffic areaAndreas Eversberg1-0/+2
2017-06-10Status displayAndreas Eversberg1-4/+20
2017-05-17No "sdr" audio device option required anymore (when using SDR)Andreas Eversberg1-2/+2
2017-02-18Show channel number and basic info when channel was createdAndreas Eversberg1-19/+22
2017-02-18Correcting all levels and move all remaining integer samples to sample_tAndreas Eversberg1-1/+1
2017-02-18Move samples of int16_t format to sample_t, that is of type doubleAndreas Eversberg1-2/+3
2017-02-18Neu structure for the paging process (B-Netz)Andreas Eversberg1-1/+1