Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sim: reader_pcsc:Remove dead code | Harald Welte | 2014-10-27 | 1 | -2/+0 |
| | | | | | | PCSC_ERROR() macro is already performing error checking. Found by coverity. | ||||
* | pcsc: Fix the include path | Holger Hans Peter Freyther | 2014-10-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | The pkg-config file already points into the PCSC directory. This is needed for FreeBSD where /usr/local/include is not in the default compiler search path. On Debian $ pkg-config --cflags libpcsclite -pthread -I/usr/include/PCSC On FreeBSD $ pkg-config --cflags libpcsclite -I/usr/local/include/PCSC -D_THREAD_SAFE -pthread | ||||
* | make sure to register DF.TELECOM and DF.GSM for SIM, USIM + TSIM | Harald Welte | 2014-10-26 | 4 | -42/+56 |
| | | | | | before we only did it partially, and by exporting data from sim, rather than the new osim_int_cprof_add_{gsm,telecom}() functions. | ||||
* | sim: More talloc return NULL checking | Harald Welte | 2014-10-26 | 1 | -0/+8 |
| | |||||
* | sim: Prepare infrastructure for protocols != T=0 and other drivers | Harald Welte | 2014-10-26 | 3 | -16/+40 |
| | |||||
* | sim: Make TETRA SIM (TSIM) support compile | Harald Welte | 2014-10-26 | 2 | -183/+134 |
| | |||||
* | sim: Only one default_decode() function for all card types | Harald Welte | 2014-10-26 | 5 | -37/+15 |
| | |||||
* | sim: Add 3GPP TS 31.103 ISIM definitions | Harald Welte | 2014-10-26 | 2 | -1/+117 |
| | |||||
* | sim: Update to latest SIM/USIM specs and include size information | Harald Welte | 2014-10-26 | 3 | -175/+335 |
| | |||||
* | sim: reader_pcsc.c: Avoid compiler warnings by using pcsc-lite LONG | Harald Welte | 2014-10-26 | 1 | -3/+3 |
| | |||||
* | sim: mark osim_msgb_cb as __may_alias__ to avoid gcc warnings | Harald Welte | 2014-10-26 | 1 | -0/+315 |
| | |||||
* | sim: further updates/fixes | Harald Welte | 2014-10-26 | 4 | -3/+16 |
| | |||||
* | sim: add decoding of status words | Harald Welte | 2014-10-26 | 1 | -2/+54 |
| | |||||
* | sim: replaced function/structure comments with doxygen comments | Kevin Redon | 2014-10-26 | 1 | -8/+12 |
| | | | | | affected files: sim.h, sim/core.c affected funtions/strucutres: osim_new_apdumsg, osim_apdu_case,osim_apdu_cmd_hdr, osim_msgb_cb | ||||
* | sim: renamed case to the one defined in ISO7816-3 | Kevin Redon | 2014-10-26 | 2 | -18/+18 |
| | | | | | | | | | APDU_CASE_2 becomes APDU_CASE_2S APDU_CASE_2_EXT becmoes APDU_CASE_2E APDU_CASE_3 becomes APDU_CASE_3S APDU_CASE_3_EXT becmoes APDU_CASE_3E APDU_CASE_4 becomes APDU_CASE_4S APDU_CASE_4_EXT becmoes APDU_CASE_4E | ||||
* | sim: comment/explain signature of osim_new_apdumsg | Kevin Redon | 2014-10-26 | 1 | -2/+9 |
| | |||||
* | sim: strip the SW from the returned data, as SW is passed in msgb->cb | Harald Welte | 2014-10-26 | 1 | -2/+5 |
| | |||||
* | sim: Use autotools for libpcsc-lite linkage | Harald Welte | 2014-10-26 | 1 | -4/+8 |
| | |||||
* | sim: add copyright notices and merge file_codec.c into core.c | Harald Welte | 2014-10-26 | 8 | -39/+163 |
| | |||||
* | initial checkin of 'libosmosim' | Harald Welte | 2014-10-26 | 10 | -0/+1487 |