Commit graph

1944 commits

Author SHA1 Message Date
Andy CA6JAU
5c77cf734d Merge remote-tracking branch 'g4klx/master' 2017-05-22 20:23:25 -04:00
Jonathan Naylor
ed9362845a Remove unused variable. 2017-05-21 11:52:26 +01:00
Jonathan Naylor
aeeb1eaa4a Fix compiler warning. 2017-05-21 11:52:06 +01:00
Jonathan Naylor
3256cda0ee Remove unused code. 2017-05-19 08:35:14 +01:00
Jonathan Naylor
6c5ab7e49e Increase delay between modem tries. 2017-05-19 08:12:11 +01:00
Jonathan Naylor
b4599dc89c Remove Talker Alias network reporting rate restriction. 2017-05-18 12:58:56 +01:00
Jonathan Naylor
f9e20cd737 Add new GPS and TA DMR network messages. 2017-05-17 18:16:08 +01:00
Jonathan Naylor
3ab8bdfdc9 Remove unneeded code. 2017-05-15 22:12:39 +01:00
Jonathan Naylor
68b8ba031f The UAB in the UDT is one less than reality. 2017-05-15 09:55:23 +01:00
Jonathan Naylor
4378a2b938 Add network debugging for DMR headers. 2017-05-12 09:26:34 +01:00
Jonathan Naylor
f047b3ea9b Merge pull request #300 from phl0/fixIndent
Re-add log notification about root privileges
2017-05-04 17:15:17 +01:00
phl0
ef05fcb62b
Re-add log notification about root privileges 2017-05-04 10:37:45 +02:00
Jonathan Naylor
5ba451a2ad Merge pull request #299 from phl0/fixIndent
Restore accidentially? deleted line (See Issue #298)
2017-05-04 06:26:51 +01:00
phl0
aeff127015
Restore accidentially? deleted line (See Issue #298) 2017-05-03 23:39:11 +02:00
Jonathan Naylor
e9e8745aa7 Cleaning up indenting. 2017-05-03 14:53:48 +01:00
Jonathan Naylor
4b72c936ce Update the DMR Ids file. 2017-05-01 14:42:27 +01:00
Jonathan Naylor
4fb45938ee Bump the version date. 2017-05-01 09:24:46 +01:00
Andy CA6JAU
1c16e7b056 Merge remote-tracking branch 'g4klx/master' 2017-04-15 16:33:02 -03:00
Jonathan Naylor
9ac4919a4c Move modem tracing to Trace and add a new modem Debug function. 2017-04-14 14:05:30 +01:00
Andy CA6JAU
e71c85565c Merge remote-tracking branch 'g4klx/master' 2017-04-12 09:01:24 -03:00
Jonathan Naylor
0fe100b01c Fix some indentation. 2017-04-11 19:26:44 +01:00
Jonathan Naylor
99d57bf102 Allow for optional seperate (and longer) CW Ids. 2017-04-10 17:55:53 +01:00
Jonathan Naylor
dd2db36409 Remove unused sample dumping code. 2017-04-10 17:54:12 +01:00
Jonathan Naylor
55cb3717f5 Merge pull request #295 from phl0/RSSIsamples
Add more RSSI sample files
2017-04-08 19:56:02 +01:00
phl0
6d6aa0202a
Rename TB7100 RSSI sample file 2017-04-08 20:42:30 +02:00
phl0
38aa349837
Add RSSI sample files for GM3x0 vs. DEI and NTH boards 2017-04-08 20:41:18 +02:00
phl0
845cc89f85
Include board name in file name and description 2017-04-08 20:36:58 +02:00
Jonathan Naylor
ebf03f1e20 Bump the version date. 2017-04-06 18:13:21 +01:00
Jonathan Naylor
93c5a9bab9 Merge pull request #293 from juribeparada/master
Fixing last byte of Embedded Data
2017-04-05 06:44:53 +01:00
Andy CA6JAU
bba5cbc0ba Fixing last byte of Embedded Data 2017-04-04 23:02:19 -03:00
Jonathan Naylor
74d4a6e9fe Update ISSUES.txt 2017-04-02 19:42:18 +01:00
Jonathan Naylor
391b57f7ab Update the URL for DMR-MARC 2017-04-02 13:42:24 +01:00
Jonathan Naylor
1a49641fe0 Add extra headers for DMR DMO operation. 2017-04-02 13:39:28 +01:00
Jonathan Naylor
c0571edb0b Modify the P25 UID check slightly. 2017-03-29 20:46:27 +01:00
Jonathan Naylor
37bde2df6c Merge pull request #291 from NF0T/p25uid
This adds the ability to override the UID checking in P25 code to for…
2017-03-29 20:37:40 +01:00
Ryan Butler
aae96a1caf This adds the ability to override the UID checking in P25 code to force 7 digit IDs.
Jonathan added this code due to a lack of CRC on P25 checking but some parties desire the ability to have any id.

It's understood that on networked connections, the need to use a 7 digit unique ID like the DMR ID is necessary.

This change is affected by adding a new parameter to the [P25 Network] section called OverrideUIDCheck and it defaults to 0.

The logic is, if the network is enabled, or if the network is disabled and the override is disabled, the check is made, otherwise it is not.

This has been field tested for all 4 configuration cases and found to work as described above.
2017-03-29 10:18:54 -05:00
Jonathan Naylor
917d9e8008 Merge branch 'master' of github.com:g4klx/MMDVMHost 2017-03-25 09:55:05 +00:00
Jonathan Naylor
5981f0a88e Update the DMR Ids files. 2017-03-25 09:54:17 +00:00
Jonathan Naylor
b18133e5f3 Change the YSF issue. 2017-03-24 08:53:31 +00:00
Jonathan Naylor
1a6f282782 Add YSF low deviation mode. 2017-03-23 20:26:17 +00:00
Jonathan Naylor
ceb761f26e Update the outstanding issues. 2017-03-22 08:29:54 +00:00
Jonathan Naylor
0cb6b335ac Remove addressed issue. 2017-03-21 08:13:16 +00:00
Jonathan Naylor
9fa9206927 Merge pull request #284 from juribeparada/master
Fixing occasional MMDVMHost crash when receiving P25 RF data with high BER (RS decoder fix)
2017-03-21 05:40:52 +00:00
Andy CA6JAU
738cc467ee Fixing occasional MMDVMHost crash when receiving P25 RF data with high BER (RS decoder fix) 2017-03-20 21:38:52 -03:00
Andy CA6JAU
5ca81f288b Merge remote-tracking branch 'g4klx/master' 2017-03-20 21:20:06 -03:00
Jonathan Naylor
ef9b64a3bb Remove the Windows serial port issue. 2017-03-18 07:18:46 +00:00
Jonathan Naylor
5d98d9dde6 Merge pull request #282 from s-s-s/master
Small code optimization by CT2JAY
2017-03-17 07:54:40 +00:00
Sergei
890fafd9af Small code optimization by CT2JAY
Small code optimization by CT2JAY
2017-03-16 15:41:46 +03:00
Jonathan Naylor
90a1ee91fe Merge pull request #281 from s-s-s/master
some small editing
2017-03-16 11:12:39 +00:00
Sergei
2e345aad38 some small editing to get data in right format
some small editing to get data in right format
2017-03-16 14:07:11 +03:00