Commit graph

2031 commits

Author SHA1 Message Date
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
Jonathan Naylor
ddf75b9872 Remove sensitivity to the state of DSR (DTR on the modem). 2017-03-16 11:02:05 +00:00
Jonathan Naylor
8073ff9a30 Merge pull request #279 from m1geo/master
Added Git ID Version to the --version switch
2017-03-13 19:37:02 +00:00
Jonathan Naylor
84f4418bde Use normal blocking file functions for Windows serial I/O. 2017-03-13 19:35:29 +00:00
Jonathan Naylor
d2660376f3 Modify the Windows serial handling. 2017-03-13 19:22:39 +00:00
George Smart
9d71de3ae0 Changed to output git ID on --version
Changed from --git to --version option for showing the GitID.
2017-03-13 19:17:16 +00:00
George Smart
e26fdd6030 Added -g and --git options to MMDVMHost binary
Added -g and --git options to MMDVMHost binary, which then enable this to be called by the Dashboard, etc. Since the -v --version flag is parsed already, amending that flag could cause version mismatch issues.
2017-03-13 17:12:15 +00:00
George Smart
a87bf4d51c Merge pull request #3 from g4klx/master
Update from KLX Original
2017-03-13 17:09:36 +00:00
Jonathan Naylor
f2667cbd4f Tweak the DMR return value. 2017-03-13 08:28:38 +00:00
Sergei
8b908fddec Merge pull request #1 from s-s-s/patch-1
Patch 1
2017-03-13 08:49:09 +03:00
Sergei
3f094a7e77 Update RSSI_gm340uhf_RA4NHY.dat 2017-03-13 08:46:02 +03:00
Jonathan Naylor
8e23051a95 Refine the timeout handling. 2017-03-12 19:25:01 +00:00
Jonathan Naylor
90e2f14db4 Update ISSUES.txt 2017-03-12 19:10:04 +00:00
Jonathan Naylor
d7b8170364 Change of DMR timeout behaviour. 2017-03-12 19:06:47 +00:00