Files
osmo-ggsn/README.MacOSX
Harald Welte 632e843e5f Rename OpenGGSN to OsmoGGSN
Osmocom has maintained this program since about 7 years now, while
the original author / copyright holder has completely disappeared.

With the introduction of Osmocom-style CTRL and VTY interfaces,
the way how the program is used and configured has substantially
changed.  In order to avoid confusion in terms of configuration file
format etc, let's rename it to OsmoGGSN.

Change-Id: I2da30f7d4828e185bfac1a4e2d8414b01cbe4f9d
2017-09-06 09:17:15 +02:00

34 lines
844 B
Plaintext

OsmoGGSN/Mac OS X notes
Mac OS X support is experimental, please test and report bugs. The
Mac OS X port is tested on Mac OS X 10.3.5, but may also work on
other versions.
1. Compiling
Everything should be straight-forward. Create a separate
build directory, run ../openggsn/configure and then make.
If you have problems with configure, execute
$ aclocal && automake && autoheader && autoconf
and then again configure and make.
2. Kernel extensions
You need to add a tunnel kernel extension to your kernel.
The one I've used is available at
http://www-user.rhrk.uni-kl.de/~nissler/tuntap/
but there are others. If you want to compile that from
sources (instead of using the binary installer), you
will also need kernel sources from opensource.apple.com.
3. Known problems
None.
--
Pekka Nikander <pekka.nikander@nomadiclab.com>