Commit graph

559 commits

Author SHA1 Message Date
Jonathan Naylor 2a3fa94a6c Minor change to the PRN for VW mode. 2016-04-26 10:38:17 +01:00
Jonathan Naylor 18cef90949 Update attributions. 2016-04-26 07:42:13 +01:00
Jonathan Naylor 79ce45d737 Move the valid flag for VW mode. 2016-04-26 06:24:48 +01:00
Jonathan Naylor 4881d7a01e Change the interleaver. 2016-04-26 06:16:49 +01:00
Jonathan Naylor bb46ffb760 Add the issues file. 2016-04-25 20:15:00 +01:00
Jonathan Naylor fa4660d332 Fix minor problems with YSF. 2016-04-25 20:10:03 +01:00
Jonathan Naylor 6700801653 Restructure YSF again. 2016-04-25 18:06:19 +01:00
Jonathan Naylor 6f42e0dad3 Be more agressive at trying to reconnect after a failure. 2016-04-25 17:10:56 +01:00
Jonathan Naylor 56916cdb0d Merge pull request #31 from vk4tux/patch-2
Update DMRIds.dat
2016-04-25 15:09:32 +01:00
vk4tux cf2c82566e Update DMRIds.dat 2016-04-25 23:28:00 +10:00
Jonathan Naylor 30b821e34a Correct the block count in two of the data header formats. 2016-04-25 09:27:03 +01:00
Jonathan Naylor 962629bc38 Merge pull request #30 from HB9UF/build_fix
Build error fix: Rename m_data to data in YSFPayload.cpp
2016-04-23 13:28:12 +01:00
Mathias Weyland 8ea84a56cf Build error fix: Rename m_data to data in YSFPayload.cpp 2016-04-23 11:29:46 +02:00
Jonathan Naylor 819ec96901 Merge pull request #28 from HB9UF/ysf_vd2_fec
YSF V/D 2 FEC reconstruction
2016-04-22 22:10:16 +01:00
Mathias Weyland 8c33e57d63 Bugfix in V/D 2 vote counting. Cast READ_BIT1() to bool.
I was under the erroneous impression that READ_BIT1() would return
0 and 1. It turns out this is not the case -- it simply masks out
the desired bit without shifting to the right. Casting to bool yields
0 and 1 which we then can use to compute the sum.
2016-04-22 15:30:38 +02:00
Mathias Weyland 1852f140af Correct max. number of possible V/D 2 errors and document its meaning. 2016-04-22 13:53:48 +02:00
Jonathan Naylor a6b747203e Merge pull request #27 from phl0/nextion_display_sizes
Updated README concerning displays
2016-04-22 11:26:29 +01:00
phl0 7fa9b5baa7
Updated README concerning displays 2016-04-22 11:37:22 +02:00
Mathias Weyland b42d20d08e V/D 2 FEC reconstruction seems to work -- enable it. 2016-04-21 21:25:28 +02:00
Jonathan Naylor 0a0534de7b Fix minor counting bugs. 2016-04-21 19:57:27 +01:00
Jonathan Naylor 1d9f4dc29e Start restructuring the YSF code. 2016-04-21 18:00:26 +01:00
Jonathan Naylor 8362e3f38c Switch off DMR network debugging. 2016-04-21 17:12:47 +01:00
Jonathan Naylor f7b0acd749 Convert network data to pass std::strings to the display. 2016-04-21 15:21:39 +01:00
Jonathan Naylor 32cbdee533 Merge pull request #26 from phl0/NextionFormatting
Change other variables to references as well
2016-04-21 15:16:34 +01:00
phl0 d4e2b5f77e
Delete unneeded asserts 2016-04-21 15:46:18 +02:00
phl0 23738d97f6
Change variable types for strings used in writeDMR 2016-04-21 14:01:53 +02:00
Jonathan Naylor ba63f7fb19 Merge pull request #25 from phl0/NextionFormatting
Variable type for callsign in TFTSerial and HD44780
2016-04-21 11:50:00 +01:00
Jonathan Naylor 1b5d0a3426 Change M to improve the decoding. 2016-04-21 11:17:20 +01:00
phl0 a2413f30db
Changed type of callsign variable for TFTSerial 2016-04-21 12:09:54 +02:00
phl0 f6c7ee79c6
Changed type of callsign variable for HD44780 2016-04-21 12:03:55 +02:00
Jonathan Naylor 0cd1225d66 Merge pull request #24 from phl0/NextionFormatting
callsign variable now as reference
2016-04-21 10:18:01 +01:00
phl0 86aeaffd4c
Distinguish between linked und unlinked state for messages 2016-04-20 22:33:06 +02:00
phl0 991065fb0c
Changed variable type for callsign 2016-04-20 21:23:51 +02:00
Mathias Weyland 3fa480b047 Adding V/D type 2 VCH reconstruction (currently disabled).
I didn't have the chance to test this yet, hence the WRITE_BIT line
is commented out still. It's only a matter of getting the inter-
leaving right now, though.
2016-04-20 13:03:54 +02:00
Jonathan Naylor 6e4a7f5e9b Fix some missing unsigned int declarations. 2016-04-20 10:36:04 +01:00
Jonathan Naylor 2296b56457 Merge pull request #22 from phl0/NextionFormatting
remove compiler warning
2016-04-20 10:33:31 +01:00
phl0 bb01d19ce0 Merge remote-tracking branch 'upstream/master' into NextionFormatting 2016-04-20 11:04:58 +02:00
phl0 eea2939705
Remove compiler warning 2016-04-20 11:02:17 +02:00
Jonathan Naylor 7207bb6f91 Add missing include for Linux. 2016-04-20 09:14:28 +01:00
Jonathan Naylor 7e560c7e3b Display the FICH errors and fix minor bugs. 2016-04-20 07:29:09 +01:00
Jonathan Naylor d5bb3e6a8a Merge pull request #21 from phl0/NextionFormatting
Correct typo
2016-04-19 22:04:53 +01:00
phl0 bdc0bc9b8b Correct typo 2016-04-19 21:56:56 +02:00
Jonathan Naylor 93f26e74fe Bump the version date. 2016-04-19 19:51:39 +01:00
Jonathan Naylor adf90f9381 Small fixes for DMR data modes. 2016-04-19 19:46:16 +01:00
Jonathan Naylor 646ae93c09 Increase the size of the RF queues. 2016-04-19 18:06:39 +01:00
Jonathan Naylor 4cade601cc Disable YSF payload processing, pass through data raw for now. 2016-04-19 17:47:59 +01:00
Jonathan Naylor db75e2ed09 Convert the D-Star module to upper case. 2016-04-19 17:27:00 +01:00
Jonathan Naylor ae2ae9d188 Convert the callsign to upper case. 2016-04-19 17:25:13 +01:00
Jonathan Naylor 2b76af2e7b Improve D-Star error debugging. 2016-04-19 17:15:37 +01:00
Jonathan Naylor 0a74e8270f Merge pull request #20 from vk4tux/patch-1
Update DMRIds.dat
2016-04-19 14:15:42 +01:00