Project

General

Profile

OsmoSGSN » History » Version 28

laforge, 07/25/2022 08:58 AM
gitea, fix jenkins links

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