#------------------------------------------------------------------------------ # fli4l __FLI4LVER__ - configuration check for umts # # Last Update: $Id$ # # Copyright (c) 2010-2016 - fli4l-Team #------------------------------------------------------------------------------ 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,8}|disabled' : 'Pin only 4 to 8 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|sierra)([[:space:]]+.*)?' : '' UMTS_SWITCH = '(RE:NONE)' : ''