/** * dvbsec_cfg (i.e. linuxtv SEC format) configuration file support. * * Copyright (c) 2006 by Andrew de Quincey * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ /** * This library allows SEC (Satellite Equipment Control) configurations * to be retrieved. Each configuration is identified by a unique satellite_id. * * In order to make things as easy as possible for users, there are a set of * defaults hardcoded into the library covering the majority of LNB types. When * these are used, the standard back-compatable sequence defined in the DISEQC * standard will be used - this will suffice for _most_ situations. * * UNIVERSAL - Europe, 10800 to 11800 MHz and 11600 to 12700 Mhz, Dual LO, loband 9750, hiband 10600 MHz. * DBS - Expressvu, North America, 12200 to 12700 MHz, Single LO, 11250 MHz. * STANDARD - 10945 to 11450 Mhz, Single LO, 10000Mhz. * ENHANCED - Astra, 10700 to 11700 MHz, Single LO, 9750MHz. * C-BAND - Big Dish, 3700 to 4200 MHz, Single LO, 5150Mhz. * C-MULTI - Big Dish - Multipoint LNBf, 3700 to 4200 MHz, Dual LO, H:5150MHz, V:5750MHz. * * However, for the power user with a more complex setup, these simple defaults * are not enough. Therefore, it is also possible to define additional SEC * configurations in an external configuration file. This file consists of multiple * entries in the following format: * * [sec] * name= * switch-frequency= * lof-lo-v= * lof-lo-h= * lof-lo-l= * lof-lo-r= * lof-hi-v= * lof-hi-h= * lof-hi-l= * lof-hi-r= * config-type= * cmd-lo-v= * cmd-lo-h= * cmd-lo-r= * cmd-lo-l= * cmd-hi-v= * cmd-hi-h= * cmd-hi-r= * cmd-hi-l= * * The sec_id is whatever unique value you wish. If it is the same as one of the hardcoded defaults, the configuration * details from the file will be used instead of the hardcoded ones. * The switch-frequency (or SLOF) indicates the point seperating low band frequencies from high band frequencies. * Set this value to 0 if there is only one frequency band. * The lof-lo-v is the frequency adjustment for V + low band (i.e. less than SLOF), or is used if switch-frequency==0. * The lof-lo-h is the frequency adjustment for H + low band (i.e. less than SLOF), or is used if switch-frequency==0. * The lof-lo-l is the frequency adjustment for L + low band (i.e. less than SLOF), or is used if switch-frequency==0. * The lof-lo-r is the frequency adjustment for R + low band (i.e. less than SLOF), or is used if switch-frequency==0. * The lof-hi-v is the frequency adjustment for V + high band (unused if switch-frequency==0). * The lof-hi-h is the frequency adjustment for H + high band (unused if switch-frequency==0). * The lof-hi-l is the frequency adjustment for L + high band (unused if switch-frequency==0). * The lof-hi-r is the frequency adjustment for R + high band (unused if switch-frequency==0). * * config-type indicates the desired type of SEC command to use, it may be: * none - No SEC commands will be issued (frequenc
# Sweden - Motala/Ervasteby
# T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy
T 522000000 8MHz 2/3 NONE QAM64 8k 1/8 NONE
T 626000000 8MHz 2/3 NONE QAM64 8k 1/8 NONE
T 474000000 8MHz 2/3 NONE QAM64 8k 1/8 NONE
T 642000000 8MHz 2/3 NONE QAM64 8k 1/8 NONE
T 722000000 8MHz 2/3 NONE QAM64 8k 1/8 NONE