sgsnemu: Fix up gengetopt file for rattype, userloc, mstz, imeisv
[openggsn.git] / sgsnemu / cmdline.ggo
blob3d12b91c33e0aa9c948af08f02f5cc265c35d7f2
1 # OpenGGSN - Gateway GPRS Support Node
2 # Copyright (C) 2002, 2003, 2004 Mondru AB.
3 #  
4 # 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.
8 #  
9 # Use "gengetopt --conf-parser < cmdline.ggo" 
10 # to generate cmdline.c and cmdline.h
12 option  "debug"        d "Run in debug mode"              flag   off
14 option  "conf"         c "Read configuration file"        string no
15 option  "pidfile"      - "Filename of process id file"    string default="./sgsnemu.pid" no
16 option  "statedir"     - "Directory of nonvolatile data"  string default="./" no
18 option  "dns"          - "DNS Server to use"              string no
19 option  "listen"       l "Local interface"                string no
20 option  "remote"       r "Remote host"                    string no
22 option  "contexts"     - "Number of contexts"             int    default="1" no
23 option  "timelimit"    - "Exit after timelimit seconds"   int default="0" no
25 option  "gtpversion"   - "GTP version to use"             int    default="1" no
26 option  "apn"          a "Access point name"              string default="internet" no
27 option  "selmode"      - "Selection mode"                 int    default="0x01" no
28 option  "rattype"      - "Radio Access Technology Type"   int    default="1" no typestr="1..5"
29 option  "userloc"      - "User Location Information"      string    default="02509946241207" no typestr="type.MCC.MNC.LAC.CIorSACorRAC"
30 option  "mstz"         - "MS Time Zone"                   string    default="0" no typestr="sign.NbQuartersOfAnHour.DSTAdjustment"
31 option  "imeisv"       - "IMEI(SV) International Mobile Equipment Identity (and Software Version)" string default="2143658709214365" no
32 option  "imsi"         i "IMSI"                           string default="240010123456789" no
33 option  "nsapi"        - "NSAPI"                          int default="0" no
34 option  "msisdn"       m "Mobile Station ISDN number"     string default="46702123456" no
35 option  "qos"          q "Requested quality of service"   int    default="0x000b921f" no
36 option  "qose1"        - "Requested quality of service Extension 1"   int    default="0x9396404074f9ffff" no
37 option  "qose2"        - "Requested quality of service Extension 2"   int    default="0x11" no
38 option  "qose3"        - "Requested quality of service Extension 3"   int    default="0x0101" no
39 option  "qose4"        - "Requested quality of service Extension 4"   int    default="0x4040" no
40 option  "charging"     - "Charging characteristics"       int    default="0x0800" no
41 option  "uid"          u "Login user ID"                  string default="mig" no
42 option  "pwd"          p "Login password"                 string default="hemmelig" no
44 option  "createif"     - "Create local network interface" flag   off
45 option  "net"          n "Network address for local interface" string no
46 option  "defaultroute" - "Create default route"           flag   off
47 option  "ipup"         - "Script to run after link-up"    string no
48 option  "ipdown"       - "Script to run after link-down"  string no
50 option  "pinghost"     - "Ping remote host"               string no
51 option  "pingrate"     - "Number of ping req per second"  int default="1" no
52 option  "pingsize"     - "Number of ping data bytes"      int default="56" no
53 option  "pingcount"    - "Number of ping req to send"     int default="0" no
54 option  "pingquiet"    - "Do not print ping packet info"  flag off