aboutsummaryrefslogtreecommitdiffstats
path: root/src/nmt
AgeCommit message (Collapse)AuthorFilesLines
2016-08-28NMT: Fix on paging retryAndreas Eversberg1-1/+2
2016-08-20NMT: Fixed channel coding for channels other than 1..9Andreas Eversberg1-3/+7
2016-08-20NMT: Add transaction handlingAndreas Eversberg6-215/+425
2016-08-03NMT: Fixing audio level of supervisory signal to match 0.3 KHz deviationAndreas Eversberg1-5/+16
2016-08-03NMT: Fix, stop ringing timer at answerAndreas Eversberg1-0/+1
2016-08-03NMT: Fixed multi-transceiver mode and show channel in various logsAndreas Eversberg2-101/+133
2016-08-03Add info key 'i' to show some states.Andreas Eversberg1-0/+1
Currently showing C-Netz attached subscribers
2016-07-31NMT: Fix SMS cleanupAndreas Eversberg1-1/+2
2016-07-31NMT: Give warning of missing channel type AFTER creating all channelsAndreas Eversberg3-10/+32
2016-07-31NMT: Fix SMS deliver output messageAndreas Eversberg1-2/+2
2016-07-24Fix typosAndreas Eversberg1-1/+1
2016-07-24Typos: acknowledgement -> acknowledgment signalling -> signalingAndreas Eversberg3-9/+9
2016-07-24NMT: Minor fix at debug outputAndreas Eversberg1-2/+2
2016-07-24NMT: Change 'index' of message to 'mt' (message type)Andreas Eversberg3-69/+71
2016-07-24Release active call, when disconnect is received from networkAndreas Eversberg1-2/+2
If early disconnect is received, the connecion is kept established, so the announcement can be heared by mobile subscriber.
2016-07-24NMT: Caller ID supportAndreas Eversberg5-53/+274
2016-07-24NMT: Fix autoanswerAndreas Eversberg2-9/+67
If phone does not support autoanswer, the MTX proceeds with regular ringing.
2016-07-24NMT: Rework on frame (message) typesAndreas Eversberg3-141/+174
2016-07-24NMT: Various fixes for SMS supportAndreas Eversberg5-33/+65
2016-07-09NMT: Autoanswer for SMS/DMS callsAndreas Eversberg1-5/+15
2016-07-09NMT / SMS: Short Message Service supportAndreas Eversberg6-9/+883
2016-07-09NMT / DMS: User data facility support (required for SMS)Andreas Eversberg7-18/+1001
2016-07-09common code: Add support for main loop handlerAndreas Eversberg1-1/+1
2016-06-20Rename 'compander' to 'compandor'Andreas Eversberg5-22/+22
2016-06-18common code: Add processing interval option to decrese CPU usageAndreas Eversberg1-1/+1
2016-06-12NMT: fix minor bugAndreas Eversberg1-1/+1
2016-06-12Add dsp mode change fuction to A and B Netz, fixed NMTAndreas Eversberg1-0/+2
2016-05-16Fixed link problem with alsa libAndreas Eversberg1-1/+1
Thanx to Martin for pointing to this problem.
2016-05-15NMT: Typo in channel listAndreas Eversberg1-1/+1
2016-05-15Fixing station ID command line parameterAndreas Eversberg1-1/+6
2016-05-15Move amplitude (level) debugging to debug.cAndreas Eversberg1-21/+6
2016-05-13NMT: Fixup paging on other channelAndreas Eversberg1-5/+5
2016-05-13NMT: Calibration of tone levels on TX and RX sideAndreas Eversberg1-2/+2
2016-05-08common code: Add input gain optionAndreas Eversberg3-4/+4
2016-05-08Multi transceiver supportAndreas Eversberg3-28/+82
This can be multiple transceivers on multiple sound cards. Two transceivers can be bundled on one sound device as well, using both channels.
2016-05-08Fix display of correct program nameAndreas Eversberg1-1/+1
2016-05-06B-Netz / NMT: minor changes at signal detectionAndreas Eversberg2-8/+12
2016-05-06NMT: Changes in parity checkAndreas Eversberg1-4/+45
2016-04-24common: Add pre and de emphasis, if the radio does not support itAndreas Eversberg4-7/+6
Connect to the oscillator of the transmitter - good girl! You need to enable pre emphasis in this case. Connect to the discriminator of the receiver - good boy! You need to enable de emphasis in this case.
2016-04-24NMT: Calculate quality of sync sequence and drop in case of bad qualityAndreas Eversberg2-10/+34
This eliminates chance of findig a sync sequence in noise or speech
2016-04-24NMT: Show levels of received framesAndreas Eversberg1-2/+4
2016-04-24Fixing companderAndreas Eversberg1-8/+11
2016-04-17common code: Sample rate conversion now supports any rate above 8000 HzAndreas Eversberg1-1/+1
2016-03-27NMT: Fix hint and list of traffic area configurationAndreas Eversberg2-5/+9
2016-03-27common code: Add feature to record received audio and replay itAndreas Eversberg3-4/+4
-W <file.wav> writes a wave file of received audio -R <file.wav> reads a wave file to feed into decoder This way you can record a phone and later debug without a phone and radio equipment.
2016-03-26WIP: NMT docsAndreas Eversberg2-1/+2
2016-03-15fixup debug class definition: rename DFSK and DAUDIO to DDSPAndreas Eversberg1-19/+19
2016-03-13Implementation of NMT (Nordic Mobile Telephoe) networkAndreas Eversberg14-0/+10857