From 52c2414f6cabefb0427475756e8ac4856180bc59 Mon Sep 17 00:00:00 2001 From: jjako Date: Mon, 16 Dec 2002 13:33:51 +0000 Subject: Initial revision --- examples/ggsn.conf | 69 ++++++++++++++++++++++++++++++++++ examples/sgsnemu.conf | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 171 insertions(+) create mode 100644 examples/ggsn.conf create mode 100644 examples/sgsnemu.conf (limited to 'examples') diff --git a/examples/ggsn.conf b/examples/ggsn.conf new file mode 100644 index 0000000..ad2dcd6 --- /dev/null +++ b/examples/ggsn.conf @@ -0,0 +1,69 @@ +############################################################################## +# +# Sample ggsn configuration file +# +############################################################################## + +# TAG: fg +# Include this flag if process is to run in the foreground +# +fg + +# TAG: debug +# Include this flag to include debug information. +#debug + + +# TAG: conf +# Configuration file to use. This file is the configuration file, +# so changing this parameter in the configuration file does not make +# sense. Use it on the command line instead. + +# TAG: pidfile +# File to store information about the process id of the program. +# The program must have write access to this file/directory. +#pidfile /var/run/ggsn.pid + +# TAG: statedir +# Directory to use for nonvolatile storage. +# The program must have write access to this directory. +#pidfile /var/lib/ggsn/ + + +# TAG: listen +# Specifies the local IP address to listen to +listen 10.0.0.240 + +# TAG: net +# IP network address of external packet data network +# Used to allocate dynamic IP addresses and set up routing. +#net 192.168.0.0 + +# TAG: mask +# IP network mask of external packet data network +# Used to allocate dynamic IP addresses and set up routing. +#mask 255.255.255.0 + + +# TAG: timelimit +# Exit after timelimit seconds. +# Setting timelimit to zero will cause the program not to exit. +#timelimit 0 + + +# TAG: qos +# Use of this tag is EXPERIMENTAL +# Requested Quality of Service used when run in client mode. +# 3 bytes corresponding to ???? +#qos 0x0b921f + +# TAG: apn +# Use of this tag is EXPERIMENTAL +# Access point name to connect to when run in client mode. +#apn internet + + + + + + diff --git a/examples/sgsnemu.conf b/examples/sgsnemu.conf new file mode 100644 index 0000000..c378da1 --- /dev/null +++ b/examples/sgsnemu.conf @@ -0,0 +1,102 @@ +############################################################################## +# +# Sample sgsnemu configuration file +# +############################################################################## + +# TAG: fg +# Include this flag if process is to run in the foreground +# +fg + +# TAG: debug +# Include this flag to include debug information. +#debug + + +# TAG: conf +# Configuration file to use. This file is the configuration file, +# so changing this parameter in the configuration file does not make +# sense. Use it on the command line instead. + +# TAG: pidfile +# File to store information about the pricess id of the program. +# The program must have write access to this file/directory. +#pidfile ./sgsnemu.pid + +# TAG: statedir +# Directory to use for nonvolatile storage. +# The program must have write access to this directory. +#pidfile ./sgsnemu.pid + + +# TAG: dns +# DNS server to use for ns lookups. +# If this tag is not set the system default DNS will be used. +#pidfile ./sgsnemu.pid + +# TAG: listen +# Specifies the local IP address to listen to +listen 10.0.0.220 + +# TAG: remote +# Specifies the remote IP address to connect to +# If DNS is setup correctly it should be possible to specify the +# access point name (APN) as the remote address. +remote 10.0.0.240 + +# TAG: net +# IP network address of external packet data network +# This tag is used for setting up routing at the emulator +#net 192.168.0.0 + +# TAG: mask +# IP network mask of external packet data network +# This tag is used for setting up routing at the emulator +#mask 255.255.255.0 + + +# TAG: contexts +# Use of this tag is EXPERIMENTAL +# Number of contexts to establish from the emulator to the ggsn. +# Set this tag to zero to not establish any contexts. +#contexts 1 + +# TAG: static +# Use of this tag is EXPERIMENTAL +# Use this flag if you do not want to set dynamic tun interfaces. +# If this flag is set a single network interface is established. +#contexts 1 + +# TAG: timelimit +# Disconnect contexts after timelimit seconds, and exit the program. +# Setting timelimit to zero will cause the program not to disconnect. +#timelimit 0 + + +# TAG: apn +# Access point name to connect to when run in client mode. +#apn internet + +# TAG: imsi +# IMSI number used when run in client mode. +#imsi 2400101234567890 + +# TAG: msisdn +# MSISDN number used when run in client mode. +#msisdn 46702123456 + +# TAG: qos +# Requested Quality of Service used when run in client mode. +# 3 bytes corresponding to ???? +#qos 0x0b921f + +# TAG: uid +# User ID used when run in client mode. +#uid mig + +# TAG: pwd +# Password used when run in client mode. +#pwd hemlig + + -- cgit v1.2.3