Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-03 | Fixed typos in cli output and source code commentsHEADmaster | Martin Hauke | 1 | -3/+3 | |
2019-12-08 | Rename dbm0 (level) to speech (level) | Andreas Eversberg | 1 | -9/+9 | |
In mobile communications we use speech level instead of milliwatts. The deviation (FM) is always based on speech level, not on 1 milliwatt. | |||||
2019-08-26 | Remove useless debug lines | Andreas Eversberg | 1 | -3/+1 | |
2019-07-15 | Fixed many typos in output and source code comments | Martin Hauke | 1 | -2/+2 | |
2018-10-14 | Compandor: Remove unused option for unaffected level | Andreas Eversberg | 1 | -2/+1 | |
2018-08-31 | Rework of displaying supervisory info: NMT and AMPS | Andreas Eversberg | 1 | -16/+42 | |
Using lower rate to show debug info of supervisory signal. Display supervisory info for NMT and AMPS at measurement display screen. | |||||
2018-02-15 | Minor debug message corrections | Andreas Eversberg | 1 | -2/+2 | |
2018-02-15 | Fix compiler warnings | Andreas Eversberg | 1 | -0/+2 | |
2018-02-15 | libdisplay: Removing dependency from libmobile | 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 | |
Use -S <dB> for setting RF level or use -S auto for auto level. When squelch closes, audio is muted. If squelch is closed for some seconds (depending on network), call is released. (RF loss condition) The previous loss detection has been removed | |||||
2017-10-12 | Add function to display measurements on screen | Andreas Eversberg | 1 | -0/+7 | |
Use 'm' key to toggle display. | |||||
2017-10-02 | AMPS/TACS: Change audio level range | Andreas Eversberg | 1 | -2/+2 | |
2017-09-01 | SDR: Turn TX power off if requested by network | Andreas Eversberg | 1 | -27/+6 | |
The power level is ramped smoothly within 1 ms up or down. R2000, AMPS and C-Netz turn off power when voice channel is not i use. C-Netz turns off power between OgK timeslots. | |||||
2017-07-15 | TACS support (variations added to AMPS code) | Andreas Eversberg | 1 | -22/+36 | |
These are: - Bandwidth only 25 KHz, so lower deviations - Data rate only 8000 KHz - SID is called AID (Area ID) - MIN1 coding is different | |||||
2017-06-10 | AMPS: Add DTX support | Andreas Eversberg | 1 | -17/+30 | |
When DTX is enabled (-S dtx=2 or 3), a missing SAT tone causes the receiver to mute audio and insert a low level of comfort noise. Also the missing SAT tone will not cause the connection to be terminated. | |||||
2017-05-23 | AMPS: Serveral minor fixes | Andreas Eversberg | 1 | -1/+1 | |
2017-05-17 | Minor fixes on AMPS messages | Andreas Eversberg | 1 | -0/+3 | |
- Flipping polarity is now performed after B/I has been applied - Correcting sysinfo | |||||
2017-02-18 | Correcting all levels and move all remaining integer samples to sample_t | Andreas Eversberg | 1 | -42/+37 | |
The leves are based on the standards of each mobile network. They are adjusted to the specified frequency deviation now. | |||||
2017-02-18 | Add global DC-Filter and remove all individual DC-Filters | Andreas Eversberg | 1 | -30/+5 | |
2017-02-18 | Move samples of int16_t format to sample_t, that is of type double | Andreas Eversberg | 1 | -46/+34 | |
This prepares the correction of all levels | |||||
2017-02-18 | Indexing tables by casting index to unsigned integer only | Andreas Eversberg | 1 | -6/+6 | |
2017-02-18 | Fixed typos | Andreas Eversberg | 1 | -1/+1 | |
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 | -1/+1 | |
Sound instance is now called audio instance and uses funcation pointers. This gives a clean interface to be exchanged with other technologies, linke SDR. | |||||
2016-12-09 | Add function to change dsp state, more debug with channel info | Andreas Eversberg | 1 | -2/+2 | |
2016-10-30 | AMPS: Fixes for multi transceiver support | Andreas Eversberg | 1 | -9/+48 | |
- Fix channel assignment - Voice channel sends test tone when idle - Changed paging timeout - Minor fix of SCC field in 2 messages | |||||
2016-10-29 | AMPS: Add option to be more tollerant to sync detection | Andreas Eversberg | 1 | -4/+26 | |
Also it detects more false syncs, but this is ignored if decoding fails. | |||||
2016-10-29 | AMPS: Improved level detection of bit decoder | Andreas Eversberg | 1 | -42/+66 | |
2016-10-07 | Added and fixed extra compiler warnings | Andreas Eversberg | 1 | -7/+7 | |
2016-10-02 | AMPS: Callref is moved completely to transaction object | Andreas Eversberg | 1 | -2/+2 | |
2016-07-24 | Typos: acknowledgement -> acknowledgment signalling -> signaling | Andreas Eversberg | 1 | -12/+12 | |
2016-06-20 | Rename 'compander' to 'compandor' | Andreas Eversberg | 1 | -2/+2 | |
2016-06-20 | AMPS: Add option to use the BUSY/IDLE bit on FOCC | Andreas Eversberg | 1 | -84/+82 | |
2016-06-20 | AMPS: Show round trip delay of Filler frames in loopback mode | Andreas Eversberg | 1 | -0/+1 | |
2016-06-19 | AMPS: Various minor fixes | Andreas Eversberg | 1 | -2/+2 | |
2016-06-17 | Implementation of Advanced Mobile Phone Service (AMPS) | Andreas Eversberg | 1 | -0/+866 | |