Commit Graph

18 Commits

Author SHA1 Message Date
Harald Welte
b14d0ad279 simtrace: Add print-out of PPS (Fi/Di change).
simtrace firmware 4f7ca20bf40b911c035264d86ef0359d20e7ac88 and later
includes an indication of PPS-induced Fi/Di changes.  We now print
the such indications to the user.
2012-02-12 15:37:14 +01:00
Martin Paljak
e1bed6d14b apdu_split: correctly handle Le=00 which means 256. 2012-01-25 18:44:38 +01:00
Holger Hans Peter Freyther
5f9f38378b main: Move code around to let the SIMtrace keep running...
Re-open the USB device, reset the state... handle reconnects of
the device.
2011-12-14 15:23:27 +01:00
Holger Hans Peter Freyther
54683c7b8f main: Re-initialize the APDU split method when we enter the main_loop
Make sure we forget the current state of the APDU splitter when we
re-enter the mainloop of the application.
2011-12-14 15:23:26 +01:00
Holger Hans Peter Freyther
943d7d28dc main: Move the mainloop into a separate function
Prepare to have the application wait for the USB device to come
back. This will be done by moving the code around and then having
a simple for loop.
2011-12-14 15:23:26 +01:00
Holger Hans Peter Freyther
c960a25849 host: Pass all modules to one pkg-config invocation
Invoke pkg-config only once per command, makes the lines a
bit shorter as well.
2011-08-15 11:54:02 +02:00
Peter Stuge
18ad51fe76 Use libusb-1.0 for USB communication 2011-08-15 10:31:54 +02:00
Peter Stuge
7b76e0ce7c Silence warning: initialization from incompatible pointer type 2011-08-15 10:31:54 +02:00
Peter Stuge
0060806497 Include <stdlib.h> for malloc() and free() 2011-08-15 10:31:54 +02:00
Harald Welte
29b1190ddc include a copy instead of the symlink 2011-08-12 11:21:24 +02:00
Holger Hans Peter Freyther
f34b1aa52d simtrace: Add a very simple manpage 2011-07-17 19:17:11 +02:00
Holger Hans Peter Freyther
24ed56588b make: Provide a very simple install target for SIMtrace 2011-07-17 18:07:21 +02:00
Holger Hans Peter Freyther
5953e90599 make: Move the LDFLAGS to the end of the link line for OpenSUSE
The code does not build like this on a OpenSUSE system, it will
not find the libusb and libosmocore library.
2011-07-17 18:05:08 +02:00
Holger Hans Peter Freyther
f1c60623ae misc: Use osmo_hexdump instead of the local variant 2011-07-15 16:09:55 +02:00
Holger Hans Peter Freyther
83e051ce6e main.c: Initialize byte_count with 0. It is never used though. 2011-07-15 15:49:49 +02:00
Holger Hans Peter Freyther
666f9db529 host: Update the symlink, we have one level less 2011-07-13 00:10:02 +02:00
Holger Hans Peter Freyther
b259b72200 host: Use the pkg-config to find libosmocore headers and libs 2011-07-13 00:09:56 +02:00
Harald Welte
3e16dd64cf re-structure the directory layout to reflect that that ft232r stuff is old
we have long only been working on the sam7 based system.
2011-07-06 12:32:30 +02:00