Project

General

Profile

OsmoGGSN » History » Version 27

laforge, 03/23/2018 10:39 AM
fix + extend labels in graph

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 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 26 laforge
{{include(cellular-infrastructure:MacroBinaryPackages)}}
29 25 laforge
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)