aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-10-29Zeitansage: Disable SDRAndreas Eversberg1-0/+2
2020-10-29libwave: wave_read() returns the actual samples readAndreas Eversberg1-2/+4
2020-10-29AMPS: Suggest to use channel 333 (SID 1 = Chicago) by defaultAndreas Eversberg1-1/+1
Channel 334 seems to make Problems with my Dynatac.
2020-10-29Options: Add support for quotes and escape sequencesAndreas Eversberg1-3/+39
2020-10-29libdebug: Remove dependency on MAX_DISPLAY_WIDTHAndreas Eversberg6-4/+16
2020-10-29DTMF: Correctly handle frequency marging (percent not hertz!)Andreas Eversberg2-20/+20
2020-10-29Fix: Support multiple parameters in config fileAndreas Eversberg1-11/+22
2020-10-29Sound: Recover broken audio connection by closing and reopening the deviceAndreas Eversberg2-51/+75
2020-10-29Add tx-gain optionAndreas Eversberg31-57/+71
2020-10-29Add option (global flag) to disable check of channel numbers at sender.cAndreas Eversberg2-2/+3
This is required for channels that do not belog to actual radio transceivers.
2020-10-29Add option (global flag) to disable use of SDRAndreas Eversberg2-5/+13
This is required for channels that do not belog to actual radio transceivers.
2020-10-29Allow disabling MNCC Console when using a digit length of 0Andreas Eversberg1-2/+3
2020-10-29Ignore pending audio frames when there is no transaction (anymore).Andreas Eversberg1-1/+2
2020-10-29C-Netz SIM: Terminate phone number string at first 0xfAndreas Eversberg1-1/+4
2020-10-29C-Netz: Display "Bahn MS", "Bahn BS" and "Datenbetrieb" with messagesAndreas Eversberg2-8/+24
2020-10-29C-Netz: Added option to define time slots of OgKAndreas Eversberg4-9/+22
2020-10-29C-Netz: Minor fixesAndreas Eversberg3-18/+18
2020-10-29C-Netz: At correct timeslot switch channel modeAndreas Eversberg4-44/+54
Without this, the first BQ(K) message came to early, so that BSA 51 released when receiving ZFZ(K) one frame too early.
2020-10-29SIM: several fixesAndreas Eversberg4-21/+32
2020-10-29Debug: Fix display of debug levels greater 31Andreas Eversberg1-2/+2
2020-10-29SIM: Fix output of numbers >32767 when using EBD program modeAndreas Eversberg1-4/+4
A shift of an unsigned char is interpreted as signed char, which causes all bits above the shift result to become 1, if bit 7 of the char is 1.
2020-10-29Adds country specific settings for Hungary.Csaba Sipos2-1/+9
2020-05-24Added SIM card emulator/sniffer for C-NetzAndreas Eversberg22-2/+10411
2020-05-24Options with multiple parameters are now correctly shown at debug messageAndreas Eversberg1-6/+13
2020-05-24Moved C-Netz "Speicherkarte" to "extra" directory and improved it.Andreas Eversberg11-172/+456
2020-05-23Make debug output aligedAndreas Eversberg1-1/+1
Debug output position dependes on the length of the line number. Now the line number is filled with spaces, so it always has four digits. Now the following messages in each line are alinged.
2020-05-23C-Netz: Allow dialing 8-digit numbers (FuVSt > 9)Andreas Eversberg1-10/+22
2020-05-23Added local library for serial port accessAndreas Eversberg6-1/+508
2020-05-23Work on DocsAndreas Eversberg8-7/+395
2020-04-04A string is used to define what digits can be dialed via consoleAndreas Eversberg7-18/+29
By default it is "0123456789". This is used by "eurosignal" to add special A..E digits.
2020-03-27Eurosignal: Allow dialing (paging) of Spare DigitsAndreas Eversberg3-9/+28
2020-02-18C-Netz: Correct check for valid channel numbersAndreas Eversberg1-7/+4
2020-01-31osmotv: Added special cable network channels (Sonderkanaele)Andreas Eversberg3-71/+114
2020-01-18Implementation of German "Zeitansage", spoken by Elvira BaderAndreas Eversberg12-2/+129970
2020-01-12Add option to allow early audio towards call interfaceAndreas Eversberg4-8/+16
2020-01-12Don't core dump, if measurements are not definedAndreas Eversberg1-4/+2
2020-01-12Fixed compiler error for old GCCAndreas Eversberg6-12/+10
2020-01-12Add clock function to call interfaceAndreas Eversberg15-27/+44
Implementations will have a clock to play tones, if no clock is available from a transceiver.
2020-01-11Work on docsAndreas Eversberg1-4/+6
2020-01-04C-Netz: Added new list of base station names and IDsAndreas Eversberg2-898/+2332
List contains 1991 and 1999 bwase stations
2020-01-02Work on docsAndreas Eversberg9-0/+290
2020-01-02C-Netz: --ms-power defines power level (not P-bits)Andreas Eversberg2-10/+35
Also the level 8 can be selected. Actually level 6 is selected, but reduced to 8 when making a call.
2019-12-24eurosignal: Fixed and simplified notification (beep) on received IDAndreas Eversberg2-28/+14
2019-12-24MNCC: Add cause name for 'invalid callref'Andreas Eversberg1-1/+3
2019-12-22osmoradio: Play audio and record wave simultaniouslyAndreas Eversberg2-19/+12
2019-12-22osmoradio: Display wave formAndreas Eversberg3-4/+31
2019-12-22osmoradio: Fix disabling of emphasisAndreas Eversberg3-16/+24
2019-12-10Add support for "Eurosignal", a classic paging serviceAndreas Eversberg21-17/+9517
2019-12-08Add power control to AM (power on/off per sample)Andreas Eversberg4-8/+10
2019-12-08Add support for AM to libmobile and libsdrAndreas Eversberg26-52/+121