Project

General

Profile

OsmoGGSN » History » Revision 28

Revision 27 (laforge, 03/23/2018 10:39 AM) → Revision 28/34 (laforge, 05/11/2018 11:13 AM)

h1. [[OsmoGGSN]] 

 [[OsmoGGSN]] is an implementation of the Gateway GPRS Support Node ("GGSN":http://en.wikipedia.org/wiki/GGSN) element in the GPRS core network. 

 [[OsmoGGSN]] is developed by Harald Welte, Holger Freyther, Pablo Neira and sysmocom GmbH.    It is baed on the earlier [[OpenGGSN]] which was developed in 2002 to 2004 by Mondru AB and was abandoned for some years before being adopted by the Osmocom project around 2010. 

 

 h2. Typical position in an Osmocom cellular network 

 For a more complete graph, see [[Cellular Infrastructure:Osmocom Network In The Box]] 

 {{graphviz_link() 
 digraph G { 
     rankdir = LR; 
     OsmoBTS -> OsmoPCU [label="pcu_sock"]; 
     OsmoPCU -> OsmoSGSN [label="Gb/IP (BSSGP/NS)"]; 
     hNodeB -> OsmoHNBGW [label="Iuh"]; 
     OsmoHNBGW -> OsmoSGSN [label="IuPS (RANAP)"]; 
     OsmoSGSN -> OsmoGGSN [label="Gp (GTP)"]; 
     OsmoGGSN -> Internet [label="Gi (IP)"]; 
     OsmoGGSN [color=red]; 
 } 
 }} 

 h2. Source Code / git repository 

 The source code is maintained in the osmcoom git at http://git.osmocom.org/osmo-ggsn/ 

 {{include(cellular-infrastructure:MacroBinaryPackages)}} 

 


 h2. Manuals 

 * User Manual: http://ftp.osmocom.org/docs/latest/osmoggsn-usermanual.pdf 
 * VTY Reference: http://ftp.osmocom.org/docs/latest/osmoggsn-vty-reference.pdf 

 h2. Source code 

 The source code is available from @git.osmocom.org@ (module @osmo-ggsn@). 

 Public read-only access is available via 
 <pre> 
 git clone git://git.osmocom.org/osmo-ggsn.git 
 </pre> 

 You can browse it via cgit:    https://git.osmocom.org/osmo-ggsn 

 Contributions are welcome via [[Cellular Infrastructure:Gerrit]]. 

 h2. Support / mailing lists 

 Please direct any questions regarding use, configuration or development of OsmoGGSN to the osmocom-net-gprs@lists.osmocom.org mailing list, to which you can subscribe at https://lists.osmocom.org/mailman/listinfo/osmocom-net-gprs 


 h2. Further Reading 

 {{child_pages}}
Add picture from clipboard (Maximum size: 48.8 MB)