GPRS / SGSN status update / HOWTO

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Harald Welte laforge at gnumonks.org
Tue May 18 15:41:37 UTC 2010


Hi,

some fixes to the previous message:

On Tue, May 18, 2010 at 05:38:35PM +0200, Harald Welte wrote:

> 3) the IP address where 

... the SGSN sends its packets to the GGSN is still hard-coded in the
source code, you have to edit sgsn_main.c and look for the
	inet_aton("192.168.100.239", &_ggsn.remote_addr);
line.  Simply change that to the GGSN ip address.


> 5) Configure /etc/ggsn.cfg of your GGSN machine.  Check /etc/ggsn.conf
>    (example attached) Run 

example this time really attached..
-- 
- Harald Welte <laforge at gnumonks.org>           http://laforge.gnumonks.org/
============================================================================
"Privacy in residential applications is a desirable marketing option."
                                                  (ETSI EN 300 175-7 Ch. A6)
-------------- next part --------------
##############################################################################
#
# 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.
#statedir /var/lib/ggsn/


# TAG: listen
# Specifies the local IP address to listen to
listen 127.0.0.1

# TAG: net
# IP network address of external packet data network
# Used to set up network interface.
net 192.168.71.0/24

# TAG: ipup
# Script executed after network interface has been brought up.
# Executed with the following parameters: <devicename> <ip address>
#ipup /etc/ggsn/ip-up

# TAG: ipdown
# Script executed after network interface has been taken down.
# Executed with the following parameters: <devicename> <ip address>
#ipdown /etc/ggsn/ip-down

# TAG: dynip
# Dynamic IP address pool.
# Used for allocation of dynamic IP address when address is not given
# by HLR.
# If this option is not given then the net option is used as a substitute.
dynip 192.168.71.0/24

# TAG: statip
# Use of this tag is currently UNSUPPORTED
# Static IP address pool.
# Used for allocation of static IP address by means of HLR.
statip 192.168.71.0/24

# TAG: pcodns1
# Protocol configuration option domain name system server 1.
pcodns1 192.168.100.1

# TAG: pcodns2
# Protocol configuration option domain name system server 2.
pcodns2 193.175.24.33

# TAG: timelimit
# Exit after timelimit seconds.
# Setting timelimit to zero will cause the program not to exit.
#timelimit 0

# TAG: apn
# Use of this tag is EXPERIMENTAL
# Access point name to connect to when run in client mode.
#apn internet

# TAG: qos
# Use of this tag is EXPERIMENTAL
# Requested Quality of Service used when run in client mode.
# 3 bytes corresponding to ????
#qos 0x0b921f







More information about the OpenBSC mailing list