summaryrefslogtreecommitdiffstats
path: root/src/sim
Commit message (Expand)AuthorAgeFilesLines
* sim: allow opening reader# > 0Eric Wild2019-12-091-3/+4
* sim/class_tables: Fix typo in commentHarald Welte2019-09-281-1/+1
* Bump version: 1.1.0.107-afce-dirty → 1.2.0Pau Espin Pedrol2019-08-061-1/+1
* make all library-internal static buffers thread-localHarald Welte2019-06-041-2/+1
* Bump version: 1.0.1.143-cc72c → 1.1.0Pau Espin Pedrol2019-05-071-1/+1
* Add _c versions of functions that otherwise return static buffersHarald Welte2019-04-101-0/+8
* Add _buf() functions to bypass static string buffersHarald Welte2019-04-031-11/+13
* Bump version: 0.10.2.284-bc47-dirty → 0.11.0Pau Espin Pedrol2018-05-031-1/+1
* fix spellingThorsten Alteholz2018-04-082-2/+2
* implement support for 3-digit MNC with leading zerosNeels Hofmeyr2018-02-281-0/+1
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-138-0/+16
* Move additional libraries to appropriate placeMax2017-10-301-1/+1
* Tag/Release version 0.10.0Harald Welte2017-10-271-1/+1
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-2311-10/+23
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-231-1/+1
* card_fs_uicc.c: Fix unused compilation warningPau Espin Pedrol2017-06-181-1/+1
* sim/core.c: drop useless double assignmentVadim Yanitskiy2017-06-131-1/+1
* sim: Link to libtalloc as symbols of it are used hereHolger Hans Peter Freyther2017-01-241-0/+1
* Catch-up with git version tagsMax2016-12-211-1/+2
* misc: Some spelling errors correctedRuben Undheim2016-05-251-1/+1
* sim: make osim_reader_ops publicHarald Welte2016-03-191-7/+0
* sim: add class_tables / card profilesHarald Welte2016-03-172-2/+316
* rename osim_file_find_* to osim_file_desc_find_*Harald Welte2016-03-111-3/+5
* sim: Add osim_file_find_{fid,sfid}() functionsHarald Welte2016-03-111-0/+25
* remove our internal copy of talloc, use system libtallocHarald Welte2015-12-051-2/+2
* build: Fix out-of-tree buildsAndreas Rottmann2015-05-171-1/+1
* sim: Use extern for these structs to generate a linkageHolger Hans Peter Freyther2015-04-111-1/+1
* msgb: Check the return value of msgb_alloc (Coverity)Jacob Erlbeck2015-04-101-0/+3
* sim: Link to libosmocore and libosmogsmHolger Hans Peter Freyther2015-01-181-2/+5
* sim: reader_pcsc:Remove dead codeHarald Welte2014-10-271-2/+0
* pcsc: Fix the include pathHolger Hans Peter Freyther2014-10-271-2/+2
* make sure to register DF.TELECOM and DF.GSM for SIM, USIM + TSIMHarald Welte2014-10-264-42/+56
* sim: More talloc return NULL checkingHarald Welte2014-10-261-0/+8
* sim: Prepare infrastructure for protocols != T=0 and other driversHarald Welte2014-10-263-16/+40
* sim: Make TETRA SIM (TSIM) support compileHarald Welte2014-10-262-183/+134
* sim: Only one default_decode() function for all card typesHarald Welte2014-10-265-37/+15
* sim: Add 3GPP TS 31.103 ISIM definitionsHarald Welte2014-10-262-1/+117
* sim: Update to latest SIM/USIM specs and include size informationHarald Welte2014-10-263-175/+335
* sim: reader_pcsc.c: Avoid compiler warnings by using pcsc-lite LONGHarald Welte2014-10-261-3/+3
* sim: mark osim_msgb_cb as __may_alias__ to avoid gcc warningsHarald Welte2014-10-261-0/+315
* sim: further updates/fixesHarald Welte2014-10-264-3/+16
* sim: add decoding of status wordsHarald Welte2014-10-261-2/+54
* sim: replaced function/structure comments with doxygen commentsKevin Redon2014-10-261-8/+12
* sim: renamed case to the one defined in ISO7816-3Kevin Redon2014-10-262-18/+18
* sim: comment/explain signature of osim_new_apdumsgKevin Redon2014-10-261-2/+9
* sim: strip the SW from the returned data, as SW is passed in msgb->cbHarald Welte2014-10-261-2/+5
* sim: Use autotools for libpcsc-lite linkageHarald Welte2014-10-261-4/+8
* sim: add copyright notices and merge file_codec.c into core.cHarald Welte2014-10-268-39/+163
* initial checkin of 'libosmosim'Harald Welte2014-10-2610-0/+1487