aboutsummaryrefslogtreecommitdiffstats
path: root/src/sim
AgeCommit message (Expand)AuthorFilesLines
2019-08-06Bump version: 1.1.0.107-afce-dirty → 1.2.01.2.0Pau Espin Pedrol1-1/+1
2019-06-04make all library-internal static buffers thread-localHarald Welte1-2/+1
2019-05-07Bump version: 1.0.1.143-cc72c → 1.1.01.1.0Pau Espin Pedrol1-1/+1
2019-04-10Add _c versions of functions that otherwise return static buffersHarald Welte1-0/+8
2019-04-03Add _buf() functions to bypass static string buffersHarald Welte1-11/+13
2018-05-03Bump version: 0.10.2.284-bc47-dirty → 0.11.00.11.0Pau Espin Pedrol1-1/+1
2018-04-08fix spellingThorsten Alteholz2-2/+2
2018-02-28implement support for 3-digit MNC with leading zerosNeels Hofmeyr1-0/+1
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte8-0/+16
2017-10-30Move additional libraries to appropriate placeMax1-1/+1
2017-10-27Tag/Release version 0.10.00.10.0Harald Welte1-1/+1
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr11-10/+23
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr1-1/+1
2017-06-18card_fs_uicc.c: Fix unused compilation warningPau Espin Pedrol1-1/+1
2017-06-13sim/core.c: drop useless double assignmentVadim Yanitskiy1-1/+1
2017-01-24sim: Link to libtalloc as symbols of it are used hereHolger Hans Peter Freyther1-0/+1
2016-12-21Catch-up with git version tagsMax1-1/+2
2016-05-25misc: Some spelling errors correctedRuben Undheim1-1/+1
2016-03-19sim: make osim_reader_ops publicHarald Welte1-7/+0
2016-03-17sim: add class_tables / card profilesHarald Welte2-2/+316
2016-03-11rename osim_file_find_* to osim_file_desc_find_*Harald Welte1-3/+5
2016-03-11sim: Add osim_file_find_{fid,sfid}() functionsHarald Welte1-0/+25
2015-12-05remove our internal copy of talloc, use system libtallocHarald Welte1-2/+2
2015-05-17build: Fix out-of-tree buildsAndreas Rottmann1-1/+1
2015-04-11sim: Use extern for these structs to generate a linkageHolger Hans Peter Freyther1-1/+1
2015-04-10msgb: Check the return value of msgb_alloc (Coverity)Jacob Erlbeck1-0/+3
2015-01-18sim: Link to libosmocore and libosmogsmHolger Hans Peter Freyther1-2/+5
2014-10-27sim: reader_pcsc:Remove dead codeHarald Welte1-2/+0
2014-10-27pcsc: Fix the include pathHolger Hans Peter Freyther1-2/+2
2014-10-26make sure to register DF.TELECOM and DF.GSM for SIM, USIM + TSIMHarald Welte4-42/+56
2014-10-26sim: More talloc return NULL checkingHarald Welte1-0/+8
2014-10-26sim: Prepare infrastructure for protocols != T=0 and other driversHarald Welte3-16/+40
2014-10-26sim: Make TETRA SIM (TSIM) support compileHarald Welte2-183/+134
2014-10-26sim: Only one default_decode() function for all card typesHarald Welte5-37/+15
2014-10-26sim: Add 3GPP TS 31.103 ISIM definitionsHarald Welte2-1/+117
2014-10-26sim: Update to latest SIM/USIM specs and include size informationHarald Welte3-175/+335
2014-10-26sim: reader_pcsc.c: Avoid compiler warnings by using pcsc-lite LONGHarald Welte1-3/+3
2014-10-26sim: mark osim_msgb_cb as __may_alias__ to avoid gcc warningsHarald Welte1-0/+315
2014-10-26sim: further updates/fixesHarald Welte4-3/+16
2014-10-26sim: add decoding of status wordsHarald Welte1-2/+54
2014-10-26sim: replaced function/structure comments with doxygen commentsKevin Redon1-8/+12
2014-10-26sim: renamed case to the one defined in ISO7816-3Kevin Redon2-18/+18
2014-10-26sim: comment/explain signature of osim_new_apdumsgKevin Redon1-2/+9
2014-10-26sim: strip the SW from the returned data, as SW is passed in msgb->cbHarald Welte1-2/+5
2014-10-26sim: Use autotools for libpcsc-lite linkageHarald Welte1-4/+8
2014-10-26sim: add copyright notices and merge file_codec.c into core.cHarald Welte8-39/+163
2014-10-26initial checkin of 'libosmosim'Harald Welte10-0/+1487