Project

General

Profile

OsmoSGSN » History » Version 20

laforge, 03/05/2018 03:20 PM
mention GSUP to OsmoHLR

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
h2. Binary packages
44
45
OsmoSGSN packages are created as part of the Osmocom nightly Debian/Ubuntu builds, see [[cellular-infrastructure:NightlyBuilds]]
46 7 laforge
47 12 laforge
h2. Manuals
48
49 1 laforge
* User Manual: http://ftp.osmocom.org/docs/latest/osmosgsn-usermanual.pdf
50
* VTY Reference: http://ftp.osmocom.org/docs/latest/osmosgsn-vty-reference.pdf
51 12 laforge
52
h2. TODO list
53 7 laforge
54 18 laforge
For details see the Issue tracker above.  Roughtly, the following areas are in need of attention:
55
56 1 laforge
* secondary PDP contexts
57
* persistent storage of GMM and SM state
58
* recovery from GGSN outages
59
* SMS delivery via GPRS
60
* network-initiated PDP context activation
61 18 laforge
62
h2. Contact
63
64
* Contact us via the osmocom-net-gprs@ mailing list, see [[Cellular Infrastructure:Mailing Lists]].
65
* Contributions are welcome via [[Cellular Infrastructure:Gerrit]].
66
* Git repository browser at https://git.osmocom.org/osmo-sgsn
Add picture from clipboard (Maximum size: 48.8 MB)