summaryrefslogtreecommitdiffstats
path: root/src/sim.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-20Do not set signature and reply in GDBus tablesLucas De Marchi1-11/+11
2012-05-20Convert GDBus methods to use macro helpersLucas De Marchi1-16/+29
2012-05-20Constify GDBus signal tablesHenrique Dante de Almeida1-1/+1
2012-05-20Constify GDBus method tablesHenrique Dante de Almeida1-1/+1
2012-02-01sim: Fix crash due to uninitialized spn_watchDenis Kenzior1-0/+8
2012-01-23sim: Make SPN change atomic for consumersOleg Zhurakivskyy1-15/+15
2012-01-18sim: Add ofono_sim_get_spn() implementationOleg Zhurakivskyy1-0/+8
2012-01-15sim: Add SPN watch capabilityOleg Zhurakivskyy1-0/+242
2012-01-15sim: Minor style fixesOleg Zhurakivskyy1-12/+12
2012-01-01sim: fix "network" is pin type for "networkpuk"Jussi Kukkonen1-1/+1
2011-12-26sim: Fix not creating simfs context in some casesDenis Kenzior1-5/+3
2011-12-16sim: Add __ofono_sim_cphs_service_availableDenis Kenzior1-0/+6
2011-12-16sim: Reset additional state infoDenis Kenzior1-0/+10
2011-10-10core: Update copyright informationMarcel Holtmann1-1/+1
2011-07-19sim: Support SIM_STATE_LOCKED_OUTDenis Kenzior1-4/+4
2011-07-19sim: Break out state notification into own methodDenis Kenzior1-19/+15
2011-06-02sim: Make sure only PINs can be sent to EnterPinDenis Kenzior1-0/+3
2011-05-08sim: Fix potential use of uninitialized variableDenis Kenzior1-14/+8
2011-03-31sim: add +CNUM support for HFP emulatorFrédéric Danis1-0/+66
2011-03-15sim: Handle an error condition betterDenis Kenzior1-3/+4
2011-03-15sim: Watch for changes to EFimg files and EFiidfAndrzej Zaborowski1-1/+54
2011-03-15sim: Watch for changes to EFmsisdn and EFsdnAndrzej Zaborowski1-2/+32
2011-03-15sim: Split out sim context into early and mainAndrzej Zaborowski1-10/+71
2011-02-25sim: Document fall through case in switchcaseDenis Kenzior1-0/+2
2011-02-25sim: Expose the __ofono_sim_recheck_pin APIJussi Kangas1-8/+7
2011-02-25sim: Do not teardown SIM state when PIN2 is askedJussi Kangas1-7/+24
2011-02-18sim: Check for SIM lockout conditionDenis Kenzior1-3/+12
2011-02-18sim: Move stuff around and remove forward declDenis Kenzior1-24/+23
2011-02-18sim: move stuff aroundDenis Kenzior1-49/+49
2011-02-17sim: Tweak the behavior of sim_refresh slightlyDenis Kenzior1-8/+1
2011-02-17sim: Implement basic RefreshAndrzej Zaborowski1-12/+151
2011-02-08sim: Fixup compiler complaintsDenis Kenzior1-1/+2
2011-02-08sim: Allow usage of SIM codes longer than 8 digitsJussi Kangas1-6/+69
2011-02-07sim: Add implementation of sim file watching APIDenis Kenzior1-0/+14
2011-02-03simfs: implement ofono_sim_context apiAndrzej Zaborowski1-35/+47
2011-02-02sim: Fix style issuesAki Niemi1-5/+3
2011-01-22sim: Remove double empty linesMarcel Holtmann1-1/+0
2011-01-20sim: getters for mcc and mnc implementationJukka Saunamaki1-0/+16
2011-01-20sim: store mcc and mnc separate from imsiJukka Saunamaki1-19/+15
2011-01-17sim: fix issue with sizeof callJeevaka Badrappan1-1/+1
2011-01-10sim: Minor style fixesDenis Kenzior1-4/+2
2011-01-10sim: query remaining pin retriesLucas De Marchi1-0/+90
2010-12-21sim: Set sane number len in empty EFmsisdn recordsAndrzej Zaborowski1-0/+2
2010-12-12sim: fix minor issue in ofono_sim_get_phaseJeevaka Badrappan1-1/+1
2010-11-29sim: be more paranoid for triggering EFest readJeevaka Badrappan1-3/+10
2010-11-29core: explicitly compare pointers to NULLLucas De Marchi1-8/+8
2010-11-26core: Remove stray newlines in messages sent to logRémi Denis-Courmont1-1/+1
2010-11-22src: coding style fixes - rule M6Jeevaka Badrappan1-2/+2
2010-11-10sim: Add sim_service_available()Andrzej Zaborowski1-0/+15
2010-11-05sim: Check both EFust and EFest for FDN & BDNDenis Kenzior1-4/+9