Project

General

Profile

OsmoGGSN » History » Revision 30

Revision 29 (laforge, 05/11/2018 11:26 AM) → Revision 30/34 (laforge, 05/11/2018 11:26 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 [[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]; 
 } 
 }} 

 {{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. Test Suite 

 We have a TTCN-3 test suite as part of our [[cellular-infrastructure:Titan_TTCN3_Testsuites]] 
 * source code: http://git.osmocom.org/osmo-ttcn3-hacks/tree/ggsn_tests 
 * results: https://jenkins.osmocom.org/jenkins/view/TTCN3/job/ttcn3-ggsn-test/ 

 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)