osmocom-analog/src/cnetz
Andreas Eversberg 6fa74a1296 Refactor global variables for signal processing
These are:
	device, sample rate, buffer, latency
Called now:
	dsp_device, dsp_samplerate, dsp_buffer, dsp_latency
Call audio device:
	call_device, call_samplerate, call_buffer
2021-10-24 06:25:10 +02:00
..
Makefile.am Replaced MNCC by OSMO-CC 2020-12-29 11:11:41 +01:00
ansage.c Implementation of C-Netz (German mobile telephone system) 2016-04-24 15:19:00 +02:00
ansage.h Implementation of C-Netz (German mobile telephone system) 2016-04-24 15:19:00 +02:00
cnetz.c Refactor global variables for signal processing 2021-10-24 06:25:10 +02:00
cnetz.h Refactor global variables for signal processing 2021-10-24 06:25:10 +02:00
database.c C-Netz: Fix calls to 8-digits subscriber numbers 2021-09-17 16:16:20 +02:00
database.h C-Netz: Add authentication support (process only) 2019-06-30 14:51:01 +02:00
dsp.c Fixed typos in cli output and source code comments 2021-01-03 09:57:03 +01:00
dsp.h C-Netz: At correct timeslot switch channel mode 2020-10-29 07:35:50 +01:00
fsk_demod.c Fixed typos in cli output and source code comments 2021-01-03 09:57:03 +01:00
fsk_demod.h Fixed typos in cli output and source code comments 2021-01-03 09:57:03 +01:00
image.c Output ASCII art image after all init functions (inside main_mobile.c) 2019-06-30 14:51:01 +02:00
main.c Refactor global variables for signal processing 2021-10-24 06:25:10 +02:00
stations.c C-Netz: Updated base station list 2021-09-17 16:16:10 +02:00
stations.h C-Netz: Updated base station list 2021-09-17 16:16:10 +02:00
sysinfo.c C-Netz: Added option to define time slots of OgK 2020-10-29 07:36:26 +01:00
sysinfo.h C-Netz: Added option to define time slots of OgK 2020-10-29 07:36:26 +01:00
telegramm.c Fixed typos in cli output and source code comments 2021-01-03 09:57:03 +01:00
telegramm.h C-Netz: Display "Bahn MS", "Bahn BS" and "Datenbetrieb" with messages 2020-10-29 07:36:40 +01:00
transaction.c Fixed typos in cli output and source code comments 2021-01-03 09:57:03 +01:00
transaction.h Fixed typos in cli output and source code comments 2021-01-03 09:57:03 +01:00