Project

General

Profile

Wiki » History » Version 4

laforge, 03/15/2018 10:11 PM

1 1 laforge
h1. Wiki
2
3
h2. Problem Areas
4
5
* Routing Lookups for network elements
6
** Determine HLR IP/hostname by IMSI (to know which HLR to ask during GSUP SendAuthInfo + UpdateLocation)
7
*** 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
8
*** could use something like enum/DNS
9
** Determine HLR IP/hostname by MSISDN (to know which HLR to ask for current serving VLR/MSC IP/hostname)
10
*** 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.
11
*** could use something like enum/DNS
12
* Routing Lookups for subscribers
13
** determine serving VLR/MSC IP/hostname by MSISDN: [[SendRoutingInfo]]
14
* Synchronization
15
** single-master multi-slave
16
*** subscriber data (MSISDN, IMSI, GPRS/SMS/Voice permission, Auth keys, ...)
17
** distributed
18
*** present location of subscriber (serving VLR/MSC)
19
20
h2. Unsorted
21
22 4 laforge
{{child_pages}}
Add picture from clipboard (Maximum size: 48.8 MB)