Jonathan Naylor
|
1bd814a079
|
Don't insert silence on lost D-Star fast data.
|
2018-11-16 10:23:29 +00:00 |
|
Jonathan Naylor
|
54fbacb487
|
Regenerate the data mode markers.
|
2018-11-13 08:47:40 +00:00 |
|
Jonathan Naylor
|
18398efe97
|
Fix a bug and add a second Icom D-Star fast data mode identifier.
|
2018-11-12 13:27:15 +00:00 |
|
Jonathan Naylor
|
3362e29b62
|
First attempt at detecting D-Star data frames, Kenwood and Icom.
|
2018-11-12 11:57:34 +00:00 |
|
Luca Marchesano
|
f978a91519
|
Add select ack message dstar
AckMessage = 0 set BER status
AckMessage = 1 set RSSI status
|
2018-09-14 12:30:48 +02:00 |
|
Jonathan Naylor
|
980efe3023
|
Remove the RSSI debug message if nothing interesting to show.
|
2018-03-06 20:12:29 +00:00 |
|
Jonathan Naylor
|
85e90610d7
|
Add remote gateway modes to D-Star and P25.
|
2017-11-09 09:21:22 +00:00 |
|
Jonathan Naylor
|
1437fca2f2
|
Suppress the ack when Ack=0 in a less buggy way.
|
2017-07-27 16:39:14 +01:00 |
|
phl0
|
a09587ed26
|
Use correct parameter for Timers
|
2017-06-16 08:58:30 +02:00 |
|
phl0
|
f0fc7c7ec9
|
Make AckTime adjustable
|
2017-06-14 12:54:44 +02:00 |
|
Jonathan Naylor
|
043ffe96d9
|
Make the D-Star ack optional.
|
2017-06-10 13:18:18 +01:00 |
|
Jonathan Naylor
|
ac22f0b783
|
Add an optional error reply for D-Star.
|
2017-02-16 19:49:58 +00:00 |
|
Jonathan Naylor
|
f0387d25dd
|
Add BER display to the Nextion and reduce Talker Id logging.
|
2017-02-12 18:37:00 +00:00 |
|
Jonathan Naylor
|
75ec200af7
|
Reduce audio BER logging for D-Star.
|
2017-01-24 09:57:37 +00:00 |
|
Jonathan Naylor
|
5968f3b47c
|
Remove RSSI log data if no RSSI data to show.
|
2017-01-07 12:25:03 +00:00 |
|
Jonathan Naylor
|
3c9666e780
|
Display the RSSI on the Nextion screen.
|
2017-01-05 19:44:52 +00:00 |
|
Jonathan Naylor
|
af721f89e2
|
Add RSSI display for all modes.
|
2017-01-05 19:15:10 +00:00 |
|
Jonathan Naylor
|
51c742ea7f
|
Remobe AMBE regeneration on data packets.
|
2016-10-05 07:42:41 +01:00 |
|
Jonathan Naylor
|
00dfa56dcb
|
Revert "Revert the move of the timer."
This reverts commit 21a786329e .
|
2016-09-29 20:23:19 +01:00 |
|
Jonathan Naylor
|
21a786329e
|
Revert the move of the timer.
|
2016-09-29 20:03:54 +01:00 |
|
Tony Corbett G0WFV
|
150cf171bc
|
Solve insertion of silence at start of every D-Star over
|
2016-09-27 23:09:19 +01:00 |
|
Jonathan Naylor
|
fd7931310e
|
Remove unneeded RSSI code for non DMR protocols.
|
2016-09-27 19:55:36 +01:00 |
|
Jonathan Naylor
|
de3d9d46b3
|
Set the packet timer correctly.
|
2016-09-27 06:45:42 +01:00 |
|
Jonathan Naylor
|
e1af1894a5
|
Correct D-Star silence infilling.
|
2016-09-26 18:10:51 +01:00 |
|
Jonathan Naylor
|
83b27188e5
|
Alter the format of the returned RSSI data.
|
2016-08-11 17:28:47 +01:00 |
|
Jonathan Naylor
|
3214cf8504
|
Add RSSI logging to D-Star and YSF.
|
2016-08-09 20:05:35 +01:00 |
|
Jonathan Naylor
|
443c363b1c
|
Reset lastFrameValid when used up.
|
2016-08-09 17:20:26 +01:00 |
|
Jonathan Naylor
|
059b960959
|
Add RSSI reporting for DMR only.
|
2016-08-08 21:26:18 +01:00 |
|
Jonathan Naylor
|
299f53b551
|
Don't use someone elses infill audio!
|
2016-07-21 18:09:29 +01:00 |
|
Jonathan Naylor
|
f6978d1b80
|
Guarantee no divide by zero errors.
|
2016-07-21 17:50:13 +01:00 |
|
Jonathan Naylor
|
1a91b26c66
|
Remove unneeded audio infill debug logging.
|
2016-07-18 17:46:16 +01:00 |
|
Jonathan Naylor
|
2a53923c9a
|
Revert packet timer changes.
|
2016-07-15 06:32:56 +01:00 |
|
Jonathan Naylor
|
f18c505852
|
Increase logging level for infill messages.
|
2016-07-14 20:33:40 +01:00 |
|
Jonathan Naylor
|
49b002a463
|
Make silence infillinf a little looser.
|
2016-07-14 20:31:29 +01:00 |
|
Jonathan Naylor
|
ad29c5c4b6
|
Remove packet timer and use the elapsed timer directly.
|
2016-07-14 18:20:06 +01:00 |
|
Jonathan Naylor
|
33d78bc3bd
|
Add extra debugging to D-Star transmissions.
|
2016-07-13 07:19:08 +01:00 |
|
Jonathan Naylor
|
9dd89662fc
|
Add data tag in the correct place.
|
2016-07-12 17:11:55 +01:00 |
|
Jonathan Naylor
|
9035656eeb
|
Add rejected state to incoming RF data.
|
2016-07-12 07:50:01 +01:00 |
|
Jonathan Naylor
|
6f848722f9
|
Fix bug I introduced.
|
2016-07-12 07:24:07 +01:00 |
|
Jonathan Naylor
|
3af36dd8c0
|
Reject out of order packets.
|
2016-07-12 07:05:48 +01:00 |
|
Jonathan Naylor
|
495b3b6913
|
Improve silence insertion.
|
2016-07-11 20:08:14 +01:00 |
|
Jonathan Naylor
|
7d67055fff
|
Remove the holdoff timers.
|
2016-07-05 18:21:18 +01:00 |
|
Jonathan Naylor
|
ed8ea92468
|
Re-add debug BER displays for D-Star and DMR.
|
2016-06-01 09:43:39 +01:00 |
|
Jonathan Naylor
|
e600cf36bb
|
Roll back holdoff timer changes.
|
2016-05-21 12:32:36 +01:00 |
|
Jonathan Naylor
|
7ad26a18f2
|
Set the FICH on received network data.
|
2016-05-17 06:30:59 +01:00 |
|
Jonathan Naylor
|
57d8faa07e
|
Add the holdoff timers.
|
2016-05-16 22:07:18 +01:00 |
|
Jonathan Naylor
|
11907162e7
|
Increase the output queue size.
|
2016-05-10 18:54:35 +01:00 |
|
Jonathan Naylor
|
bd5946ccd2
|
Add a display hang time so quick transmissions aren't missed.
|
2016-05-09 18:14:27 +01:00 |
|
Jonathan Naylor
|
dc3fed940c
|
Remove AMBE FEC BER messages for DMR and D-Star.
|
2016-04-27 06:43:47 +01:00 |
|
Jonathan Naylor
|
740aa174c3
|
Reduce the logging of lost network audio.
|
2016-04-26 18:05:18 +01:00 |
|