From e7855f4fed7766032a5674cf3a932856460df799 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Mon, 18 Jan 2016 00:26:10 +0000 Subject: Imported Upstream version 0+git20151202.3864e0a --- dvb-t/se-Ragunda | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 dvb-t/se-Ragunda (limited to 'dvb-t/se-Ragunda') diff --git a/dvb-t/se-Ragunda b/dvb-t/se-Ragunda new file mode 100644 index 0000000..7bd1705 --- /dev/null +++ b/dvb-t/se-Ragunda @@ -0,0 +1,35 @@ +# Sweden - Ragunda +[CHANNEL] + DELIVERY_SYSTEM = DVBT + FREQUENCY = 474000000 + BANDWIDTH_HZ = 8000000 + +[CHANNEL] + DELIVERY_SYSTEM = DVBT + FREQUENCY = 618000000 + BANDWIDTH_HZ = 8000000 + +[CHANNEL] + DELIVERY_SYSTEM = DVBT + FREQUENCY = 538000000 + BANDWIDTH_HZ = 8000000 + +[CHANNEL] + DELIVERY_SYSTEM = DVBT + FREQUENCY = 562000000 + BANDWIDTH_HZ = 8000000 + +[CHANNEL] + DELIVERY_SYSTEM = DVBT + FREQUENCY = 786000000 + BANDWIDTH_HZ = 8000000 + +[CHANNEL] + DELIVERY_SYSTEM = DVBT2 + FREQUENCY = 490000000 + BANDWIDTH_HZ = 8000000 + +[CHANNEL] + DELIVERY_SYSTEM = DVBT2 + FREQUENCY = 778000000 + BANDWIDTH_HZ = 8000000 -- cgit v1.2.3 ux.git/refs/?id=7496af7c8678b4ee97f9913b26dad028149eed79'>refslogtreecommitdiffstats
path: root/plugin_seti.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-07BUG: handle negative delays in timer_process() (timer.c)mzuther1-0/+4
2010-02-06timer.c: I had forgotten how to initialize a "struct" :)mzuther1-3/+4
2010-02-06BUG: compensate timers for processing delay ("timer.c")mzuther1-1/+3
2010-02-06timer.c: exchanged "proprietary code" with timeradd() and timersub() functionsmzuther1-14/+10
2010-02-04timer.c: removed fruitless changes to variable "flag" from timer_process()mzuther1-2/+0
2010-02-04According to its man page, timercmp() is broken on some systems -- applied th...mzuther1-1/+1
2010-02-04small warning removedmichael1-1/+1
2010-02-04clear errno after creating the FIFO by Claas Hilbrechtmichael1-0/+2