blob: c378da116ae4b10cc64f8b8314ff0227dacd11aa [file] [log] [blame]
jjako52c24142002-12-16 13:33:51 +00001##############################################################################
2#
3# Sample sgsnemu configuration file
4#
5##############################################################################
6
7# TAG: fg
8# Include this flag if process is to run in the foreground
9#
10fg
11
12# TAG: debug
13# Include this flag to include debug information.
14#debug
15
16
17# TAG: conf
18# Configuration file to use. This file is the configuration file,
19# so changing this parameter in the configuration file does not make
20# sense. Use it on the command line instead.
21
22# TAG: pidfile
23# File to store information about the pricess id of the program.
24# The program must have write access to this file/directory.
25#pidfile ./sgsnemu.pid
26
27# TAG: statedir
28# Directory to use for nonvolatile storage.
29# The program must have write access to this directory.
30#pidfile ./sgsnemu.pid
31
32
33# TAG: dns
34# DNS server to use for ns lookups.
35# If this tag is not set the system default DNS will be used.
36#pidfile ./sgsnemu.pid
37
38# TAG: listen
39# Specifies the local IP address to listen to
40listen 10.0.0.220
41
42# TAG: remote
43# Specifies the remote IP address to connect to
44# If DNS is setup correctly it should be possible to specify the
45# access point name (APN) as the remote address.
46remote 10.0.0.240
47
48# TAG: net
49# IP network address of external packet data network
50# This tag is used for setting up routing at the emulator
51#net 192.168.0.0
52
53# TAG: mask
54# IP network mask of external packet data network
55# This tag is used for setting up routing at the emulator
56#mask 255.255.255.0
57
58
59# TAG: contexts
60# Use of this tag is EXPERIMENTAL
61# Number of contexts to establish from the emulator to the ggsn.
62# Set this tag to zero to not establish any contexts.
63#contexts 1
64
65# TAG: static
66# Use of this tag is EXPERIMENTAL
67# Use this flag if you do not want to set dynamic tun interfaces.
68# If this flag is set a single network interface is established.
69#contexts 1
70
71# TAG: timelimit
72# Disconnect contexts after timelimit seconds, and exit the program.
73# Setting timelimit to zero will cause the program not to disconnect.
74#timelimit 0
75
76
77# TAG: apn
78# Access point name to connect to when run in client mode.
79#apn internet
80
81# TAG: imsi
82# IMSI number used when run in client mode.
83#imsi 2400101234567890
84
85# TAG: msisdn
86# MSISDN number used when run in client mode.
87#msisdn 46702123456
88
89# TAG: qos
90# Requested Quality of Service used when run in client mode.
91# 3 bytes corresponding to ????
92#qos 0x0b921f
93
94# TAG: uid
95# User ID used when run in client mode.
96#uid mig
97
98# TAG: pwd
99# Password used when run in client mode.
100#pwd hemlig
101
102