update git URLs (git -> https; gitea)
[openggsn.git] / examples / sgsnemu.conf
blob43b2458ec30c778ceb6b908ecd40836d22e9d10d
1 ##############################################################################
3 # Sample sgsnemu configuration file
5 ##############################################################################
7 # TAG: debug
8 # Include this flag to include debug information.
9 #debug
12 # TAG: conf
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.
17 # TAG: pidfile
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
22 # TAG: statedir
23 # Directory to use for nonvolatile storage. 
24 # The program must have write access to this directory.
25 #statedir ./
28 # TAG: dns
29 # DNS server to use for ns lookups.
30 # If this tag is not set the system default DNS will be used.
31 #dns 10.1.2.3
33 # TAG: listen
34 # Specifies the local IP address to listen to
35 #listen 10.0.0.217
37 # TAG: remote
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.
41 #remote 10.0.0.240
44 # TAG: contexts
45 # Number of contexts to establish from the emulator to the ggsn.
46 # Set this tag to zero to not establish any contexts.
47 #contexts 1
49 # TAG: timelimit
50 # Disconnect contexts after timelimit seconds, and exit the program.
51 # Setting timelimit to zero will cause the program not to disconnect.
52 #timelimit 0
55 # TAG: apn
56 # Access point name to connect to when run in client mode.
57 #apn internet
59 # TAG: selmode
60 # Selection mode to use when connecting to GGSN.
61 #selmode 0x01
63 # TAG: imsi
64 # IMSI number used when run in client mode.
65 #imsi 2400101234567890
67 # TAG: msisdn
68 # MSISDN number used when run in client mode.
69 #msisdn 46702123456
71 # TAG: qos
72 # Requested Quality of Service used when run in client mode.
73 # 3 bytes corresponding to ????
74 #qos 0x0b921f
76 # TAG: uid
77 # User ID used when run in client mode.
78 #uid mig
80 # TAG: pwd
81 # Password used when run in client mode.
82 #pwd hemlig
85 # TAG: createif
86 # Use this flag if you want to set up a local network interface after
87 # a PDP context has been established.
88 #createif
90 # TAG: defaultroute
91 # Use this flag if you want to add a default route after a network interface
92 # had been established.
93 #defaultroute
95 # TAG: ipup
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
100 # TAG: ipdown
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
106 # TAG: pinghost
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
112 # TAG: pingrate
113 # Number of ping messages to send off each second.
114 #pingrate 1
116 # TAG: pingsize
117 # Size of ICMP echo message payload. Add 28 to get the full IP packet size.
118 #pingsize 56
120 # TAG: pingcount
121 # Number of ping messages to send off.
122 #pingcount 0
124 # TAG: pingquiet
125 # Do not print ping packet info.
126 #pingquiet