Project

General

Profile

OsmoSGSN » History » Version 19

neels, 02/22/2018 11:02 PM

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 1 laforge
13 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
14 19 neels
[[OpenGGSN:OsmoGGSN]] project.
15 1 laforge
16 17 laforge
h2. Position in a typical Osmocom network
17 1 laforge
18 19 neels
For a more complete graph, see [[Cellular Infrastructure:Osmocom Network In The Box]]
19
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 7 laforge
42 12 laforge
h2. Manuals
43
44 1 laforge
* 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 12 laforge
47
h2. TODO list
48 7 laforge
49 18 laforge
For details see the Issue tracker above.  Roughtly, the following areas are in need of attention:
50
51 1 laforge
* secondary PDP contexts
52
* persistent storage of GMM and SM state
53
* recovery from GGSN outages
54
* SMS delivery via GPRS
55
* network-initiated PDP context activation
56 18 laforge
57
h2. Contact
58
59
* Contact us via the osmocom-net-gprs@ mailing list, see [[Cellular Infrastructure:Mailing Lists]].
60
* Contributions are welcome via [[Cellular Infrastructure:Gerrit]].
61
* Git repository browser at https://git.osmocom.org/osmo-sgsn
Add picture from clipboard (Maximum size: 48.8 MB)