Project

General

Profile

OsmoHLR » History » Revision 4

Revision 3 (laforge, 10/21/2017 06:16 PM) → Revision 4/10 (laforge, 03/05/2018 11:30 AM)

h1. Osmocom HLR 

 OsmoHLR, the Osmocom HLR is a minimal implementation of the Home Location Register, the subscriber database of a 2G/3G cellular network.    It stores parameters such as the IMSI and MSISDN of each subscriber, together with the secret key material (Ki, K/OP/OPc) in order to generate authentication vectors. 

 OsmoHLR *does not support the classic TCAP/MAP protocol* but rather implements the more light-weight GSUP protocol.  

 h2. Position in a typical Osmocom network 

 {{graphviz_link() 
 digraph G { 
     rankdir = LR; 
     OsmoBTS -> OsmoBSC [label="Abis/IP"]; 
     OsmoBSC -> OsmoMSC [label="3GPP AoIP"]; 
     OsmoBTS -> OsmoPCU [label="pcu_sock"]; 
     OsmoPCU -> OsmoSGSN [label="Gb/IP"]; 
     OsmoMSC -> OsmoHLR [label="GSUP"]; 
     OsmoSGSN -> OsmoHLR [label="GSUP"]; 
     hNodeB -> OsmoHNBGW [label="Iuh"]; 
     OsmoHNBGW -> OsmoSGSN [label="IuPS"]; 
     OsmoHNBGW -> OsmoMSC [label="IuCS"]; 
     OsmoHLR [color=red]; 
 } 
 }} 

 h2. Manuals Documentation 

 * "osmohlr-usermanual.pdf":http://ftp.osmocom.org/docs/latest/osmohlr-usermanual.pdf 
 * "osmohlr-vty-reference.pdf":http://ftp.osmocom.org/docs/latest/osmohlr-vty-reference.pdf FIXME.    OsmoHLR manual is currently missing and will be released soon.
Add picture from clipboard (Maximum size: 48.8 MB)