index
:
osmocom-analog
master
An implementation of Analog cellular networks like A-Netz and B-Netz
Andreas Eversberg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cnetz
/
dsp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-03
Fixed typos in cli output and source code comments
Martin Hauke
1
-5
/
+5
2020-12-21
C-Netz: Fix scheduling of frames when there is nothing to send
Andreas Eversberg
1
-11
/
+26
2020-10-29
C-Netz: Added option to define time slots of OgK
Andreas Eversberg
1
-4
/
+4
2020-10-29
C-Netz: Minor fixes
Andreas Eversberg
1
-10
/
+10
2020-10-29
C-Netz: At correct timeslot switch channel mode
Andreas Eversberg
1
-30
/
+37
2019-12-08
Rename dbm0 (level) to speech (level)
Andreas Eversberg
1
-4
/
+4
2019-11-29
C-Netz: Added list of base station names and IDs
Andreas Eversberg
1
-11
/
+12
2019-10-26
C-Netz: Correctly synchronize time stamp of SpK to OgK
Andreas Eversberg
1
-4
/
+5
2019-01-02
C-Netz: Add option to control voice deviation
Andreas Eversberg
1
-4
/
+3
2018-10-14
Compandor: Remove unused option for unaffected level
Andreas Eversberg
1
-2
/
+1
2018-02-15
Minor debug message corrections
Andreas Eversberg
1
-2
/
+2
2017-12-03
Restructure: Move debug from common code to 'libdebug'
Andreas Eversberg
1
-1
/
+1
2017-12-03
Restructure: Move mobile from common code to 'libmobile'
Andreas Eversberg
1
-1
/
+1
2017-12-03
Restructure: Move sample from common code to 'libsample'
Andreas Eversberg
1
-1
/
+1
2017-11-13
Restructure: Move timer from common code to 'libtimer'
Andreas Eversberg
1
-1
/
+0
2017-11-05
Split call control from built-in call console by using MNCC layer
Andreas Eversberg
1
-1
/
+1
2017-10-22
Implementation of RX level squelch (for A-Netz and B-Netz)
Andreas Eversberg
1
-1
/
+1
2017-09-01
SDR: Turn TX power off if requested by network
Andreas Eversberg
1
-48
/
+30
2017-05-19
C-Netz: Make demodulation algorithm (slope or leve) slectable via option
Andreas Eversberg
1
-2
/
+2
2017-05-17
minor cleanups
Andreas Eversberg
1
-15
/
+25
2017-05-17
C-Netz: SDR now uses zero-crossing to detect level changes.
Andreas Eversberg
1
-2
/
+2
2017-05-17
C-Netz: Improved transmission of speech
Andreas Eversberg
1
-17
/
+46
2017-05-15
Rename filter -> iir_filter (file name and instance name)
Andreas Eversberg
1
-3
/
+3
2017-03-04
samplerate.c: Allow transcoding to lower sample rate other than 8000 Hz
Andreas Eversberg
1
-1
/
+1
2017-02-18
C-Netz: Remove useless -V option
Andreas Eversberg
1
-9
/
+1
2017-02-18
C-Netz: Add low pass filter to eliminate high frequency noise
Andreas Eversberg
1
-2
/
+7
2017-02-18
C-Netz: Improve clock speed measurements.
Andreas Eversberg
1
-36
/
+24
2017-02-18
C-Netz: Make average to clock measurements for a quicker result
Andreas Eversberg
1
-6
/
+25
2017-02-18
C-Netz: Remove the obviously useless noise function for unused timeslots
Andreas Eversberg
1
-22
/
+9
2017-02-18
Correcting all levels and move all remaining integer samples to sample_t
Andreas Eversberg
1
-21
/
+17
2017-02-18
Add global DC-Filter and remove all individual DC-Filters
Andreas Eversberg
1
-0
/
+2
2017-02-18
Move samples of int16_t format to sample_t, that is of type double
Andreas Eversberg
1
-23
/
+18
2017-02-18
Indexing tables by casting index to unsigned integer only
Andreas Eversberg
1
-14
/
+14
2017-02-18
Prepare for SDR: Add bandwidth and deviation info to sender instance
Andreas Eversberg
1
-0
/
+5
2017-02-18
Rework on audio interface
Andreas Eversberg
1
-3
/
+3
2017-01-07
prepare audio handling for multi carrier SDR
Andreas Eversberg
1
-3
/
+2
2017-01-07
C-Netz: Make demodulation buffer size dynamic
Andreas Eversberg
1
-0
/
+2
2017-01-07
C-Netz: Fixed double free bug
Andreas Eversberg
1
-2
/
+6
2016-12-09
Add function to change dsp state, more debug with channel info
Andreas Eversberg
1
-9
/
+30
2016-11-30
C-Netz: Simplifying TX signal clock sync between two channels
Andreas Eversberg
1
-36
/
+14
2016-11-22
C-Netz: Minor coding style changes, no changes to process
Andreas Eversberg
1
-1
/
+1
2016-10-23
C-Netz: Adjusting compandor response level
Andreas Eversberg
1
-1
/
+1
2016-10-07
C-Netz: Reset FSK decoder when switching channel mode
Andreas Eversberg
1
-0
/
+2
2016-10-07
C-Netz: Don't access transaction after destroying it
Andreas Eversberg
1
-0
/
+7
2016-10-07
Add check if fromat at PDEBUG() is consistent (like printf)
Andreas Eversberg
1
-2
/
+2
2016-10-02
C-Netz: callref is moved completely to transaction object
Andreas Eversberg
1
-1
/
+1
2016-10-02
callref: Move callref from 'sender' to individual implementation of a, b, c-netz
Andreas Eversberg
1
-1
/
+1
2016-08-03
C-Netz: Add hack to increase voice deviation for some newer phone
Andreas Eversberg
1
-1
/
+16
2016-08-02
C-Netz: Use cosine-square ramp for better signal generation
Andreas Eversberg
1
-2
/
+2
2016-07-31
C-Netz: Fixed multi-transceiver mode and show channel in various logs
Andreas Eversberg
1
-3
/
+5
[next]