blob: 6559f5583e06d03bdc8124afa698764ab8126990 [file] [log] [blame]
Harald Welte632e8432017-09-05 18:12:14 +02001# OsmoGGSN - Gateway GPRS Support Node
jjako0fe0df02004-09-17 11:30:40 +00002# Copyright (C) 2002, 2003, 2004 Mondru AB.
jjako52c24142002-12-16 13:33:51 +00003#
jjakoa7cd2492003-04-11 09:40:12 +00004# The contents of this file may be used under the terms of the GNU
5# General Public License Version 2, provided that the above copyright
6# notice and this permission notice is included in all copies or
7# substantial portions of the software.
jjako52c24142002-12-16 13:33:51 +00008#
jjakoa7cd2492003-04-11 09:40:12 +00009# Use "gengetopt --conf-parser < cmdline.ggo"
10# to generate cmdline.c and cmdline.h
jjako52c24142002-12-16 13:33:51 +000011
jjakoa7cd2492003-04-11 09:40:12 +000012option "debug" d "Run in debug mode" flag off
jjako52c24142002-12-16 13:33:51 +000013
jjakoa7cd2492003-04-11 09:40:12 +000014option "conf" c "Read configuration file" string no
15option "pidfile" - "Filename of process id file" string default="./sgsnemu.pid" no
16option "statedir" - "Directory of nonvolatile data" string default="./" no
jjako52c24142002-12-16 13:33:51 +000017
jjakoa7cd2492003-04-11 09:40:12 +000018option "dns" - "DNS Server to use" string no
19option "listen" l "Local interface" string no
20option "remote" r "Remote host" string no
jjako52c24142002-12-16 13:33:51 +000021
jjakoa7cd2492003-04-11 09:40:12 +000022option "contexts" - "Number of contexts" int default="1" no
23option "timelimit" - "Exit after timelimit seconds" int default="0" no
jjako52c24142002-12-16 13:33:51 +000024
jjako193e8b12003-11-10 12:31:41 +000025option "gtpversion" - "GTP version to use" int default="1" no
jjakoa7cd2492003-04-11 09:40:12 +000026option "apn" a "Access point name" string default="internet" no
jjako1a51df72004-07-20 08:30:21 +000027option "selmode" - "Selection mode" int default="0x01" no
jjakoa7cd2492003-04-11 09:40:12 +000028option "imsi" i "IMSI" string default="240010123456789" no
jjako193e8b12003-11-10 12:31:41 +000029option "nsapi" - "NSAPI" int default="0" no
jjakoa7cd2492003-04-11 09:40:12 +000030option "msisdn" m "Mobile Station ISDN number" string default="46702123456" no
31option "qos" q "Requested quality of service" int default="0x0b921f" no
jjako7e051d32004-05-27 20:06:36 +000032option "charging" - "Charging characteristics" int default="0x0800" no
jjakoa7cd2492003-04-11 09:40:12 +000033option "uid" u "Login user ID" string default="mig" no
34option "pwd" p "Login password" string default="hemmelig" no
jjako52c24142002-12-16 13:33:51 +000035
jjakoa7cd2492003-04-11 09:40:12 +000036option "createif" - "Create local network interface" flag off
jjako193e8b12003-11-10 12:31:41 +000037option "net" n "Network address for local interface" string no
jjakoa7cd2492003-04-11 09:40:12 +000038option "defaultroute" - "Create default route" flag off
39option "ipup" - "Script to run after link-up" string no
40option "ipdown" - "Script to run after link-down" string no
jjako5da68452003-01-28 16:08:47 +000041
jjakoa7cd2492003-04-11 09:40:12 +000042option "pinghost" - "Ping remote host" string no
Harald Welte73d28c92017-09-24 08:34:36 +080043option "pingrate" - "Number of ping req per second" int default="1" no
44option "pingsize" - "Number of ping data bytes" int default="56" no
45option "pingcount" - "Number of ping req to send" int default="0" no
jjakoa7cd2492003-04-11 09:40:12 +000046option "pingquiet" - "Do not print ping packet info" flag off
jjako5da68452003-01-28 16:08:47 +000047