Project

General

Profile

OsmoHLR » History » Revision 3

Revision 2 (laforge, 10/21/2017 06:11 PM) → Revision 3/10 (laforge, 10/21/2017 06:16 PM)

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. Documentation 

 FIXME.    OsmoHLR manual is currently missing and will be released soon.
Add picture from clipboard (Maximum size: 48.8 MB)