summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/common/sim.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-02common/sim.c: use msgb_get() in gsm_sim_reply()Vadim Yanitskiy1-5/+1
2019-02-02common/sim.c: get rid of unused 'payload' pointerVadim Yanitskiy1-2/+0
2019-01-07layer23/sap_interface.c: avoid using 'osmo' prefixVadim Yanitskiy1-1/+1
2018-12-26layer23/common/sim.c: don't ignore rc of sim_apdu_send()Vadim Yanitskiy1-3/+5
2018-10-27layer23/common: move SIM APDU caching from l1ctl.cVadim Yanitskiy1-0/+25
2017-11-08host/mobile: use osmocom_ms as talloc contextVadim Yanitskiy1-2/+1
2016-01-18host/mobile: Improved SAP interface integrationЯницкий Ва дим1-4/+4
2015-04-28host/mobile: Finish working support for the SAP interfaceSylvain Munaut1-2/+12
2011-11-13host/layer23: SIM client now supports reading records correctlyAndreas Eversberg1-2/+19
2011-05-02[sim] Fixed path handling in sim client and mobile app.Nico Golde1-1/+1
2011-04-26src: use new libosmogsm and include/osmocom/[gsm|core] path to headersPablo Neira Ayuso1-2/+2
2010-10-03sim.c: Fix NULL pointer dereference found by clang.Holger Hans Peter Freyther1-1/+1
2010-09-19[layer23] Fixed and completed SIM's PIN handlingAndreas.Eversberg1-66/+112
2010-09-18[layer23] SIM client completionAndreas.Eversberg1-0/+1190