Project

General

Profile

OsmoGGSN » History » Version 29

laforge, 05/11/2018 11:26 AM
test suite

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 29 laforge
h2. Test Suite
45
46
We have a TTCN-3 test suite as part of our [[cellular-infrastructure:Titan_TTCN3_Testsuites]]
47
* source code: http://git.osmocom.org/osmo-ttcn3-hacks/tree/ggsn_tests
48
* results: https://jenkins.osmocom.org/jenkins/view/TTCN3/job/ttcn3-ggsn-test/
49
50 4 laforge
h2. Support / mailing lists
51
52 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
53 5 wirelesss
54 1 laforge
55 19 laforge
h2. Further Reading
56 7 wirelesss
57 19 laforge
{{child_pages}}
Add picture from clipboard (Maximum size: 48.8 MB)