##----------------------------------------------------------------------------- ## check/umts.exp __FLI4LVER__ ## ## P L E A S E R E A D T H E D O C U M E N T A T I O N , ## ## B I T T E U N B E D I N G T D I E D O K U M E N T A T I O N ## ## Creation: ?? ## Last Update: $Id$ ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by ## the Free Software Foundation; either version 2 of the License, or ## (at your option) any later version. ##----------------------------------------------------------------------------- UMTS_ADAPTER = 'usbstick|pcmcia|usbphone' : 'only allowed usbstick, pcmcia or usbphone' UMTS_DEV = 'ttyS[01234]|ttyUSB[0123]|ttyACM0|ttyHS[01234]' : 'ttyS[01234], ttyUSB[0123], ttyACM0 or ttyHS[01234]' UMTS_GPRS_UMTS = 'both|gprs|umts' : 'both, gprs or umts' UMTS_TIMEOUT = '(RE:NUMERIC)|never' : 'invalid timeout specification, use a numerical value or never' UMTS_PIN = '[0-9]{4}|disabled' : 'Pin only 4 numbers allowed or the word "disabled"' UMTS_NAME = '[-0-9A-Za-z]{1,15}' : 'only up to 15 characters allowed; characters should be numbers, letters or minus sign' +FW_IF(OPT_UMTS) = 'pppoe' : '' +RRDTOOL_SOURCE = 'umts' : '' UMTS_HEX = '[[:xdigit:]]{4}' : '' UMTS_EHEX = '()|(RE:UMTS_HEX)' : '' UMTS_DRV = '(hso|option|usbserial)([[:space:]]+.*)?' : '' UMTS_SWITCH = '(RE:NONE)' : ''