Project

General

Profile

OsmoNITB » History » Version 1

zecke, 02/19/2016 10:48 PM

1 1 zecke
= BSC Hack =
2
3
== Dealing with the HLR ==
4
We do have a sqlite3 database for the HLR. We do have a table for Subscribers and to authorize your mobile station you will need to execute. This means LOCATION UPDATING REQUEST will be accepted.
5
6
 sqlite3 hlr.sqlite
7
 update Subscriber set authorized=1 where imsi=YOUR_IMSI;
Add picture from clipboard (Maximum size: 48.8 MB)