1 ##############################################################################
3 # Sample sgsnemu configuration file
5 ##############################################################################
8 # Include this flag to include debug information.
13 # Configuration file to use. This file is the configuration file,
14 # so changing this parameter in the configuration file does not make
15 # sense. Use it on the command line instead.
18 # File to store information about the pricess id of the program.
19 # The program must have write access to this file/directory.
20 #pidfile ./sgsnemu.pid
23 # Directory to use for nonvolatile storage.
24 # The program must have write access to this directory.
29 # DNS server to use for ns lookups.
30 # If this tag is not set the system default DNS will be used.
34 # Specifies the local IP address to listen to
38 # Specifies the remote IP address to connect to
39 # If DNS is setup correctly it should be possible to specify the
40 # access point name (APN) as the remote address.
45 # Number of contexts to establish from the emulator to the ggsn.
46 # Set this tag to zero to not establish any contexts.
50 # Disconnect contexts after timelimit seconds, and exit the program.
51 # Setting timelimit to zero will cause the program not to disconnect.
56 # Access point name to connect to when run in client mode.
60 # Selection mode to use when connecting to GGSN.
64 # IMSI number used when run in client mode.
65 #imsi 2400101234567890
68 # MSISDN number used when run in client mode.
72 # Requested Quality of Service used when run in client mode.
73 # 3 bytes corresponding to ????
77 # User ID used when run in client mode.
81 # Password used when run in client mode.
86 # Use this flag if you want to set up a local network interface after
87 # a PDP context has been established.
91 # Use this flag if you want to add a default route after a network interface
92 # had been established.
96 # Script executed after network interface has been brought up.
97 # Executed with the following parameters: <devicename> <ip address>
98 #ipup /etc/sgsnemu/ip-up
101 # Script executed after network interface has been taken down.
102 # Executed with the following parameters: <devicename> <ip address>
103 #ipdown /etc/sgsnemu/ip-down
107 # Ping a remote host through a PDP context by using ICMP echo messages.
108 # If more than one PDP context has been established the ICMP messages will
109 # be distributed between all available contexts.
110 #pinghost 192.168.0.0
113 # Number of ping messages to send off each second.
117 # Size of ICMP echo message payload. Add 28 to get the full IP packet size.
121 # Number of ping messages to send off.
125 # Do not print ping packet info.