Joe Taylor
|
5adc211d1a
|
Correct a minor bug in qra64.c.
|
2019-01-08 13:47:53 -05:00 |
|
Steve Franke
|
c4d078f55f
|
Remove unnecessary character string space-padding.
|
2019-01-03 14:02:17 -06:00 |
|
Steve Franke
|
db5c9e1fe9
|
Make wspr OSD decoding work with type 2 messages (extended callsign + power in dBm).
|
2018-12-24 12:52:41 -06:00 |
|
Steve Franke
|
1a8ddad307
|
In ft8apset, mycall and dxcall must be at least 3 characters long, otherwise they are treated as non-existent.
|
2018-12-24 11:19:07 -06:00 |
|
Steve Franke
|
b44d7b472d
|
Fix a typo.
|
2018-12-24 10:49:40 -06:00 |
|
Steve Franke
|
318ce0020e
|
Try harder to ensure that we don't waste time trying to do ap decoding that would involve nonstandard calls. Current code does not support ap decoding with non-standard calls.
|
2018-12-24 10:45:02 -06:00 |
|
Bill Somerville
|
de9990bb60
|
Fix a mangled edit and an incorrect exit condition
|
2018-12-24 03:52:06 +00:00 |
|
Bill Somerville
|
8f9fdd29a8
|
Remove some unnecessary space padding and some compiler warnings
|
2018-12-24 02:23:56 +00:00 |
|
Bill Somerville
|
e4700b449e
|
Make checks for /P and /R exact and only for trailing suffixes
|
2018-12-24 02:22:39 +00:00 |
|
Steve Franke
|
b8287eb584
|
Bring encode77.f90 up to date.
|
2018-12-23 15:34:00 -06:00 |
|
Steve Franke
|
86bc2cf1fb
|
Merge branch 'hash-collision-handling' into hotfix-2.0.1-rc1
|
2018-12-23 14:05:37 -06:00 |
|
Steve Franke
|
081a302aca
|
wsprd: further refinement of OSD decode quality check.
|
2018-12-21 19:24:16 -06:00 |
|
Steve Franke
|
ddd9e8c3fb
|
wsprd: more rigorous quality checking of OSD-produced decodes. For now, discard all OSD decodes that map to an extended callsign.
|
2018-12-21 16:56:38 -06:00 |
|
Steve Franke
|
adb7a935b2
|
Put mycall13 into the 22-bit hash table only so that 22-bit hashes of mycall are recognized.
|
2018-12-21 13:20:14 -06:00 |
|
Steve Franke
|
4e2d61204f
|
cosmetic: remove comment-out statement.
|
2018-12-21 10:59:30 -06:00 |
|
Steve Franke
|
5034e21291
|
Remove some diagnostic writes.
|
2018-12-21 09:51:39 -06:00 |
|
Joe Taylor
|
a3f5c1a100
|
Do a "close(10)" only if we're in Fox mode.
|
2018-12-21 10:08:15 -05:00 |
|
Steve Franke
|
e87cf8dcc5
|
Guard against bounds errors in hash arrays. Try to keep cruft out of those arrays.
|
2018-12-20 20:41:44 -06:00 |
|
Steve Franke
|
0e7c679ae5
|
Don't initialize hash arrays twice.
|
2018-12-20 15:47:22 -06:00 |
|
Steve Franke
|
7a40bf2e4b
|
Use separate hash tables for 10, 12, and 22 bit hashes. Make unpacking i3=4 messages depend on whether unpack is being done on a received message, or a to-be-transmitted message. Give mycall13 priority over hash table entries in certain contexts.
|
2018-12-20 15:08:29 -06:00 |
|
Joe Taylor
|
6374ee9557
|
Merge branch 'hotfix-2.0.1-rc1' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.1-rc1
|
2018-12-19 12:18:49 -05:00 |
|
Joe Taylor
|
e2a73751b1
|
Don't execute Fox-related statements when not in Fox Mode. Protect against a bounds error.
|
2018-12-19 12:17:52 -05:00 |
|
Steve Franke
|
307948a25d
|
Remove an unused array.
|
2018-12-16 11:55:36 -06:00 |
|
Steve Franke
|
dfceef3662
|
Fix up ft8sim so that it prints a warning when SNR is set too high so that data will be clipped.
|
2018-12-07 11:10:25 -06:00 |
|
Steve Franke
|
337bae6d0d
|
Housekeeping. Remove unused code and unused variables. Silence some compiler warnings.
|
2018-12-05 16:06:33 -06:00 |
|
Steve Franke
|
fb39de196e
|
Merge branch 'hotfix-2.0.0-rc6' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc6
|
2018-12-05 10:19:26 -06:00 |
|
Joe Taylor
|
d8f7354c0e
|
Make fmtmsg aware of both message sizes, 22 and 37 chars.
|
2018-12-05 08:19:59 -05:00 |
|
Steve Franke
|
a5e82ac94c
|
Delete an unused routine. Fix a typo in a comment.
|
2018-12-04 20:01:55 -06:00 |
|
Joe Taylor
|
57594803b9
|
Merge branch 'hotfix-2.0.0-rc6' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc6
|
2018-12-03 13:12:45 -05:00 |
|
Steve Franke
|
6fc27d550d
|
Fix an egregious bug and another not-so-egregious bug. The egregious bug prevented decodes of most signals with negative DT.
|
2018-12-03 07:18:52 -06:00 |
|
Steve Franke
|
42d68ff84e
|
Add frequency drift (Hz/min) option to jt65sim.
|
2018-12-01 09:17:58 -06:00 |
|
Steve Franke
|
df37d9b1f7
|
Remove cqhund stuff and some other unused code.
|
2018-11-30 13:46:54 -06:00 |
|
Joe Taylor
|
9b2771e97a
|
Revert "Fix a typo."
This reverts commit 2c9ce10020 .
|
2018-11-30 14:34:17 -05:00 |
|
Joe Taylor
|
9785fb9a90
|
Revert "Don't allow divide-by-0 for pathological JT4 signal."
This reverts commit 038405bc1e .
|
2018-11-30 14:34:14 -05:00 |
|
Joe Taylor
|
56a52fa7a4
|
Revert "Protect against negative ccfred() value in sync4."
This reverts commit 72d3e6f6b0 .
|
2018-11-30 14:33:49 -05:00 |
|
Steve Franke
|
2b0f7a74e7
|
Remove a diagnostic write statement.
|
2018-11-29 11:18:48 -06:00 |
|
Steve Franke
|
9cebf3a540
|
Discourage jt65sim from crashing when 11025 sample rate is selected.
|
2018-11-29 10:34:27 -06:00 |
|
Steve Franke
|
5741407070
|
Enable jt65sim to simulate the shorthand messages RO,RRR, and 73
|
2018-11-28 16:04:01 -06:00 |
|
Joe Taylor
|
461b87f047
|
Minor improvement in code that checks for bad FT8 messages.
|
2018-11-27 15:34:01 -05:00 |
|
Joe Taylor
|
9e74125799
|
Don't allow an illegal message to crash routine genft8().
|
2018-11-27 15:26:24 -05:00 |
|
Joe Taylor
|
588d429c24
|
Merge branch 'hotfix-2.0.0-rc5' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc5
|
2018-11-26 08:54:18 -05:00 |
|
Steve Franke
|
e434bc5b55
|
Remove obsolete routines related to msk144.
|
2018-11-23 15:10:44 -06:00 |
|
Joe Taylor
|
eb0930294d
|
Add suggested message type i3.n3 = 0.6.
|
2018-11-21 10:17:16 -05:00 |
|
Joe Taylor
|
43a5d7b519
|
Starting branch hotfix-2.0.0-rc5.
|
2018-11-14 10:44:36 -05:00 |
|
Joe Taylor
|
72d3e6f6b0
|
Protect against negative ccfred() value in sync4.
|
2018-11-12 12:28:17 -05:00 |
|
Joe Taylor
|
038405bc1e
|
Don't allow divide-by-0 for pathological JT4 signal.
|
2018-11-12 11:44:55 -05:00 |
|
Bill Somerville
|
30d587ffc7
|
Fix a couple of WSPR memory leaks and remove some compiler warnings
|
2018-11-12 13:58:35 +00:00 |
|
Steve Franke
|
ab34db7556
|
Get rid of unused variable ldecode77.
|
2018-11-05 14:40:55 -06:00 |
|
Joe Taylor
|
0235cf69ff
|
Remove all vestiges of old (isync=1) FT8 mode. Many changes here!
|
2018-11-05 11:59:48 -05:00 |
|
Joe Taylor
|
1589e4f126
|
Don't append end-of-line AP info is ncontest is nonzero.
|
2018-11-02 15:12:06 -04:00 |
|