aboutsummaryrefslogtreecommitdiffstats
path: root/src/cnetz/telegramm.c
AgeCommit message (Collapse)AuthorFilesLines
2017-02-18Correcting all levels and move all remaining integer samples to sample_tAndreas Eversberg1-2/+2
The leves are based on the standards of each mobile network. They are adjusted to the specified frequency deviation now.
2017-02-18Move samples of int16_t format to sample_t, that is of type doubleAndreas Eversberg1-0/+1
This prepares the correction of all levels
2017-02-18Fixed typosAndreas Eversberg1-2/+2
2016-11-22C-Netz: Minor coding style changes, no changes to processAndreas Eversberg1-5/+5
2016-10-07Add check if fromat at PDEBUG() is consistent (like printf)Andreas Eversberg1-3/+4
The bugs it found are fixed too.
2016-08-03C-Netz: Add support for extended frequency band. (October 1989)Andreas Eversberg1-23/+30
2016-08-01C-Netz: Autoselect polarity on all transceiversAndreas Eversberg1-6/+14
2016-07-31C-Netz: Fixed multi-transceiver mode and show channel in various logsAndreas Eversberg1-2/+4
2016-07-24Typos: acknowledgement -> acknowledgment signalling -> signalingAndreas Eversberg1-3/+3
2016-06-12C-Netz: Move transaction routines to seperate fileAndreas Eversberg1-9/+0
2016-05-13Automatic FSK polarity selection on TX sideAndreas Eversberg1-12/+41
This is done by simulating two cells with different polarities. On first message from mobile station, the cell with the correct polarity is used, the other is disabled. On RX side the polarity is not selected, since FSK decoder detects polarity for every frame.
2016-05-08C-Netz: Fixed typoAndreas Eversberg1-1/+1
2016-04-24Implementation of C-Netz (German mobile telephone system)Andreas Eversberg1-0/+1571