phl0
4be7ccd924
Fix changed type for dmr_Beacons
2019-11-05 12:50:59 +01:00
Jonathan Naylor
ef1631ac33
Convert strncpy to memcpy to avoid static analysis complaints.
2019-11-05 09:01:49 +00:00
Jonathan Naylor
98e0869257
Re-introduce optional network DMR beacons.
2019-11-05 08:42:21 +00:00
Jonathan Naylor
079c95aac1
Merge pull request #527 from R1IK-Yakov/patch-1
...
Update NXDN.csv
2019-10-24 12:02:48 +01:00
Yakov Danilov
e885c84f6e
Update NXDN.csv
...
Add 10713,R1IK,Yakov,Danilov,Syktyvkar,Komi,Russia,nxdn.r1ik.ru
2019-10-22 17:05:40 +03:00
Patrick Maier
529fdf88eb
possible fix
2019-10-18 20:13:08 +02:00
maierp
1ed79d01c0
Merge pull request #2 from maierp/master
...
Merge changes from master to sidebranch
2019-10-18 19:58:16 +02:00
maierp
cd40f6602d
Merge pull request #1 from g4klx/master
...
Merge new commits from g4ktx/MMDVMHost to maierp/MMDVMHost
2019-10-18 19:56:14 +02:00
Patrick Maier
1993262c52
Also set the OVCM bit in the two supported CSBKs: "Unit to Unit Voice Service Request CSBK" and "Unit to Unit Voice Service Answer Response CSBK"
2019-10-18 19:40:35 +02:00
Jonathan Naylor
56298d14c4
Merge pull request #525 from dk5ras/dk5ras-OVCM-patch-1
...
Fix issue in DMRLC.cpp
2019-10-15 12:14:37 +01:00
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
sp5lg
bb0bd4bb46
DStar SelfOnly with WhiteList (beautyfied)
2019-10-06 16:29:57 +02:00
sp5lg
ed79a7176a
DStar SelfOnly with WhiteList
2019-10-06 16:15:25 +02: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