|
From: jon b. <jon...@gm...> - 2015-06-28 23:31:15
|
Hi,
I want to analyst how does Openbts work like GSM Network?
I use Openbts4.0,
I use magic sim card. So, I can generate IMSI and Ki on my simcard by using
pySim.
and I have configure my subscriber registry on /var/lib/asterisk/sqlite3dir/
sqlite3.db
sqlite> insert into sip_buddies (name,rand,sres,ki,kc) values
('IMSI12345678901234','','','
48091124c1155bd95c6f1860dc66ce92','');
I hope the authentication will success when the Ki is correct, and the
authentication will failure when Ki is incorrect.
but when I change my Ki correctly or incorrectly, the authentication is
always success.
what should I do to make the authentication success or failure? so I can
analyst the difference between success authentication and failure
authentication.
|