Commit graph

2158 commits

Author SHA1 Message Date
Ralph A. Schmid
0711a2b391
Fix issue in DMRLC.cpp
The position of the OVCM bit was counted from the wrong end of the byte - fixed this (DK5MP and me had the same issue when we made our first OVCM tests)...
2019-10-15 12:24:58 +02:00
Jonathan Naylor
6bababeb96 Add OVCM support. 2019-10-11 18:24:25 +01:00
Jonathan Naylor
16a8bfd757 Remove use of NULL m_rfLC. 2019-10-10 13:06:28 +01:00
Jonathan Naylor
4f3ca97e69 Remove use of NULL m_netLC. 2019-10-10 11:53:08 +01:00
Jonathan Naylor
87e60a81f8 Add end of transmission data to DMR. 2019-09-29 17:30:25 +01:00
Jonathan Naylor
0b7f2e1e4b Add end of transmission data for D-Star. 2019-09-29 17:06:22 +01:00
Jonathan Naylor
0eae2c8224 Add extra end of transmission data for YSF. 2019-09-29 16:59:11 +01:00
Jonathan Naylor
881b32f0a9 Add extra information for NXDN end of transmission. 2019-09-29 16:53:57 +01:00
Jonathan Naylor
54ae56942f Add P25 end of transmission data. 2019-09-29 16:34:56 +01:00
Florian Wolters
005590b6aa
Minor code beauty 2019-09-27 22:48:57 +02:00
Florian (DF2ET)
78753cbbad
Merge pull request #521 from sp5lg/master
Introducing LogoScreensaver=1 or 0 parameter for blanking OLED display
2019-09-27 22:46:30 +02:00
sp5lg
bd5117b9e4 Introducing LogoScreensaver=1 or 0 parameter for blanking OLED diplays in idle 2019-09-27 22:28:57 +02:00
Jonathan Naylor
d0dbb1127b
Merge pull request #516 from hewittc/overflow
Fix a couple of buffer overflows
2019-09-03 21:17:51 +01:00
Christopher Hewitt
06af86b70d Adding missing P25 FEC table entry to avoid buffer overflow. 2019-09-03 15:22:35 -04:00
Christopher Hewitt
839a8c83ea Increase data buffer size to avoid buffer overflow for P25. 2019-09-03 15:22:24 -04:00
Andy CA6JAU
0b9c1b1362 Support for D2RG MMDVM_HS 2019-05-29 21:22:53 -04:00
Jonathan Naylor
99c8b23f41
Merge pull request #506 from shawnchain/pr503-cleanup
update OLED.h
2019-05-15 17:38:26 +01:00
Shawn Chain
750ef77321 update OLED.h 2019-05-15 23:32:10 +08:00
Jonathan Naylor
73bf04ad4b
Merge pull request #505 from shawnchain/pr503-cleanup
remove unused variables from OLED class
2019-05-14 13:25:19 +01:00
Shawn Chain
814059ff35 remove unused variables from OLED class 2019-05-14 18:19:02 +08:00
Jonathan Naylor
ffd5cd1a0b Fix the Windows build for the CASTInfo display driver. 2019-05-11 11:40:08 +01:00
Jonathan Naylor
2aa130e22f
Merge pull request #503 from GuusvanDooren/master
QSO info removed from OLED. QSO info add via CASTInfo.
2019-05-10 22:06:34 +01:00
GuusvanDooren
847652f8ce Update make files. 2019-05-10 22:54:14 +02:00
GuusvanDooren
6d83bfb8bc QSO info removed from OLED. QSO info add via CASTInfo. 2019-05-10 20:44:01 +02:00
Jonathan Naylor
5acef270d1
Merge pull request #498 from jg1uaa/master
Add OpenBSD support
2019-03-18 08:03:53 +00:00
SASANO Takayoshi
7cf1e602e6 Use system default compiler. At least there is no difference under Linux.
OpenBSD's gcc is old (4.2) so we have to use clang-6.0.0 compiler.
2019-03-13 20:33:02 +09:00
SASANO Takayoshi
4e910ef970 I2C support is only Linux.
So code should be compiled under Linux, not avoiding Apple.
2019-03-13 20:30:49 +09:00
SASANO Takayoshi
e5a1ed5de5 There is no I2C related code, <linux/i2c-dev.h> removed. 2019-03-13 20:29:45 +09:00
SASANO Takayoshi
9d3a58c103 <netinet/in.h> of Linux automatically includes <sys/socket.h>,
but OpenBSD's not. So added it.
2019-03-13 20:18:12 +09:00
Andy CA6JAU
c47d783d2d
Merge pull request #496 from jake-b/master
Minor fix for status bar scrolling
2019-03-09 15:06:37 -03:00
Jake
ed71aab1da Minor fix for status bar scrolling 2019-03-09 13:04:12 -05:00
Jonathan Naylor
e88964a777 Simplify the tty test. 2019-02-28 07:56:00 +00:00
Jonathan Naylor
9350fa8483 Allow for non-TTY links to the modem. 2019-02-27 19:36:17 +00:00
Jonathan Naylor
0dd446eb29 Fix compile issue. 2019-02-12 20:45:03 +00:00
Jonathan Naylor
72fe13780f Remove the old System Fusion SQL config option and processing. 2019-02-12 11:29:05 +00:00
Jonathan Naylor
c3c5fe1a5a Remove more redundant code. 2019-01-31 08:29:31 +00:00
Jonathan Naylor
26bbbefc40 Bump the version date. 2019-01-31 08:25:49 +00:00
Jonathan Naylor
f88c9826a7 Remove redundant code. 2019-01-31 08:25:35 +00:00
Jonathan Naylor
6d719353c6 Loosen fast data admission criteria. 2019-01-30 20:20:15 +00:00
Jonathan Naylor
317bda0177 Check the guard byte on fast data as well as the mini header. 2019-01-29 22:32:24 +00:00
Jonathan Naylor
9cc2bfaaec Fix the silence insertion for D-Star. 2019-01-28 07:50:43 +00:00
Jonathan Naylor
99d4a9bc51 Simplify the D-Star sequence number processing. 2019-01-27 20:15:14 +00:00
Jonathan Naylor
ff0082b18b Only test the slow data type in the correct place. 2019-01-26 19:25:12 +00:00
Jonathan Naylor
6c07786f1b Merge branch 'master' into fast_data 2019-01-26 12:57:59 +00:00
Jonathan Naylor
fe2a01e1b1 Fix DMR beacon bug spotted by Shawnchain. 2019-01-26 12:56:24 +00:00
Jonathan Naylor
59cb07329d Place the scrambled null data regeneration into the right place. 2019-01-25 12:40:31 +00:00
Jonathan Naylor
16bf9d5745 Don't forget to descramble the byte first. 2019-01-25 11:38:03 +00:00
Jonathan Naylor
a9b7179d13 New way to detect D-Star fast data mode. 2019-01-25 11:23:51 +00:00
phl0
79805f0fa8
Fix typo 2019-01-23 10:09:34 +01:00
Jonathan Naylor
d89a156523 Fix silly bug. 2019-01-23 08:50:22 +00:00