⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cmdline.ggo

📁 NGN-3G核心部件SGSN的代码实现
💻 GGO
字号:
# OpenGGSN - Gateway GPRS Support Node# Copyright (C) 2002, 2003, 2004 Mondru AB.#  # The contents of this file may be used under the terms of the GNU# General Public License Version 2, provided that the above copyright# notice and this permission notice is included in all copies or# substantial portions of the software.#  # Use "gengetopt --conf-parser < cmdline.ggo" # to generate cmdline.c and cmdline.hoption  "debug"        d "Run in debug mode"              flag   offoption  "conf"         c "Read configuration file"        string nooption  "pidfile"      - "Filename of process id file"    string default="./sgsnemu.pid" nooption  "statedir"     - "Directory of nonvolatile data"  string default="./" nooption  "dns"          - "DNS Server to use"              string nooption  "listen"       l "Local interface"                string nooption  "remote"       r "Remote host"                    string nooption  "contexts"     - "Number of contexts"             int    default="1" nooption  "timelimit"    - "Exit after timelimit seconds"   int default="0" nooption  "gtpversion"   - "GTP version to use"             int    default="1" nooption  "apn"          a "Access point name"              string default="internet" nooption  "selmode"      - "Selection mode"                 int    default="0x01" nooption  "imsi"         i "IMSI"                           string default="240010123456789" nooption  "nsapi"        - "NSAPI"                          int default="0" nooption  "msisdn"       m "Mobile Station ISDN number"     string default="46702123456" nooption  "qos"          q "Requested quality of service"   int    default="0x0b921f" nooption  "charging"     - "Charging characteristics"       int    default="0x0800" nooption  "uid"          u "Login user ID"                  string default="mig" nooption  "pwd"          p "Login password"                 string default="hemmelig" nooption  "createif"     - "Create local network interface" flag   offoption  "net"          n "Network address for local interface" string nooption  "defaultroute" - "Create default route"           flag   offoption  "ipup"         - "Script to run after link-up"    string nooption  "ipdown"       - "Script to run after link-down"  string nooption  "pinghost"     - "Ping remote host"               string nooption  "pingrate"     - "Number of ping req per second"  int default="1" nooption  "pingsize"     - "Number of ping data bytes"      int default="56" nooption  "pingcount"    - "Number of ping req to send"     int default="0" nooption  "pingquiet"    - "Do not print ping packet info"  flag off

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -