Project

General

Profile

OsmoSGSN » History » Version 23

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

1 7 laforge
{{>toc}}
2 1 laforge
3 11 laforge
h1. [[OsmoSGSN:]]
4 7 laforge
5 1 laforge
6
Serving GPRS Support Node (SGSN).  As such it implements the GPRS Mobility Management (GMM) and SM (Session Management).
7
8 18 laforge
The SGSN implements
9
* the Gb interface to the BSS's (like the [[OsmoPCU:]] or an ip.access [[OpenBSC:nanoBTS]])
10
* the Gp interface with its GTP protocol to one or more Gateway GPRS Support Node (GGSN) like [[OpenGGSN:OsmoGGSN]].
11
* the IuPS interface with its RANAP protocol to onre or more RNCs or HNB-GWs like [[OsmoHNBGW:]]
12 20 laforge
* the [[cellular-infrastructure:GSUP]] Interface/Protocol towards [[OsmoHLR:]]
13 1 laforge
14 16 laforge
[[OsmoSGSN:]] is available from the http://git.osmocom.org/osmo-sgsn/ repository.  In order to build it, you will need a libgtp installation from the
15 19 neels
[[OpenGGSN:OsmoGGSN]] project.
16 1 laforge
17 17 laforge
h2. Position in a typical Osmocom network
18 1 laforge
19 19 neels
For a more complete graph, see [[Cellular Infrastructure:Osmocom Network In The Box]]
20
21 17 laforge
{{graphviz_link()
22
digraph G {
23
    rankdir = LR;
24
    OsmoBTS -> OsmoBSC [label="Abis/IP"];
25
    OsmoBSC -> OsmoMSC [label="3GPP AoIP"];
26
    OsmoBTS -> OsmoPCU [label="pcu_sock"];
27
    OsmoPCU -> OsmoSGSN [label="Gb/IP"];
28
    OsmoMSC -> OsmoHLR [label="GSUP"];
29
    OsmoSGSN -> OsmoHLR [label="GSUP"];
30
    hNodeB -> OsmoHNBGW [label="Iuh"];
31
    OsmoHNBGW -> OsmoMSC [label="IuCS"];
32
    OsmoHNBGW -> OsmoSGSN [label="IuPS"];
33
    OsmoSGSN -> OsmoGGSN [label="Gp"];
34
    OsmoGGSN -> Internet [label="Gi"];
35
    OsmoSGSN [color=red];
36
}
37
}}
38 1 laforge
39 7 laforge
h2. Setup / Configuration
40 1 laforge
41 9 laforge
For more information regarding the setup + configuration, refer to [[cellular-infrastructure:OpenBSC_GPRS]]
42 20 laforge
43 21 laforge
{{include(cellular-infrastructure:MacroBinaryPackages)}}
44 20 laforge
45 21 laforge
h2. User Manuals
46 1 laforge
47
* User Manual: http://ftp.osmocom.org/docs/latest/osmosgsn-usermanual.pdf
48
* VTY Reference: http://ftp.osmocom.org/docs/latest/osmosgsn-vty-reference.pdf
49
50 21 laforge
h2. Source code
51
52
The source code is available from @git.osmocom.org@ (module @osmo-sgsn@).
53
54
Public read-only access is available via
55
<pre>
56
git clone git://git.osmocom.org/osmo-sgsn.git
57
</pre>
58
59
You can browse it via cgit:  https://git.osmocom.org/osmo-sgsn
60
61 22 laforge
Contributions are welcome via [[cellular-infrastructure:Gerrit]].
62 21 laforge
63 23 laforge
h2. Test Suite
64
65
We have a TTCN-3 test suite as part of our [[cellular-infrastructure:Titan_TTCN3_Testsuites]]
66
* source code: http://git.osmocom.org/osmo-ttcn3-hacks/tree/mgw
67
* results: https://jenkins.osmocom.org/jenkins/view/TTCN3/job/ttcn3-mgw-test/
68
69 21 laforge
h2. Contact / Getting Help
70
71
Contact us via the @osmocom-net-gprs@ mailing list, see [[Cellular Infrastructure:Mailing Lists]].
72
73
You can file issues (bugs / feature requests) using the redmine project you're currently viewing.
74
75 1 laforge
h2. TODO list
76
77
For details see the Issue tracker above.  Roughtly, the following areas are in need of attention:
78 18 laforge
79
* secondary PDP contexts
80
* persistent storage of GMM and SM state
81
* recovery from GGSN outages
82
* SMS delivery via GPRS
83
* network-initiated PDP context activation
Add picture from clipboard (Maximum size: 48.8 MB)