[Gpredict-svn] SF.net SVN: gpredict:[628] trunk
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2010-07-10 00:17:06
|
Revision: 628
http://gpredict.svn.sourceforge.net/gpredict/?rev=628&view=rev
Author: csete
Date: 2010-07-10 00:16:57 +0000 (Sat, 10 Jul 2010)
Log Message:
-----------
Fixed incorrect frequecies for HO-68 mode V/U packet.
Modified Paths:
--------------
trunk/ChangeLog
trunk/NEWS
trunk/data/trsp/36122.trsp
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-07-09 13:02:43 UTC (rev 627)
+++ trunk/ChangeLog 2010-07-10 00:16:57 UTC (rev 628)
@@ -6,6 +6,9 @@
* src/gtk-rig-ctrl.c:
Added option for manual T/R switch for FT-817/857/897 (RIG_TYPE_TOGGLE_MAN).
The auto mode has been renamed to RIG_TYPE_TOGGLE_AUTO.
+
+ * data/trsp/36122.trsp:
+ Fixed incorrect V/U packet frequencies.
2010-06-18 Alexandru Csete <oz9aec at gmail.com>
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2010-07-09 13:02:43 UTC (rev 627)
+++ trunk/NEWS 2010-07-10 00:16:57 UTC (rev 628)
@@ -40,6 +40,7 @@
- Command line options for cleaning user's TLE and transponder data, see --help for list.
- Satellite Map: Added shadow to satellite marker and label to enhance visual appearance
over light background map regions.
+- Fixed incorrect uplink and downlink frequencies for HO-68, mode V/U packet.
Changes in version 1.1 (5 Oct 2009)
Modified: trunk/data/trsp/36122.trsp
===================================================================
--- trunk/data/trsp/36122.trsp 2010-07-09 13:02:43 UTC (rev 627)
+++ trunk/data/trsp/36122.trsp 2010-07-10 00:16:57 UTC (rev 628)
@@ -16,7 +16,7 @@
INVERT=true
[Mode V/U BBS AFSK]
-DOWN_LOW=145825000
-UP_LOW=435675000
+UP_LOW=145825000
+DOWN_LOW=435675000
MODE=AFSK
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|