Jonathan Naylor
3749b8d9f4
Add configurable scrolling to the OLED display.
2017-08-13 10:57:02 +01:00
Jonathan Naylor
8d9cfb0f46
Add YSF DSQ support.
2017-08-13 10:30:02 +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
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
9ac4919a4c
Move modem tracing to Trace and add a new modem Debug function.
2017-04-14 14:05:30 +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
c0571edb0b
Modify the P25 UID check slightly.
2017-03-29 20:46:27 +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
1a6f282782
Add YSF low deviation mode.
2017-03-23 20:26:17 +00:00
Jonathan Naylor
d51b7261cf
Remove the OscOffset parameter.
2017-03-07 20:38:06 +00:00
Jonathan Naylor
1dbaec9331
Increase TA and GPS to message level, and allow it to be controlled from
...
the ini file.
2017-02-27 20:17:55 +00:00
Jonathan Naylor
6b4dceca50
Put in a dummy value for the new SamplesDir ini file entry.
2017-02-21 17:56:58 +00:00
Jonathan Naylor
fc477d9abf
Add full frame file dumping.
2017-02-20 21:36:35 +00:00
Jonathan Naylor
ac22f0b783
Add an optional error reply for D-Star.
2017-02-16 19:49:58 +00:00
phl0
8ffdb9bd20
Optional non Embedded LC data suppression
2017-01-16 13:10:23 +01:00
Jonathan Naylor
af721f89e2
Add RSSI display for all modes.
2017-01-05 19:15:10 +00:00
Jonathan Naylor
aac48cb58f
Use a linear interpolator for the reported RSSI values.
2016-12-21 19:58:46 +00:00
Jonathan Naylor
59080e1bd7
Complete the restructuring of the DMR access control.
2016-12-21 19:06:29 +00:00
Jonathan Naylor
a28508b8b1
Initial removal of TG rewrite code.
2016-12-21 18:06:43 +00:00
Simon
c7b4be0354
TG Rewrite - removed unsused options in MMDVM.ini
2016-11-27 19:56:25 +00:00
Jonathan Naylor
34538d8b3f
Add the optional DMR network options command.
2016-11-03 19:27:52 +00:00
Jonathan Naylor
015896a299
Add the host support for the UMP.
2016-11-03 19:07:44 +00:00
Tony Corbett G0WFV
44e8f6717a
LCDproc: Make dimming the status screen optional
...
If you run another LCDproc client that doesn't dim the display when it displays its info, the display will effectively flash on and off (or dim/bright depending on your LCDd configuration) as it switches screens between MMDVMHost and the other client(s).
Making the dimming optional and turning it off in the host stops this "annoyance".
2016-10-29 22:07:54 +03:00
Tony Corbett G0WFV
3ff711f3ea
One last tweak for consistency!
2016-10-29 11:53:42 +01:00
Tony Corbett G0WFV
655de17cdd
Fix typo in MMDVM.ini [LCDproc] section and mend Conf.cpp accordingly
2016-10-29 11:28:56 +01:00
Tony Corbett G0WFV
627e4f1dc3
Initial LCDproc support
2016-10-28 13:22:20 +01:00
George Smart
ac5ad76ae8
Changed default P25 Network ports to match P25Gateway
2016-10-18 06:48:25 +01:00
Jonathan Naylor
40c086bad8
Load the DMR Id lookup table periodically.
2016-10-10 19:15:30 +01:00
Jonathan Naylor
878b4d6d73
Add controls for the CW Id level.
2016-10-10 17:46:37 +01:00
Jonathan Naylor
178e104d44
Allow the modem to host a serial display.
2016-10-06 18:38:16 +01:00
Jonathan Naylor
cb07423092
Handle missing P25 network frames better.
2016-10-04 18:37:08 +01:00
phl0
506678dfe4
Change conflicting ports
2016-09-28 09:55:02 +02:00
Jonathan Naylor
25cfff3ada
Merge branch 'master' into P25
2016-09-27 19:47:07 +01:00
Jonathan Naylor
9408367a0f
Allow for remote System Fusion gateway operation.
2016-09-26 18:07:06 +01:00
Simon
e87eae94a1
Next release of TG Rewrite
2016-09-21 19:35:13 +01:00
Simon
ec1692608d
Conf options
2016-09-19 12:54:41 +01:00
Simon
0fa117969e
Added separate config section for DMR TG Rewrite
2016-09-18 21:59:05 +01:00
Simon
3a473472de
Add TG ReWrite options to sample MMDVM.ini
2016-09-17 10:00:45 +01:00
Jonathan Naylor
0dc1f1bdad
More work with decoding and regenerating P25.
2016-09-13 18:27:50 +01:00
Jonathan Naylor
34e0d10343
A semi-working P25 repeater without much FEC.
2016-09-12 23:26:05 +01:00
Jonathan Naylor
434cee8ce0
Merge branch 'master' into P25
2016-09-10 14:58:41 +01:00
Jonathan Naylor
dc2028dd6a
Start full host support got P25.
2016-09-08 18:38:59 +01:00
Jonathan Naylor
e04d76584e
Configurable DMR jitter buffer.
2016-09-06 19:42:15 +01:00
Jonathan Naylor
f1f69bb4ee
Add independent mode output levels.
2016-08-09 07:08:37 +01:00