aboutsummaryrefslogtreecommitdiffstats
path: root/host
AgeCommit message (Collapse)AuthorFilesLines
2012-02-12simtrace: Add print-out of PPS (Fi/Di change).Harald Welte2-0/+5
simtrace firmware 4f7ca20bf40b911c035264d86ef0359d20e7ac88 and later includes an indication of PPS-induced Fi/Di changes. We now print the such indications to the user.
2012-01-25apdu_split: correctly handle Le=00 which means 256.Martin Paljak1-1/+1
2011-12-14main: Move code around to let the SIMtrace keep running...Holger Hans Peter Freyther1-17/+28
Re-open the USB device, reset the state... handle reconnects of the device.
2011-12-14main: Re-initialize the APDU split method when we enter the main_loopHolger Hans Peter Freyther1-0/+1
Make sure we forget the current state of the APDU splitter when we re-enter the mainloop of the application.
2011-12-14main: Move the mainloop into a separate functionHolger Hans Peter Freyther1-23/+32
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-08-15host: Pass all modules to one pkg-config invocationHolger Hans Peter Freyther1-2/+2
Invoke pkg-config only once per command, makes the lines a bit shorter as well.
2011-08-15Use libusb-1.0 for USB communicationPeter Stuge5-209/+41
2011-08-15Silence warning: initialization from incompatible pointer typePeter Stuge1-1/+1
2011-08-15Include <stdlib.h> for malloc() and free()Peter Stuge1-0/+1
2011-08-12include a copy instead of the symlink0.1Harald Welte1-1/+24
2011-07-17simtrace: Add a very simple manpageHolger Hans Peter Freyther1-0/+55
2011-07-17make: Provide a very simple install target for SIMtraceHolger Hans Peter Freyther1-0/+4
2011-07-17make: Move the LDFLAGS to the end of the link line for OpenSUSEHolger Hans Peter Freyther1-1/+1
The code does not build like this on a OpenSUSE system, it will not find the libusb and libosmocore library.
2011-07-15misc: Use osmo_hexdump instead of the local variantHolger Hans Peter Freyther4-25/+4
2011-07-15main.c: Initialize byte_count with 0. It is never used though.Holger Hans Peter Freyther1-1/+1
2011-07-13host: Update the symlink, we have one level lessHolger Hans Peter Freyther1-1/+1
2011-07-13host: Use the pkg-config to find libosmocore headers and libsHolger Hans Peter Freyther1-2/+2
2011-07-06re-structure the directory layout to reflect that that ft232r stuff is oldHarald Welte9-0/+630
we have long only been working on the sam7 based system.