diff options
author | Bob Goddard <linuxtv@1.linuxtv.bgcomp.co.uk> | 2016-04-26 08:34:29 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-05-09 18:42:32 -0300 |
commit | e56800218f88cb777577083161975a3078ac0bf7 (patch) | |
tree | b718277c5fe8bd2a9a31075016f8478541ec0cb9 | |
parent | 138d406945fb110062214d30b73ed4c71f433691 (diff) | |
download | dtv-scan-tables-e56800218f88cb777577083161975a3078ac0bf7.tar.gz |
Errors in scan file
I posted an email with a patch back on 04/02/2016 17:32 only to find that nothing has been done.
This patch, reproduced below adds 2 new transponders to Astra 28.2E and removes a trailing space. This trailing spaces causes dvbv5-scan to segfault.
Why has this not been actioned and why was my email address banned? Is this a close community that tells people to f-off?
dvb-s/Astra-28.2E | 27 ++++++++++++++++++++++++---
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
-rw-r--r-- | dvb-s/Astra-28.2E | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dvb-s/Astra-28.2E b/dvb-s/Astra-28.2E index 42168f6c..0266839c 100644 --- a/dvb-s/Astra-28.2E +++ b/dvb-s/Astra-28.2E @@ -275,6 +275,17 @@ MODULATION = QPSK INVERSION = AUTO +## Astra 2E +# Transponder 31 +[CHANNEL] + DELIVERY_SYSTEM = DVBS + FREQUENCY = 12304000 + POLARIZATION = HORIZONTAL + SYMBOL_RATE = 27500000 + INNER_FEC = 2/3 + MODULATION = QPSK + INVERSION = AUTO + # Transponder 32 [CHANNEL] DELIVERY_SYSTEM = DVBS2 @@ -699,6 +710,16 @@ MODULATION = QPSK INVERSION = AUTO +# Transponder 102 +[CHANNEL] + DELIVERY_SYSTEM = DVBS + FREQUENCY = 11656000 + POLARIZATION = VERTICAL + SYMBOL_RATE = 22000000 + INNER_FEC = 5/6 + MODULATION = QPSK + INVERSION = AUTO + # Transponder 103 [CHANNEL] DELIVERY_SYSTEM = DVBS |