summaryrefslogtreecommitdiffstats
path: root/src/sim.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-05sim: Check both EFust and EFest for FDN & BDNDenis Kenzior1-4/+9
2010-11-05sim: Don't read EFest if the file is not availableDenis Kenzior1-4/+12
2010-11-05sim: use mask for check of sim file statusGuillaume Lucas1-2/+2
2010-10-25sim: Fix minor style issueDenis Kenzior1-0/+1
2010-10-25sim: add barred dialing supportJeevaka Badrappan1-8/+79
2010-10-22sim: Pass dbus typesDenis Kenzior1-2/+3
2010-10-22sim: Get rid of unneeded empty lineDenis Kenzior1-1/+0
2010-10-22sim: Break out common FDN property signalingDenis Kenzior1-20/+17
2010-10-22sim: check existence of imsi-codePetteri Tikander1-1/+1
2010-10-22sim: check if Fixed Dial is enabled in SIM-cardPetteri Tikander1-0/+68
2010-10-19sim: Read EFust and EFest after phase is knownDenis Kenzior1-11/+10
2010-10-19sim: Fix setting the correct phase from EFphaseDenis Kenzior1-3/+18
2010-10-15sim: Fix crash on sim re-insertionDenis Kenzior1-5/+5
2010-10-13sim: Refactor iidf readingDenis Kenzior1-90/+90
2010-10-13sim: Use ay return signature for GetIconDenis Kenzior1-6/+16
2010-10-13simfs: Reflow to get rid of unnecessary labelDenis Kenzior1-10/+5
2010-10-13sim: Use g_dbus_create_replyDenis Kenzior1-5/+4
2010-10-13sim: Don't re-check for id != 0Denis Kenzior1-9/+1
2010-10-13sim: implement GetIconKristen Carlson Accardi1-0/+187
2010-09-21Fix multi-line comment style issuesJeevaka Badrappan1-6/+12
2010-09-09sim: Use sim_fs_check_versionDenis Kenzior1-0/+2
2010-09-09sim: Break out sim file reading into simfsDenis Kenzior1-710/+17
2010-09-09sim: Unify sim_read and sim_read_bytesDenis Kenzior1-40/+14
2010-09-09sim: read EFiidfKristen Carlson Accardi1-12/+293
2010-09-01sim: cleanup sim atom private structureDenis Kenzior1-20/+31
2010-09-01sim: tweak efimg lengthDenis Kenzior1-1/+2
2010-08-31sim: Read EFsstYang Gu1-3/+37
2010-08-30sim: Turn around the order of argumentsDenis Kenzior1-7/+7
2010-08-26sim: read EFimgKristen Carlson Accardi1-0/+50
2010-08-25sim: Check PIN even if no EFli / EFpl not readDenis Kenzior1-4/+2
2010-08-23sim: Retrieve EFphase according to the specDenis Kenzior1-45/+37
2010-08-23sim: Reorder SIM initializationDenis Kenzior1-98/+95
2010-08-23sim: Reset mnc_length when removing SIMDenis Kenzior1-0/+2
2010-08-23sim: Update the SIM initialization commentDenis Kenzior1-3/+11
2010-08-23sim: Minor style fixDenis Kenzior1-2/+2
2010-08-23sim: Read EFust and EFestYang Gu1-2/+73
2010-08-05sim: Use less space for locked_pinsDenis Kenzior1-10/+6
2010-08-05sim: Fix LockedPins in case SIM wants a PUK firstDenis Kenzior1-0/+26
2010-06-22Check sanity the MNC length value from the SIM cardMarcel Holtmann1-0/+4
2010-05-27sim: move ServiceDiallingNumbers to ServiceNumbersDenis Kenzior1-2/+2
2010-05-19sim: Read EFiccid after EFphaseDenis Kenzior1-4/+4
2010-05-19sim: No need for this defineDenis Kenzior1-2/+2
2010-05-19Read EF_ICCID property of SIMDaniel Wagner1-0/+37
2010-04-15Style: Proper indentationDenis Kenzior1-6/+7
2010-04-15Add Sim Toolkit atomAndrzej Zaborowski1-37/+0
2010-04-15Fix: Minor style issuesDenis Kenzior1-2/+2
2010-04-15Fix: Uncomplicate the logic for SIM initializationDenis Kenzior1-30/+29
2010-04-15Add SIM "Present" property.Andrzej Zaborowski1-40/+77
2010-04-15Drivers can notify core of SIM insertion / removalAndrzej Zaborowski1-23/+55
2010-04-15Extend sim-ready watch with card insert/ejectAndrzej Zaborowski1-24/+25