aboutsummaryrefslogtreecommitdiffstats
path: root/host
AgeCommit message (Expand)AuthorFilesLines
2020-04-10cardem: use USART timeout for waiting timeKévin Redon1-3/+3
2020-03-19simtrace2_siff: getopt_long() returns int, not charHarald Welte1-1/+1
2020-03-03extend osmo_st2_cardem_inst with fields required by osmo-remsimHarald Welte1-0/+4
2020-02-22simtrace2_api: Add osmo_st2_cardem_request_config()Harald Welte2-0/+16
2020-01-30remsim: allow selecting pcsc reader numberEric Wild1-2/+8
2020-01-17host/lib/gsmtap.c: Add GPLv2 disclaimerHarald Welte1-0/+19
2020-01-17host: Add COPYING file for host software (GPLv2)Harald Welte1-0/+339
2019-12-26library: Add osmo_st2_compatible_dev_idsp[]Harald Welte4-2/+47
2019-12-26migrate to libosmousbHarald Welte10-429/+17
2019-12-26Update .gitignore file for hostHarald Welte1-0/+6
2019-12-17[lib] apdu_dispatch: Don't print APDU state to stdoutHarald Welte2-9/+16
2019-12-17[lib] apdu_dispatch: Use DLGLOBAL and don't printf() directlyHarald Welte1-6/+7
2019-12-17simtrace2-sniff: Reformat value_string to pass our validation scriptsHarald Welte1-40/+10
2019-12-02simtrace2-remsim: Use simplest ATRKévin Redon1-3/+1
2019-12-02simtrace2_api: Remove dead codeHarald Welte1-11/+0
2019-11-28Fix topdir Makefile and debian packaging0.6.1Oliver Smith1-0/+3
2019-11-27simtrace2-sniff.c: fix printf usageOliver Smith1-1/+1
2019-11-24merge simtrace2-discovery.[ch] to libusb_util.[ch]Harald Welte8-129/+48
2019-11-24use osmo_st2_ or osmo_ prefix for [shared] library symbolsHarald Welte6-75/+87
2019-11-24host: use autotools and split shared code to libosmo-simtrace2Harald Welte30-379/+778
2019-11-24remove unused function process_do_error()Harald Welte1-19/+0
2019-11-24simtrace2-remsim: Implement/Fix the 'skip_atr' optionHarald Welte1-6/+8
2019-11-24fix typo: libisb -> libusbHarald Welte1-1/+1
2018-10-21remsim: fix TPDU response size transmissionKévin Redon1-1/+1
2018-10-21remsim: update copyrightKévin Redon1-2/+4
2018-10-21remsim: add already parsed USB path argument infoKévin Redon1-0/+1
2018-10-13Fix compiler warning: no-return-in-nonvoid-function simtrace2_usb.cMartin Hauke1-0/+1
2018-10-12libusb_util.c: Avoid gcc warning about strncpy()Harald Welte1-1/+1
2018-09-08owhw: set the right simtrace USB ID in usb2udpKévin Redon1-2/+2
2018-09-06host: clean library dependenciesKévin Redon1-2/+2
2018-08-26simtrace2-sniff: Fix build with released libosmocore versionsHarald Welte1-0/+13
2018-08-26Makefiles: Add "make install" targetHarald Welte1-2/+8
2018-08-26host: Fix "make clean": remove simtrace2-sniffHarald Welte1-1/+1
2018-08-04remsim: fix USB hanging USB transferKévin Redon1-2/+2
2018-07-30remsim: fix payload overwritingKévin Redon1-5/+0
2018-07-28sniff: ensure the checksum error flag is also printedKévin Redon1-4/+4
2018-07-26sniff: rename reset hold/release to assert/deassertKévin Redon1-4/+4
2018-07-26sniff: send ATR over GSMTAPKévin Redon1-5/+14
2018-07-24USB: print decoded USB errorKévin Redon1-5/+10
2018-07-11sniff: add checksum verification for ATR and PPSKévin Redon1-0/+4
2018-07-11host sniff: add functions to print flagsKévin Redon1-29/+61
2018-07-11host sniff: process remaining usb messages in bufferKévin Redon1-3/+6
2018-07-11USB: add flags for sniff data and centralise transferKévin Redon1-57/+49
2018-07-11host: set license to GPLv2+Kévin Redon10-40/+153
2018-07-04sniffing: move conversion convertion and flag processing from ISR to main loo...Kévin Redon1-13/+13
2018-07-04host USB: add host application to receive and display USB sniffing messages s...Kévin Redon2-1/+538
2018-07-04host USB: use central SIMtrace USB ID definition headerKévin Redon2-12/+5
2018-07-04host usb_util fix: used provided class, sub-class, and interfave when finding...Kévin Redon1-4/+4
2017-05-11host: Allow matching of device to USB path, not just address0.3v0.3Harald Welte4-4/+44
2017-05-11host: Ignore some more libusb error return codesHarald Welte1-1/+3