Project

General

Profile

OsmoGGSN » History » Version 25

laforge, 03/05/2018 03:18 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 24 neels
For a more complete graph, see [[Cellular Infrastructure:Osmocom Network In The Box]]
10
11 22 laforge
{{graphviz_link()
12
digraph G {
13
    rankdir = LR;
14
    OsmoBTS -> OsmoPCU [label="pcu_sock"];
15
    OsmoPCU -> OsmoSGSN [label="Gb/IP"];
16 23 laforge
    hNodeB -> OsmoHNBGW [label="Iuh"];
17
    OsmoHNBGW -> OsmoSGSN [label="IuPS"];
18 22 laforge
    OsmoSGSN -> OsmoGGSN [label="Gp"];
19
    OsmoGGSN -> Internet [lable="IP"];
20
    OsmoGGSN [color=red];
21
}
22
}}
23
24 3 laforge
h2. Source Code / git repository
25
26 20 laforge
The source code is maintained in the osmcoom git at http://git.osmocom.org/osmo-ggsn/
27 3 laforge
28
h2. Binary packages
29 1 laforge
30 25 laforge
OsmoGGSN packages are created as part of the Osmocom nightly Debian/Ubuntu builds, see [[cellular-infrastructure:NightlyBuilds]]
31 4 laforge
32 21 laforge
h2. Manuals
33
34
* User Manual: http://ftp.osmocom.org/docs/latest/osmoggsn-usermanual.pdf
35
* VTY Reference: http://ftp.osmocom.org/docs/latest/osmoggsn-vty-reference.pdf
36
37 4 laforge
h2. Support / mailing lists
38
39 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
40 5 wirelesss
41 1 laforge
42 19 laforge
h2. Further Reading
43 7 wirelesss
44 19 laforge
{{child_pages}}
Add picture from clipboard (Maximum size: 48.8 MB)