aboutsummaryrefslogtreecommitdiffstats
path: root/utils/osmo-sim-test.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-05sim: When decoding SW, take application specific SW into accountHarald Welte1-2/+2
2020-03-22osmo-sim-test: Avoid double-closeHarald Welte1-4/+1
2020-03-21osmo-sim-test: Also [attempt to] dump DF.GSM on USIM cardsHarald Welte1-2/+2
2020-03-21sim: re-structure how we support cards + applicationsHarald Welte1-51/+98
2020-03-21osmo-sim-test: Optionally dump card files to host filesystemHarald Welte1-11/+97
2020-03-21osmo-sim-test: don't print SW in successful case of dump_file()Harald Welte1-1/+0
2020-03-21osmo-sim-test: Use stderr for error messagesHarald Welte1-7/+7
2020-03-04osmo-sim-test: check tlv_parsed struct tp before accessPhilipp Maier1-4/+8
2020-02-15osmo-sim-test: Fall-back to classic SIMHarald Welte1-20/+103
2020-02-15osmo-sim-test: Recurse through subdirectoriesHarald Welte1-13/+39
2019-12-09sim: allow opening reader# > 0Eric Wild1-1/+49
2018-07-27cosmetic: osmo-sim-test.c: use memcpy instead of strncpyNeels Hofmeyr1-1/+2
2017-06-22osmo-sim-test.c: Remove unused functionsPau Espin Pedrol1-37/+0
2017-05-17utils/osmo-sim-test.c: strip unused variablesVadim Yanitskiy1-5/+1
2017-02-08fix various compiler warnings (on FreeBSD-11.0)Harald Welte1-3/+3
2016-11-26osmo-sim-test.c: Fix rmsg checkHarald Welte1-1/+1
2016-03-11rename osim_file_find_* to osim_file_desc_find_*Harald Welte1-1/+1
2015-11-07osmo-sim-test: add missing includeAlexander Huemer1-0/+1
2014-10-27osmo-sim-test: Fix read_binary() return checkHarald Welte1-1/+1
2014-10-26sim: Prepare infrastructure for protocols != T=0 and other driversHarald Welte1-2/+2
2014-10-26sim: Make osmo-sim-test compile againHarald Welte1-1/+1
2014-10-26sim: add decoding of status wordsHarald Welte1-0/+3
2014-10-26sim: strip the SW from the returned data, as SW is passed in msgb->cbHarald Welte1-3/+3
2014-10-26sim: add copyright notices and merge file_codec.c into core.cHarald Welte1-6/+23
2014-10-26sim: osmo-sim-test: Also dump binary filesHarald Welte1-10/+39
2014-10-26initial checkin of 'libosmosim'Harald Welte1-0/+370