Project

General

Profile

OsmoGGSN » History » Version 28

laforge, 05/11/2018 11:13 AM
source code

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 27 laforge
    OsmoPCU -> OsmoSGSN [label="Gb/IP (BSSGP/NS)"];
16 23 laforge
    hNodeB -> OsmoHNBGW [label="Iuh"];
17 27 laforge
    OsmoHNBGW -> OsmoSGSN [label="IuPS (RANAP)"];
18
    OsmoSGSN -> OsmoGGSN [label="Gp (GTP)"];
19
    OsmoGGSN -> Internet [label="Gi (IP)"];
20 22 laforge
    OsmoGGSN [color=red];
21
}
22
}}
23
24 26 laforge
{{include(cellular-infrastructure:MacroBinaryPackages)}}
25 25 laforge
26 1 laforge
h2. Manuals
27
28
* User Manual: http://ftp.osmocom.org/docs/latest/osmoggsn-usermanual.pdf
29
* VTY Reference: http://ftp.osmocom.org/docs/latest/osmoggsn-vty-reference.pdf
30 28 laforge
31
h2. Source code
32
33
The source code is available from @git.osmocom.org@ (module @osmo-ggsn@).
34
35
Public read-only access is available via
36
<pre>
37
git clone git://git.osmocom.org/osmo-ggsn.git
38
</pre>
39
40
You can browse it via cgit:  https://git.osmocom.org/osmo-ggsn
41
42
Contributions are welcome via [[Cellular Infrastructure:Gerrit]].
43 21 laforge
44 4 laforge
h2. Support / mailing lists
45
46 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
47 5 wirelesss
48 1 laforge
49 19 laforge
h2. Further Reading
50 7 wirelesss
51 19 laforge
{{child_pages}}
Add picture from clipboard (Maximum size: 48.8 MB)