On 09/03/2010 03:02 PM, zero cool wrote: > Hi All, > I want to find mobile number which is associated with IMSI number in any > particular network, is there any way to do it, also in GSM, MS use to inform > its Nearest BTS about its location, is there any way to find the location
For bsc_hack you are assigning numbers yourself in the hlr.sqlite. You can use sqlite3 to query the database, e.g. SELECT * from Subscribers to list the whole content with IMSI and number.
