Project

General

Profile

Wiki » History » Version 6

neels, 06/13/2022 03:03 PM

1 1 laforge
h1. Wiki
2
3 6 neels
A good introduction to D-GSM can be found in the news section:
4
https://osmocom.org/projects/osmo-dist-gsm/news
5
6 1 laforge
h2. Problem Areas
7
8
* Routing Lookups for network elements
9
** Determine HLR IP/hostname by IMSI (to know which HLR to ask during GSUP SendAuthInfo + UpdateLocation)
10
*** could be static table / config file with ISMI prefix, like 334-42-001-0123456 where "001" is site/network name and "0123456" is the subscriber in that site/network
11
*** could use something like enum/DNS
12
** Determine HLR IP/hostname by MSISDN (to know which HLR to ask for current serving VLR/MSC IP/hostname)
13
*** could be static table / config file with ISMI prefix, like 52-123-012-3456 where "012" is a prefix for the given site/network and "3456" is the subscriber in that site/network. Probably too restrictive.
14
*** could use something like enum/DNS
15
* Routing Lookups for subscribers
16
** determine serving VLR/MSC IP/hostname by MSISDN: [[SendRoutingInfo]]
17
* Synchronization
18
** single-master multi-slave
19
*** subscriber data (MSISDN, IMSI, GPRS/SMS/Voice permission, Auth keys, ...)
20
** distributed
21
*** present location of subscriber (serving VLR/MSC)
22
23
h2. Unsorted
24
25 4 laforge
{{child_pages}}
26 5 laforge
27
{{include(cellular-infrastructure:MacroCommercialSupport)}}
Add picture from clipboard (Maximum size: 48.8 MB)