Hi guys,
I'm thinking of making an application on top of simtrace, but my focus
would be on Windows users. I'd like to know if the application runs ok on
Windows systems.
--
Atenciosamente,
Hugo Frederico Soares
We received a simtrace board a few weeks ago and have been able to
successfully use it on a Google NexusOne and iPhone 4s (using a dual SIM
adapter).
When we have tried it on two different Samsung Galaxy S III devices both
were unable to detect the sim card. We verified that we could read the same
sim cards when placed in other devices.
Has anyone else had success or failures on using recent 3G/4G devices? Are
there more tests I could run to isolate the cause?
Rupert
Hi all,
Is it possible to get some kind of time measurement with log entries? I'd
like to check how much time the sim spends processing a command. Which
files of firmware should I start looking for this?
Thanks!
--
Atenciosamente,
Hugo Frederico Soares
Good Afternoon,
I am trying to perform USIM/3G authentication using osmo-sim-auth and ran
into the same problem as Stefanos:
http://lists.osmocom.org/pipermail/simtrace/2012-November/000406.html
I followed Benoit's advice to view the details as follows (using the inputs
from the web page):
> rand_bin = stringToByte(a2b_hex('00000000000000000000000000000000'))
> autn_bin = stringToByte(a2b_hex('ec9320c2c2000000e1dd22c1ad3e2d3d'))
> u.authenticate(RAND=rand_bin, AUTN=autn_bin,ctx='3G')
> u.coms()
['INTERNAL AUTHENTICATE apdu: 00 88 00 81 22 10 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 10 EC 93 20 C2 C2 00 00 00 E1 DD 22 C1 AD
3E 2D 3D',
'sw1, sw2: 98 62 - undefined status',
(152, 98),
[]]
Hi guys!
Some time ago I stopped by asking what would one do to compile under
Windows, and it was suggested to use cygwin to build the application and
than use it with cygwin dll to run it under linux. Well, I'm having some
issues to do that...