Skip to content

Commit c9845cd

Browse files
committed
debian: Import patch from PR glidernet#26
1 parent a7244a9 commit c9845cd

2 files changed

Lines changed: 42 additions & 0 deletions

File tree

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
From d0b2ab2308642e1082f2f0cac4be570c97c87d9a Mon Sep 17 00:00:00 2001
2+
From: "Fabian P. Schmidt" <kerel-fs@gmx.de>
3+
Date: Mon, 13 Feb 2017 18:02:32 +0100
4+
Subject: [PATCH] Add rtlsdr-ogn.conf conffile
5+
6+
---
7+
etc/rtlsdr-ogn.conf | 22 ++++++++++++++++++++++
8+
1 file changed, 22 insertions(+)
9+
create mode 100644 etc/rtlsdr-ogn.conf
10+
11+
diff --git a/etc/rtlsdr-ogn.conf b/etc/rtlsdr-ogn.conf
12+
new file mode 100644
13+
index 0000000..7151397
14+
--- /dev/null
15+
+++ b/etc/rtlsdr-ogn.conf
16+
@@ -0,0 +1,22 @@
17+
+
18+
+RF:
19+
+{
20+
+ FreqCorr = +50; # [ppm] "big" R820T sticks have 40-80ppm correction factors, measure it with gsm_scan
21+
+
22+
+ GSM: # for frequency calibration based on GSM signals
23+
+ { CenterFreq = 938.4; # [MHz] find the best GSM frequency with gsm_scan
24+
+ Gain = 25.0; # [dB] RF input gain (beware that GSM signals are very strong !)
25+
+ } ;
26+
+} ;
27+
+
28+
+Position:
29+
+{ Latitude = +48.0000; # [deg] Antenna coordinates
30+
+ Longitude = +9.0000; # [deg]
31+
+ Altitude = 100; # [m] Altitude above sea leavel
32+
+ GeoidSepar = 48; # [m] Geoid separation: FLARM transmits GPS altitude, APRS uses means Sea level altitude
33+
+} ;
34+
+
35+
+APRS:
36+
+{ Call = "SampleAPRSnameToChange"; # APRS callsign (max. 9 characters)
37+
+ # Please refer to http://wiki.glidernet.org/receiver-naming-convention
38+
+} ;
39+
--
40+
2.1.4
41+

debian/patches/series

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
0002-Move-version-string-from-Makefile-to-VERSION.txt.patch
33
0003-Improve-Makefile.patch
44
0004-Makefile-Add-all-to-phony-targets.patch
5+
0001-Add-rtlsdr-ogn.conf-conffile.patch
56
0001-ogn-rf-Detect-if-stdin-is-a-terminal.patch

0 commit comments

Comments
 (0)