Project

General

Profile

OsmoGGSN » History » Version 23

laforge, 10/21/2017 03:42 PM

1 20 laforge
h1. [[OsmoGGSN]]
2 1 laforge
3 20 laforge
[[OsmoGGSN]] is an implementation of the Gateway GPRS Support Node ("GGSN":http://en.wikipedia.org/wiki/GGSN) element in the GPRS core network.
4 2 laforge
5 20 laforge
[[OsmoGGSN]] is developed by Harald Welte, Holger Freyther, Pablo Neira and sysmocom GmbH.  It is baed on the earlier [[OpenGGSN]] which was developed in 2002 to 2004 by Mondru AB and was abandoned for some years before being adopted by the Osmocom project around 2010.
6 1 laforge
7 22 laforge
h2. Typical position in an Osmocom cellular network
8
9
{{graphviz_link()
10
digraph G {
11
    rankdir = LR;
12
    OsmoBTS -> OsmoPCU [label="pcu_sock"];
13
    OsmoPCU -> OsmoSGSN [label="Gb/IP"];
14 23 laforge
    hNodeB -> OsmoHNBGW [label="Iuh"];
15
    OsmoHNBGW -> OsmoSGSN [label="IuPS"];
16 22 laforge
    OsmoSGSN -> OsmoGGSN [label="Gp"];
17
    OsmoGGSN -> Internet [lable="IP"];
18
    OsmoGGSN [color=red];
19
}
20
}}
21
22
23 3 laforge
h2. Source Code / git repository
24
25 20 laforge
The source code is maintained in the osmcoom git at http://git.osmocom.org/osmo-ggsn/
26 3 laforge
27
h2. Binary packages
28 1 laforge
29 20 laforge
OsmoGGSN packages are created as part of the Osmocom nightly Debian builds, see [[cellular-infrastructure:NightlyBuilds]]
30 4 laforge
31 21 laforge
h2. Manuals
32
33
* User Manual: http://ftp.osmocom.org/docs/latest/osmoggsn-usermanual.pdf
34
* VTY Reference: http://ftp.osmocom.org/docs/latest/osmoggsn-vty-reference.pdf
35
36 4 laforge
h2. Support / mailing lists
37
38 20 laforge
Please direct any questions regarding use, configuration or development of OsmoGGSN to the osmocom-net-gprs@lists.osmocom.org mailing list, to which you can subscribe at https://lists.osmocom.org/mailman/listinfo/osmocom-net-gprs
39 5 wirelesss
40 1 laforge
41 19 laforge
h2. Further Reading
42 7 wirelesss
43 19 laforge
{{child_pages}}
Add picture from clipboard (Maximum size: 48.8 MB)