aboutsummaryrefslogtreecommitdiffstats
path: root/src/cnetz/cnetz.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-18Add metering information from osmo-cc to B-Netz and C-NetzAndreas Eversberg1-1/+1
2024-02-18Move from local to external osmo* librariesAndreas Eversberg1-4/+4
2022-07-23C-Netz: Improved RX speech quality and decoder debuggingAndreas Eversberg1-2/+2
2022-06-19C-Netz: Show debugging for IDLE (LR and LMR) framesAndreas Eversberg1-0/+2
2022-06-19C-Netz: Add capability of non-standard OgK channel(s)Andreas Eversberg1-2/+4
2021-11-07Refactoring validity check and prefix processing of dialed numberAndreas Eversberg1-0/+1
2021-10-24Refactor global variables for signal processingAndreas Eversberg1-1/+1
2021-01-03Fixed typos in cli output and source code commentsMartin Hauke1-1/+1
2020-10-29Add tx-gain optionAndreas Eversberg1-1/+1
2020-10-29C-Netz: At correct timeslot switch channel modeAndreas Eversberg1-2/+2
2020-01-12Fixed compiler error for old GCCAndreas Eversberg1-3/+4
2019-12-08Rename dbm0 (level) to speech (level)Andreas Eversberg1-1/+1
2019-11-29C-Netz: Added list of base station names and IDsAndreas Eversberg1-4/+4
2019-08-26Allow giving alphanumeric channels (Prepare for IMTS)Andreas Eversberg1-1/+1
2019-06-30C-Netz: Add authentication support (process only)Andreas Eversberg1-3/+8
2019-01-02C-Netz: Add option to control voice deviationAndreas Eversberg1-1/+1
2018-07-01C-Netz: Swtitch speech scrambler only after receiving 3 consecutive frames wi...Andreas Eversberg1-0/+1
2017-12-03Restructure: Move mobile from common code to 'libmobile'Andreas Eversberg1-1/+1
2017-11-25Restructure: Move compandor from common code to 'libcompandor'Andreas Eversberg1-1/+1
2017-11-14Restructure: Move scrambler from C-Netz code to 'libscrambler'Andreas Eversberg1-1/+1
2017-11-13Restructure: Move timer from common code to 'libtimer'Andreas Eversberg1-0/+1
2017-09-01C-Netz: Work on system informations, metering and call queuesAndreas Eversberg1-1/+5
2017-07-15Add wave file playback to replace TX audioAndreas Eversberg1-1/+1
2017-06-10AMPS/C-Netz: Correctly release pending transaction when creating a new oneAndreas Eversberg1-0/+1
2017-06-10Status displayAndreas Eversberg1-0/+1
2017-05-19C-Netz: Make demodulation algorithm (slope or leve) slectable via optionAndreas Eversberg1-1/+1
2017-05-17C-Netz: SDR now uses zero-crossing to detect level changes.Andreas Eversberg1-1/+1
2017-05-17No "sdr" audio device option required anymore (when using SDR)Andreas Eversberg1-1/+1
2017-05-15Rename filter -> iir_filter (file name and instance name)Andreas Eversberg1-1/+1
2017-02-18C-Netz: Add low pass filter to eliminate high frequency noiseAndreas Eversberg1-0/+1
2017-02-18C-Netz: Improve clock speed measurements.Andreas Eversberg1-5/+4
2017-02-18C-Netz: Make average to clock measurements for a quicker resultAndreas Eversberg1-0/+5
2017-02-18C-Netz: Remove the obviously useless noise function for unused timeslotsAndreas Eversberg1-2/+1
2017-02-18Move samples of int16_t format to sample_t, that is of type doubleAndreas Eversberg1-5/+5
2017-02-18Rework on audio interfaceAndreas Eversberg1-1/+1
2017-01-07prepare audio handling for multi carrier SDRAndreas Eversberg1-1/+1
2016-11-30C-Netz: Simplifying TX signal clock sync between two channelsAndreas Eversberg1-1/+3
2016-11-27Changed command line optionsAndreas Eversberg1-1/+1
2016-10-02C-Netz: callref is moved completely to transaction objectAndreas Eversberg1-1/+0
2016-10-02callref: Move callref from 'sender' to individual implementation of a, b, c-netzAndreas Eversberg1-0/+1
2016-08-03C-Netz: Fix release cause codingAndreas Eversberg1-2/+2
2016-08-01C-Netz: retry call setup messages up to 3 timesAndreas Eversberg1-0/+1
2016-07-24Typos: acknowledgement -> acknowledgment signalling -> signalingAndreas Eversberg1-4/+4
2016-06-20Rename 'compander' to 'compandor'Andreas Eversberg1-2/+2
2016-06-12C-Netz: Move transaction routines to seperate fileAndreas Eversberg1-41/+1
2016-05-13C-Netz: Calibration/fix processing of tone levels on TX and RX sideAndreas Eversberg1-2/+2
2016-05-13Automatic FSK polarity selection on TX sideAndreas Eversberg1-3/+7
2016-05-08C-Netz: Add tiny database to track if phones are onlineAndreas Eversberg1-14/+17
2016-05-08common code: Add input gain optionAndreas Eversberg1-1/+1
2016-05-08Multi transceiver supportAndreas Eversberg1-1/+17