aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/sim/sim.h
AgeCommit message (Expand)AuthorFilesLines
2022-09-29include: use '#pragma once' everywhereVadim Yanitskiy1-3/+1
2021-06-01sim: Add osim_card_{reset,close}() APIHarald Welte1-0/+4
2021-04-25sim: Obtain card ATR when opening the cardHarald Welte1-0/+11
2021-02-01sim: fix gcc 4.9.2 + -std=gnu11 errorOliver Smith1-1/+1
2020-05-05sim: When decoding SW, take application specific SW into accountHarald Welte1-8/+7
2020-03-21sim: re-structure how we support cards + applicationsHarald Welte1-0/+47
2020-03-21sim: add osim_file_desc_find_aid()Harald Welte1-0/+3
2020-02-15osmo-sim-test: Fall-back to classic SIMHarald Welte1-0/+1
2019-04-10Add _c versions of functions that otherwise return static buffersHarald Welte1-0/+1
2019-04-03Add _buf() functions to bypass static string buffersHarald Welte1-0/+1
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr1-5/+4
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr1-19/+19
2016-03-19sim: make osim_reader_ops publicHarald Welte1-2/+7
2016-03-11rename osim_file_find_* to osim_file_desc_find_*Harald Welte1-3/+3
2016-03-11sim: Add osim_file_find_{fid,sfid}() functionsHarald Welte1-0/+6
2015-04-11sim: Use extern for these structs to generate a linkageHolger Hans Peter Freyther1-1/+1
2014-10-26make sure to register DF.TELECOM and DF.GSM for SIM, USIM + TSIMHarald Welte1-2/+2
2014-10-26sim: add missing const to reader_ops member of reader_handleHarald Welte1-1/+1
2014-10-26sim: Prepare infrastructure for protocols != T=0 and other driversHarald Welte1-2/+17
2014-10-26sim: More comments in sim.hHarald Welte1-12/+44
2014-10-26sim: Make TETRA SIM (TSIM) support compileHarald Welte1-0/+9
2014-10-26sim: mark osim_msgb_cb as __may_alias__ to avoid gcc warningsHarald Welte1-1/+1
2014-10-26sim: Add sfi to EF_*() macrosHarald Welte1-11/+14
2014-10-26sim: Add minimal/recommended size of file / recordHarald Welte1-15/+29
2014-10-26sim: further updates/fixesHarald Welte1-1/+3
2014-10-26sim: add decoding of status wordsHarald Welte1-2/+8
2014-10-26sim: replaced function/structure comments with doxygen commentsKevin Redon1-19/+39
2014-10-26sim: add comment/explaination for structure osim_msgb_cbKevin Redon1-4/+5
2014-10-26sim: add comment/explaination for structure osim_apdu_cmd_hdrKevin Redon1-5/+6
2014-10-26sim: renamed case to the one defined in ISO7816-3Kevin Redon1-6/+6
2014-10-26sim: add comment/explaination for structure osim_apdu_caseKevin Redon1-8/+8
2014-10-26initial checkin of 'libosmosim'Harald Welte1-0/+268