Project

General

Profile

Actions

OsmoNITB » History » Revision 2

« Previous | Revision 2/22 (diff) | Next »
zecke, 02/19/2016 10:48 PM


= BSC Hack =

Dealing with the HLR
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.

{{{
sqlite3 hlr.sqlite
update Subscriber set authorized=1 where imsi=YOUR_IMSI;
}}}

Files (0)

Updated by zecke about 8 years ago · 2 revisions

Add picture from clipboard (Maximum size: 48.8 MB)