Commit graph

1371 commits

Author SHA1 Message Date
Jonathan Naylor d8309cec67 Make the DMR downlink activation less selective. 2017-07-19 19:48:53 +01:00
Jonathan Naylor 517d6a84f5 Cleanup the access control slightly. 2017-07-16 19:31:27 +01:00
Jonathan Naylor a2522f8f32 Small bit of refactoring. 2017-07-10 19:38:47 +01:00
Jonathan Naylor 52775c55ef Merge pull request #319 from AndyTaylorTweet/master
Update DMRAccessControl.cpp
2017-07-10 06:43:34 +01:00
Andy Taylor c8e6b3d363 Update DMRAccessControl.cpp 2017-07-09 23:41:36 +01:00
Andy Taylor 9868df7fc7 Update DMRAccessControl.cpp
Updated the DMR Id SelfOnly matching code to remove the need for string compare.
2017-07-09 23:33:02 +01:00
Jonathan Naylor 8e9309f7a9 Merge pull request #318 from AndyTaylorTweet/master
Update DMRAccessControl.cpp
2017-07-09 18:43:24 +01:00
Andy Taylor fc34ea916f Update DMRAccessControl.cpp
Updated to make string conversion only when needed and to re-add the id == m_id compare
2017-07-09 16:40:16 +01:00
Andy Taylor 4c0aa33cec Update DMRAccessControl.cpp
Modified to match the first 7 digit of the DMR ID received over RF when in 'Self-Only' mode.
2017-07-09 14:37:27 +01:00
Jonathan Naylor d399ba9ebb Merge pull request #316 from g0wfv/develop
Various directory housekeeping and a new sysadmin shell script
2017-07-02 18:07:20 +01:00
Tony Corbett, G0WFV b362fe41b8 Add XLX and DMRGateway as supported DMR networks 2017-07-02 17:47:25 +01:00
Tony Corbett, G0WFV 87635060b5 Update README.md in main directory to include LCDproc
can't believe I missed this one out when I wrote it!
2017-07-02 17:43:38 +01:00
Tony Corbett, G0WFV 08d5a3fe56 Update README.md in linux sub-directory 2017-07-02 17:32:40 +01:00
Tony Corbett, G0WFV 29a3898626 Move DMR ID update scripts to linux sub-directory 2017-07-02 17:14:31 +01:00
Tony Corbett, G0WFV 652a30cecd Add log monitoring shutdown script 2017-07-02 17:13:48 +01:00
Jonathan Naylor 194b543b32 Merge pull request #313 from phl0/makeAckTimeAdjustable
Make AckTime adjustable
2017-06-16 08:27:18 +01:00
phl0 a09587ed26
Use correct parameter for Timers 2017-06-16 08:58:30 +02:00
Jonathan Naylor 345e9fed07 Merge pull request #312 from g0wfv/develop
Add  Tx and Rx frequency offsets
2017-06-14 21:00:03 +01:00
g0wfv 5e91c1159f Add Tx and Rx frequency offsets
Enables specification of independant Tx and Rx offsets in Hz for Tx and Rx frequencies on DVMega and MMDVM_HS hardware.

Tx and Rx frequencies no longer have to be offset for frequency errors in ADF7021 devices and dashboards (BM/DMR+) will now display intended frequencies.
2017-06-14 16:46:00 +01:00
phl0 f0fc7c7ec9
Make AckTime adjustable 2017-06-14 12:54:44 +02:00
Jonathan Naylor 348e682610 Merge pull request #310 from g0wfv/develop
Change example local port for [DMR Network] in MMDVM.ini for easier linking with DMRGateway "out of the box"
2017-06-11 16:15:49 +01:00
Tony Corbett 7e2c1f0303 Change example local port for [DMR Network] in MMDVM.ini for easier linking with DMRGateway
Just needs to be uncommented to work with DMRGateway out of the box now :-)
2017-06-11 16:05:49 +01:00
Jonathan Naylor 043ffe96d9 Make the D-Star ack optional. 2017-06-10 13:18:18 +01:00
Jonathan Naylor 6d2123cc49 Update the DMR Ids file. 2017-06-09 23:10:06 +01:00
Jonathan Naylor 9db7c252e9 Merge pull request #309 from g0wfv/develop
Changes to handling of master disconnects
2017-06-08 15:35:33 +01:00
g0wfv bd3d3d68ab Correct grammar in a couple of error messages!
You wouldn't believe English is my first language sometimes!
2017-06-08 11:44:01 +01:00
g0wfv 9868621023 Alter MSTNAK responses to differentiate stages of retry 2017-06-08 10:39:46 +01:00
g0wfv d51ba994c9 Add SIGINT handling and alter termination signal logging 2017-06-08 10:19:28 +01:00
Jonathan Naylor ce9be0ee5e Fix compiler warnings. 2017-06-02 16:39:23 +01:00
Jonathan Naylor c1521ee445 Allow the MMDVM levels to be specified as floating point values. 2017-06-02 16:34:55 +01: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
Jonathan Naylor 9ac4919a4c Move modem tracing to Trace and add a new modem Debug function. 2017-04-14 14:05:30 +01: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