aboutsummaryrefslogtreecommitdiffstats
path: root/host
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-11host: Switch SIM to remote and issue modem reset on startupHarald Welte1-0/+75
2017-05-10host: fix various compiler warningsHarald Welte3-9/+10
2017-05-10host: Split transport from slotHarald Welte1-26/+55
2017-05-09host: split the transport layer from card emulationHarald Welte1-30/+42
2017-05-09host: cosmetic cleanup, function renamingHarald Welte1-28/+44
2017-05-09Convert to new generalized SIMTRACE2 USB protocolHarald Welte4-46/+88
2017-03-06add udev rules for all (currently) supported devicesHarald Welte1-0/+21
2017-03-06simtrace2-remsim: Improve support for many interfaces + devicesHarald Welte5-9/+423
2017-03-06simtrace2-remsim: Document and add longopts for UDP forwardingHarald Welte1-2/+6
2017-03-06host: fix some compiler warnings (now that we have -Wall)Harald Welte1-7/+3
2017-03-06host: Add "-Wall -g" CFLAGS to get compiler warningsHarald Welte1-0/+1
2017-03-06simtrace2-remsim: Move away from global variablesHarald Welte1-59/+73
2017-03-05fix symlink that caused host programs to not buildHarald Welte1-1/+1