Project

General

Profile

OsmoSGSN » History » Version 17

laforge, 10/21/2017 06:15 PM

1 7 laforge
{{>toc}}
2 1 laforge
3 11 laforge
h1. [[OsmoSGSN:]]
4 7 laforge
5 14 neels
Contact us via the osmocom-net-gprs@ mailing list, see [[Cellular Infrastructure:Mailing Lists]].
6
Contributions are welcome via [[Cellular Infrastructure:Gerrit]].
7
Git repository browser at https://git.osmocom.org/osmo-sgsn
8
9 1 laforge
Serving GPRS Support Node (SGSN).  As such it implements the GPRS Mobility Management (GMM) and SM (Session Management).
10
11 10 laforge
The SGSN connects via the Gb-Interface to the BSS (like the [[OsmoPCU:]] or an ip.access [[OpenBSC:nanoBTS]]), and it connects via the GTP protocol
12 16 laforge
to a Gateway GPRS Support Node (GGSN) like [[OpenGGSN:OsmoGGSN]].
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
[[OpenGGSN:OsmoGGSN]] project.  
16 1 laforge
17 17 laforge
h2. Position in a typical Osmocom network
18
19
{{graphviz_link()
20
digraph G {
21
    rankdir = LR;
22
    OsmoBTS -> OsmoBSC [label="Abis/IP"];
23
    OsmoBSC -> OsmoMSC [label="3GPP AoIP"];
24
    OsmoBTS -> OsmoPCU [label="pcu_sock"];
25
    OsmoPCU -> OsmoSGSN [label="Gb/IP"];
26
    OsmoMSC -> OsmoHLR [label="GSUP"];
27
    OsmoSGSN -> OsmoHLR [label="GSUP"];
28
    hNodeB -> OsmoHNBGW [label="Iuh"];
29
    OsmoHNBGW -> OsmoMSC [label="IuCS"];
30
    OsmoHNBGW -> OsmoSGSN [label="IuPS"];
31
    OsmoSGSN -> OsmoGGSN [label="Gp"];
32
    OsmoGGSN -> Internet [label="Gi"];
33
    OsmoSGSN [color=red];
34
}
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 7 laforge
42 12 laforge
h2. Manuals
43
44
* User Manual: http://ftp.osmocom.org/docs/latest/osmosgsn-usermanual.pdf
45
* VTY Reference: http://ftp.osmocom.org/docs/latest/osmosgsn-vty-reference.pdf
46 7 laforge
47
h2. TODO list
48
49
* secondary PDP contexts
50
* persistent storage of GMM and SM state
51
* recovery from GGSN outages
52
* SMS delivery via GPRS
53
* network-initiated PDP context activation
Add picture from clipboard (Maximum size: 48.8 MB)